Home
last modified time | relevance | path

Searched defs:blockIdx (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
Dcuda_builtin_vars.h113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h32 unsigned blockIdx; // This is the index of the next statement. variable
/external/eigen/test/
Dcuda_common.h11 dim3 threadIdx, blockDim, blockIdx; variable
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp365 getBlockInvokeTy(Function * F, unsigned blockIdx) { in getBlockInvokeTy()