Searched defs:dim3 (Results 1 – 4 of 4) 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
|
| /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
| D | __clang_cuda_runtime_wrapper.h | 272 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const { in dim3() function 276 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const { in dim3() function 290 #define dim3 __cuda_builtin_blockDim_t macro
|