Home
last modified time | relevance | path

Searched refs:threadIdx (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanMultithreadingTest.cpp75 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest()
77 threads[threadIdx] = std::thread([&, threadIdx]() { in runMultithreadedGLTest()
98 testBody(surface, threadIdx); in runMultithreadedGLTest()
H A DMultithreadingTest.cpp70 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest()
72 threads[threadIdx] = std::thread([&, threadIdx]() { in runMultithreadedGLTest()
93 testBody(surface, threadIdx); in runMultithreadedGLTest()
482 for (size_t threadIdx = 0; threadIdx < kThreadCount; threadIdx++) in TEST_P()
484 threads[threadIdx] in TEST_P()
[all...]
/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h110 #define threadIdx (getThreadIdx()) macro

Completed in 3 milliseconds