Home
last modified time | relevance | path

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