Searched defs:VecType128 (Results 1 – 1 of 1) sorted by relevance
974 struct VecType128 { struct975 typedef float4 TType; // Transaction Type976 typedef struct __align__(16) {979 half8;981 union Data {984 } data;986 __device__ VecType128() { in VecType128() function