HomeSort by relevance Sort by last modified time
    Searched defs:dim3 (Results 1 - 25 of 26) 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/
__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/
__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-3859424/lib64/clang/4.0/include/
__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-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 301 // come after we've pulled in the definition of uint3 and dim3.
319 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
320 return dim3(x, y, z);
323 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
324 return dim3(x, y, z);
332 // mode, giving them their "proper" types of dim3 and uint3. This is
335 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
337 #pragma push_macro("dim3")
339 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_runtime_wrapper.h 301 // come after we've pulled in the definition of uint3 and dim3.
319 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
320 return dim3(x, y, z);
323 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
324 return dim3(x, y, z);
332 // mode, giving them their "proper" types of dim3 and uint3. This is
335 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
337 #pragma push_macro("dim3")
339 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_runtime_wrapper.h 301 // come after we've pulled in the definition of uint3 and dim3.
319 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
320 return dim3(x, y, z);
323 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
324 return dim3(x, y, z);
332 // mode, giving them their "proper" types of dim3 and uint3. This is
335 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
337 #pragma push_macro("dim3")
339 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__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/linux-x86/clang-3859424/lib64/clang/4.0/include/
__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-4053586/lib64/clang/5.0/include/
__clang_cuda_runtime_wrapper.h 301 // come after we've pulled in the definition of uint3 and dim3.
319 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
320 return dim3(x, y, z);
323 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
324 return dim3(x, y, z);
332 // mode, giving them their "proper" types of dim3 and uint3. This is
335 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
337 #pragma push_macro("dim3")
339 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_runtime_wrapper.h 301 // come after we've pulled in the definition of uint3 and dim3.
319 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
320 return dim3(x, y, z);
323 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
324 return dim3(x, y, z);
332 // mode, giving them their "proper" types of dim3 and uint3. This is
335 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
337 #pragma push_macro("dim3")
339 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_runtime_wrapper.h 301 // come after we've pulled in the definition of uint3 and dim3.
319 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
320 return dim3(x, y, z);
323 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
324 return dim3(x, y, z);
332 // mode, giving them their "proper" types of dim3 and uint3. This is
335 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
337 #pragma push_macro("dim3")
339 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_runtime_wrapper.h 329 // come after we've pulled in the definition of uint3 and dim3.
347 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const {
348 return dim3(x, y, z);
351 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const {
352 return dim3(x, y, z);
360 // mode, giving them their "proper" types of dim3 and uint3. This is
363 // redefine dim3 and uint3 to our builtin types. (Thankfully dim3 and uint3 are
365 #pragma push_macro("dim3")
367 #define dim3 __cuda_builtin_blockDim_ macro
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
__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...]
  /external/eigen/unsupported/test/
cxx11_tensor_index_list.cpp 274 int dim3 = 0; local
276 auto reduction_axis = make_index_list(dim1, dim2, dim3);
  /frameworks/base/cmds/statsd/tests/
FieldValue_test.cpp 283 const auto& dim3 = result.value_tuple().dimensions_value(2); local
284 EXPECT_EQ(6, dim3.field());
285 EXPECT_EQ(1, dim3.value_tuple().dimensions_value_size());
286 const auto& dim31 = dim3.value_tuple().dimensions_value(0);
427 const auto& dim3 = result.dimensions_value(2); local
428 EXPECT_EQ(DimensionsValue::ValueCase::kValueInt, dim3.value_case());
429 EXPECT_EQ(987654, dim3.value_int());

Completed in 5505 milliseconds

1 2