__device__         84 compat/cuda/cuda_runtime.h #define GET(name, reg) static inline __device__ uint3 name() {\
__device__        109 compat/cuda/cuda_runtime.h #define TEX2D(type, ret) static inline __device__ void conv(type* out, unsigned a, unsigned b, unsigned c, unsigned d) {*out = (ret);}
__device__        120 compat/cuda/cuda_runtime.h static inline __device__ T tex2D(cudaTextureObject_t texObject, float x, float y)