HomeSort by relevance Sort by last modified time
    Searched defs:dim3 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 12 struct dim3 { struct
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} function in struct:dim3
19 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /external/clang/test/PCH/Inputs/
cuda.h 12 struct dim3 { struct
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} function in struct:dim3
19 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 12 struct dim3 { struct
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} function in struct:dim3
19 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /prebuilts/go/darwin-x86/src/math/
dim_amd64.s 24 JNE dim3
27 dim3: // (NaN, x) or (x, NaN) label
  /prebuilts/go/linux-x86/src/math/
dim_amd64.s 24 JNE dim3
27 dim3: // (NaN, x) or (x, NaN) label
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_runtime_wrapper.h 254 // after we've pulled in the definition of uint3 and dim3.
272 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
273 return dim3(x, y, z);
276 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
277 return dim3(x, y, z);
283 // mode, giving them their "proper" types of dim3 and uint3. This is
286 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
288 #pragma push_macro("dim3")
290 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp 844 struct dim3 struct in class:cv::PyrLKOpticalFlow
847 dim3() : x(0), y(0), z(0) { } function in struct:cv::PyrLKOpticalFlow::dim3
    [all...]

Completed in 1583 milliseconds