Searched defs:dim3 (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGenCUDA/Inputs/ |
D | cuda.h | 12 struct dim3 { struct 14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
|
/external/clang/test/PCH/Inputs/ |
D | cuda.h | 12 struct dim3 { struct 14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
|
/external/clang/test/SemaCUDA/Inputs/ |
D | cuda.h | 12 struct dim3 { struct 14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
|