Home
last modified time | relevance | path

Searched defs:dim3 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenCUDA/Inputs/
Dcuda.h12 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/
Dcuda.h12 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/
Dcuda.h12 struct dim3 { struct
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument