Searched defs:dim3 (Results 1 – 5 of 5) 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/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/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/chromium_org/third_party/WebKit/Source/platform/transforms/ |
| D | TransformOperationsTest.cpp | 283 float dim3 = 2 * dim2; in TEST() local
|
| /external/chromium_org/cc/animation/ |
| D | transform_operations_unittest.cc | 948 float dim3 = 2.f * dim2; in TEST() local
|