HomeSort by relevance Sort by last modified time
    Searched refs:dim3 (Results 1 - 25 of 62) sorted by null

1 2 3

  /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 15 struct dim3 { struct
17 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} function in struct:dim3
22 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /external/tensorflow/tensorflow/core/util/
cuda_launch_config.h 197 dim3 virtual_thread_count = dim3(0, 0, 0);
198 dim3 thread_per_block = dim3(0, 0, 0);
199 dim3 block_count = dim3(0, 0, 0);
220 config.virtual_thread_count = dim3(xdim, ydim, 1);
221 config.thread_per_block = dim3(block_cols, block_rows, 1);
225 config.block_count = dim3(
276 config.virtual_thread_count = dim3(xdim, ydim, zdim)
    [all...]
  /external/aac/libFDK/include/
FDK_matrixCalloc.h 140 void*** fdkCallocMatrix3D(UINT dim1, UINT dim2, UINT dim3, UINT size);
143 void*** fdkCallocMatrix3D_int(UINT dim1, UINT dim2, UINT dim3, UINT size,
212 #define FDK_ALLOCATE_MEMORY_3D(a, dim1, dim2, dim3, type) \
213 if (((a) = (type***)fdkCallocMatrix3D((dim1), (dim2), (dim3), \
218 #define FDK_ALLOCATE_MEMORY_3D_INT(a, dim1, dim2, dim3, type, s) \
219 if (((a) = (type***)fdkCallocMatrix3D_int((dim1), (dim2), (dim3), \
  /external/clang/lib/Headers/
cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;
  /prebuilts/sdk/renderscript/clang-include/
cuda_builtin_vars.h 29 struct dim3;
92 // blockDim should be convertible to dim3 (in fact in nvcc, it *is* a
93 // dim3). This function is defined after we pull in vector_types.h.
94 __attribute__((device)) operator dim3() const;
103 // gridDim should be convertible to dim3 (in fact in nvcc, it *is* a
104 // dim3). This function is defined after we pull in vector_types.h.
105 __attribute__((device)) operator dim3() const;

Completed in 403 milliseconds

1 2 3