ushort2 47 compat/cuda/cuda_runtime.h typedef struct __device_builtin__ __align__(4) ushort2 ushort2 104 compat/cuda/cuda_runtime.h #define make_ushort2(a, b) ((ushort2){.x = a, .y = b}) ushort2 114 compat/cuda/cuda_runtime.h TEX2D(ushort2, make_ushort2(a & 0xFFFF, b & 0xFFFF))