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

1 2

  /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/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;
__clang_cuda_runtime_wrapper.h 271 // after we've pulled in the definition of uint3 and dim3.
289 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
290 return dim3(x, y, z);
293 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
294 return dim3(x, y, z);
301 // mode, giving them their "proper" types of dim3 and uint3. This is
304 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
306 #pragma push_macro("dim3")
308 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/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;
__clang_cuda_runtime_wrapper.h 270 // after we've pulled in the definition of uint3 and dim3.
288 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
289 return dim3(x, y, z);
292 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
293 return dim3(x, y, z);
300 // mode, giving them their "proper" types of dim3 and uint3. This is
303 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
305 #pragma push_macro("dim3")
307 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/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;
__clang_cuda_runtime_wrapper.h 271 // after we've pulled in the definition of uint3 and dim3.
289 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
290 return dim3(x, y, z);
293 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
294 return dim3(x, y, z);
301 // mode, giving them their "proper" types of dim3 and uint3. This is
304 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
306 #pragma push_macro("dim3")
308 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /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;
__clang_cuda_runtime_wrapper.h 271 // after we've pulled in the definition of uint3 and dim3.
289 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
290 return dim3(x, y, z);
293 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
294 return dim3(x, y, z);
301 // mode, giving them their "proper" types of dim3 and uint3. This is
304 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
306 #pragma push_macro("dim3")
308 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/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;
__clang_cuda_runtime_wrapper.h 271 // after we've pulled in the definition of uint3 and dim3.
289 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
290 return dim3(x, y, z);
293 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
294 return dim3(x, y, z);
301 // mode, giving them their "proper" types of dim3 and uint3. This is
304 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
306 #pragma push_macro("dim3")
308 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/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;
__clang_cuda_runtime_wrapper.h 287 // come after we've pulled in the definition of uint3 and dim3.
305 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
306 return dim3(x, y, z);
309 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
310 return dim3(x, y, z);
318 // mode, giving them their "proper" types of dim3 and uint3. This is
321 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
323 #pragma push_macro("dim3")
325 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /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;
__clang_cuda_runtime_wrapper.h 287 // come after we've pulled in the definition of uint3 and dim3.
305 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
306 return dim3(x, y, z);
309 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
310 return dim3(x, y, z);
318 // mode, giving them their "proper" types of dim3 and uint3. This is
321 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
323 #pragma push_macro("dim3")
325 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/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;
__clang_cuda_runtime_wrapper.h 270 // after we've pulled in the definition of uint3 and dim3.
288 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
289 return dim3(x, y, z);
292 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
293 return dim3(x, y, z);
300 // mode, giving them their "proper" types of dim3 and uint3. This is
303 // dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are only
305 #pragma push_macro("dim3")
307 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/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-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-3362437/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-3688880/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-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/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 639 milliseconds

1 2