Searched defs:threadIndex (Results 1 – 16 of 16) sorted by relevance
/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/skia/tests/ |
D | SkSharedMutexTest.cpp | 31 SkTaskGroup().batch(8, [&](int threadIndex) { in DEF_TEST()
|
D | SkScalerCacheTest.cpp | 64 auto perThread = [&](int threadIndex) { in DEF_TEST()
|
/external/skqp/tests/ |
D | SkSharedMutexTest.cpp | 31 SkTaskGroup().batch(8, [&](int threadIndex) { in DEF_TEST()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | GrpcThreadPool.cs | 145 private Thread CreateAndStartThread(int threadIndex, IProfiler optionalProfiler) in CreateAndStartThread()
|
/external/skqp/bench/ |
D | SkGlyphCacheBench.cpp | 97 SkTaskGroup().batch(16, [&](int threadIndex) { in onDraw()
|
/external/swiftshader/src/Renderer/ |
D | Renderer.cpp | 96 int threadIndex; member 745 int threadIndex = static_cast<Parameters*>(parameters)->threadIndex; in threadFunction() local 756 void Renderer::threadLoop(int threadIndex) in threadLoop() 767 void Renderer::taskLoop(int threadIndex) in taskLoop() 860 void Renderer::scheduleTask(int threadIndex) in scheduleTask() 904 void Renderer::executeTask(int threadIndex) in executeTask()
|
/external/skia/bench/ |
D | SkGlyphCacheBench.cpp | 98 SkTaskGroup().batch(16, [&](int threadIndex) { in onDraw()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | vscode.py | 373 def get_thread_id(self, threadIndex=0): argument
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 4610 for(uint32_t threadIndex = 0; threadIndex < config.ThreadCount; ++threadIndex) in TestPool_Benchmark() local 4627 for(size_t threadIndex = 0; threadIndex < config.ThreadCount; ++threadIndex) in TestPool_Benchmark() local 4658 for(size_t threadIndex = 0; threadIndex < config.ThreadCount; ++threadIndex) in TestPool_Benchmark() local 5253 for(uint32_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in TestMappingMultithreaded() local 5368 for(uint32_t threadIndex = 0; threadIndex < threadCount; ++threadIndex) in TestMappingMultithreaded() local
|