Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_filter_task.cpp71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
92 void dng_filter_task::Process (uint32 threadIndex, in Process()
Ddng_opcodes.cpp292 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()
Ddng_render.cpp978 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
989 void dng_render_task::ProcessArea (uint32 threadIndex, in ProcessArea()
Ddng_area_task.cpp185 void dng_area_task::ProcessOnThread (uint32 threadIndex, in ProcessOnThread()
Ddng_resample.cpp677 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
695 void dng_resample_task::ProcessArea (uint32 threadIndex, in ProcessArea()
Ddng_lens_correction.cpp2300 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Prepare() local
2314 uint32 threadIndex, in ProcessArea()
Ddng_negative.cpp1693 virtual void Process (uint32 threadIndex, in Process()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_cnd_test.cpp26 WaitThread(mtx_t* threadMtx, cnd_t* threadCnd, int* threadIndex) in WaitThread()
73 int threadIndex = 0; variable
/third_party/skia/tests/
DSkSharedMutexTest.cpp31 SkTaskGroup().batch(8, [&](int threadIndex) { in DEF_TEST()
DSkScalerCacheTest.cpp61 auto perThread = [&](int threadIndex) { in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp96 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()
/third_party/skia/bench/
DSkGlyphCacheBench.cpp98 SkTaskGroup().batch(16, [&](int threadIndex) { in onDraw()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp1219 for(UINT threadIndex = 0; threadIndex < threadCount; ++threadIndex) in TestMultithreading() local
1332 for(UINT threadIndex = threadCount; threadIndex--; ) in TestMultithreading() local