Searched defs:VecType64 (Results 1 – 1 of 1) sorted by relevance
991 struct VecType64 { struct992 typedef float2 TType; // Transaction Type993 typedef struct __align__(8) {996 half4;998 union Data {1001 } data;1003 __device__ VecType64() { in VecType64() function