/external/angle/src/tests/test_utils/ |
D | MultiThreadSteps.cpp | 42 for (size_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in RunLockStepThreadsWithSize() local 60 for (size_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in RunLockStepThreadsWithSize() local 67 for (size_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in RunLockStepThreadsWithSize() local
|
/external/dng_sdk/source/ |
D | dng_filter_task.cpp | 71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local 92 void dng_filter_task::Process (uint32 threadIndex, in Process()
|
D | dng_opcodes.cpp | 292 virtual void ProcessArea (uint32 threadIndex, in ProcessArea() 455 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local 472 virtual void Process (uint32 threadIndex, in Process()
|
D | dng_render.cpp | 978 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local 989 void dng_render_task::ProcessArea (uint32 threadIndex, in ProcessArea()
|
D | dng_area_task.cpp | 185 void dng_area_task::ProcessOnThread (uint32 threadIndex, in ProcessOnThread()
|
D | dng_resample.cpp | 677 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local 695 void dng_resample_task::ProcessArea (uint32 threadIndex, in ProcessArea()
|
D | dng_lens_correction.cpp | 2300 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Prepare() local 2314 uint32 threadIndex, in ProcessArea()
|
D | dng_negative.cpp | 1693 virtual void Process (uint32 threadIndex, in Process()
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | TaskProcessor.cpp | 64 void Task::processTile(unsigned int threadIndex, size_t tileIndex) { in processTile() 130 void TaskProcessor::processTilesOfWork(int threadIndex, bool returnWhenNoWork) { in processTilesOfWork()
|
D | Histogram.cpp | 78 void HistogramTask::processData(int threadIndex, size_t startX, size_t startY, size_t endX, in processData() 172 void HistogramDotTask::processData(int threadIndex, size_t startX, size_t startY, size_t endX, in processData()
|
D | Blur.cpp | 371 uint32_t threadIndex) { in kernelU4() 511 void BlurTask::processData(int threadIndex, size_t startX, size_t startY, size_t endX, in processData()
|
/external/skia/tests/ |
D | SkSharedMutexTest.cpp | 32 SkTaskGroup().batch(8, [&](int threadIndex) { in DEF_TEST()
|
D | SkStrikeTest.cpp | 143 auto perThread = [&](int threadIndex) { in DEF_TEST()
|
/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/ |
D | SimpleServer.java | 41 private static int threadIndex = 0; field in SimpleServer
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | Parallel.cpp | 27 static thread_local unsigned threadIndex; variable
|
/external/intel-media-driver/media_driver/agnostic/common/cm/ |
D | cm_hal.cpp | 573 uint32_t threadIndex, in HalCm_SetArgData() 3317 uint32_t threadIndex, in HalCm_SetupSamplerState() 3582 uint32_t threadIndex, in HalCm_SetupBufferSurfaceState() 3795 uint32_t threadIndex, in HalCm_Setup3DSurfaceState() 4032 uint32_t threadIndex, in HalCm_Setup2DSurfaceStateBasic() 4328 uint32_t threadIndex, in HalCm_Setup2DSurfaceState() 4352 uint32_t threadIndex, in HalCm_Setup2DSurfaceSamplerState() 4375 uint32_t threadIndex, in HalCm_Setup2DSurfaceUPStateBasic() 4594 uint32_t threadIndex, in HalCm_Setup2DSurfaceUPState() 4613 uint32_t threadIndex, in HalCm_Setup2DSurfaceUPSamplerState() [all …]
|
D | cm_kernel_rt.cpp | 6095 for (unsigned int threadIndex = 0; threadIndex < argParam->unitCount; threadIndex++) in UpdateSamplerHeap() local
|
/external/angle/src/image_util/ |
D | AstcDecompressor.cpp | 161 uint32_t threadIndex; member
|
/external/skia/bench/ |
D | SkGlyphCacheBench.cpp | 103 SkTaskGroup().batch(16, [&](int threadIndex) { in onDraw()
|
/external/intel-media-driver/media_driver/linux/common/cm/hal/ |
D | cm_hal_os.cpp | 1533 uint32_t threadIndex) in HalCm_DecompressSurface()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 5843 for(uint32_t threadIndex = 0; threadIndex < config.ThreadCount; ++threadIndex) in TestPool_Benchmark() local 5860 for(size_t threadIndex = 0; threadIndex < config.ThreadCount; ++threadIndex) in TestPool_Benchmark() local 5889 for(size_t threadIndex = 0; threadIndex < config.ThreadCount; ++threadIndex) in TestPool_Benchmark() local 6656 for(uint32_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in TestMappingMultithreaded() local 6771 for(uint32_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in TestMappingMultithreaded() local
|