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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 32 unsigned blockIdx; // This is the index of the next statement.
40 blockIdx(idx) {}
46 blockIdx(0) {}
58 unsigned getIndex() const { return blockIdx; }
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
cuda_builtin_vars.h 97 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
cuda_builtin_vars.h 97 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /external/eigen/test/
cuda_common.h 11 dim3 threadIdx, blockDim, blockIdx;
26 int i = threadIdx.x + blockIdx.x*blockDim.x;
  /external/clang/lib/Headers/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /prebuilts/sdk/renderscript/clang-include/
cuda_builtin_vars.h 81 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionCuda.h 115 const Index thread_id = blockIdx.x * blockDim.x + threadIdx.x;
129 const Index first_index = blockIdx.x * BlockSize * NumPerThread + threadIdx.x;
205 const Index thread_id = blockIdx.x * blockDim.x + threadIdx.x;
223 const Index first_index = blockIdx.x * BlockSize * NumPerThread + 2*threadIdx.x;
390 const Index thread_id = blockIdx.x * blockDim.x + threadIdx.x;
400 for (Index i = blockIdx.x; i < num_input_blocks; i += gridDim.x) {
461 const Index thread_id = blockIdx.x * blockDim.x + threadIdx.x;
476 for (Index i = blockIdx.x; i < num_input_blocks; i += gridDim.x) {
670 const Index thread_id = blockIdx.x * blockDim.x + threadIdx.x;
TensorRandom.h 24 blockIdx.x * blockDim.x + threadIdx.x +
25 gridDim.x * blockDim.x * (blockIdx.y * blockDim.y + threadIdx.y);
TensorConvolution.h 579 const int first_x = blockIdx.x * maxX;
584 const int first_plane = blockIdx.y * blockDim.y;
628 const int first_x = blockIdx.x * maxX;
633 const int first_y = blockIdx.y * maxY;
638 const int first_plane = blockIdx.z * blockDim.z;
697 const int first_x = blockIdx.x * maxX;
701 const int first_y = blockIdx.y * maxY;
705 const int first_z = blockIdx.z * maxZ;
    [all...]
TensorContractionCuda.h 26 const Index m_block_idx = blockIdx.x;
27 const Index n_block_idx = blockIdx.y;
509 const Index m_block_idx = blockIdx.x;
510 const Index n_block_idx = blockIdx.y;
    [all...]
TensorExecutor.h 239 const Index first_index = blockIdx.x * blockDim.x + threadIdx.x;
TensorScan.h 253 Index val = threadIdx.x + blockIdx.x * blockDim.x;
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 365 getBlockInvokeTy(Function * F, unsigned blockIdx) {
367 PointerType * funcPtr = cast<PointerType>(params[blockIdx]);

Completed in 618 milliseconds