Home
last modified time | relevance | path

Searched defs:threadIdx (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dcuda_builtin_vars.h112 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_cuda_builtin_vars.h106 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_cuda_builtin_vars.h106 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_cuda_builtin_vars.h106 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/external/clang/lib/Headers/
H A Dcuda_builtin_vars.h112 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_cuda_builtin_vars.h106 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dcuda_builtin_vars.h112 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A D__clang_cuda_builtin_vars.h106 __CUDA_BUILTIN_VAR __cuda_builtin_threadIdx_t threadIdx; variable
/aosp_15_r20/external/eigen/test/
H A Dgpu_common.h19 dim3 threadIdx, blockDim, blockIdx; variable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanMultithreadingTest.cpp74 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest() local
H A DMultithreadingTest.cpp74 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest() local
511 for (size_t threadIdx = 0; threadIdx < kThreadCount; threadIdx++) in TEST_P() local
596 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in TEST_P() local
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp510 const char *walkerName, uint32_t threadIdx) { in reduce_get_accumulator()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/device_execution/
H A Denqueue_wg_size.cpp330 for (size_t threadIdx = 0; threadIdx < globalSize; ++threadIdx) in generate_reference_results_all_diff_1D() local