ushort4 69 compat/cuda/cuda_runtime.h typedef struct __device_builtin__ __align__(8) ushort4 ushort4 106 compat/cuda/cuda_runtime.h #define make_ushort4(a, b, c, d) ((ushort4){.x = a, .y = b, .z = c, .w = d}) ushort4 116 compat/cuda/cuda_runtime.h TEX2D(ushort4, make_ushort4(a & 0xFFFF, b & 0xFFFF, c & 0xFFFF, d & 0xFFFF))