Searched defs:blockIdx (Results 1 – 4 of 4) sorted by relevance
113 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx; variable
32 unsigned blockIdx; // This is the index of the next statement. variable
11 dim3 threadIdx, blockDim, blockIdx; variable
365 getBlockInvokeTy(Function * F, unsigned blockIdx) { in getBlockInvokeTy()