Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp73 int threadCount; member
859 …for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadN… in init()
886 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vecto… in createThreads() argument
888 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size()); in createThreads()
893 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++) in createThreads()
988 …wCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::End… in logTestConfig()
989 …log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMess… in logTestConfig()
1043 …createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts, m_eglTest… in iterate()
1091 basicConfig.threadCount = 1; in init()
1126 int threadCount = threadCounts[threadCountNdx]; in init() local
[all …]
DteglGLES2SharingThreadedTests.cpp2063 int threadCount; member
2104 : threadCount (0) in TestConfig()
2170 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2184 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2192 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2200 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2209 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2230 threadNdx = (threadNdx + 1) % m_config.threadCount; in init()
2235 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2251 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp94 , threadCount (0) in TestSpec()
104 int threadCount; member
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; } in getInitialValue()
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
245 …src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
248 …src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
537 … + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount… in checkAndLogCounterValues()
540 … - (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount… in checkAndLogCounterValues()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Main/
DSwiftConfig.cpp376 …html += "<option value='-1'" + (config.threadCount == -1 ? selected : empty) + ">Core count</optio… in page()
377 …html += "<option value='0'" + (config.threadCount == 0 ? selected : empty) + ">Process affinity … in page()
378 html += "<option value='1'" + (config.threadCount == 1 ? selected : empty) + ">1</option>\n"; in page()
379 html += "<option value='2'" + (config.threadCount == 2 ? selected : empty) + ">2</option>\n"; in page()
380 html += "<option value='3'" + (config.threadCount == 3 ? selected : empty) + ">3</option>\n"; in page()
381 html += "<option value='4'" + (config.threadCount == 4 ? selected : empty) + ">4</option>\n"; in page()
382 html += "<option value='5'" + (config.threadCount == 5 ? selected : empty) + ">5</option>\n"; in page()
383 html += "<option value='6'" + (config.threadCount == 6 ? selected : empty) + ">6</option>\n"; in page()
384 html += "<option value='7'" + (config.threadCount == 7 ? selected : empty) + ">7</option>\n"; in page()
385 html += "<option value='8'" + (config.threadCount == 8 ? selected : empty) + ">8</option>\n"; in page()
[all …]
DSwiftConfig.hpp46 int threadCount; member
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcodes.cpp306 virtual void Start (uint32 threadCount, in Start() argument
312 dng_filter_task::Start (threadCount, in Start()
318 threadCount, in Start()
446 virtual void Start (uint32 threadCount, in Start() argument
455 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start()
463 threadCount, in Start()
Ddng_jpeg_image.cpp225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local
236 dng_rect (0, 0, 16, 16 * threadCount)); in Encode()
338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
346 dng_rect (0, 0, 16, 16 * threadCount)); in FindDigest()
Ddng_area_task.h133 virtual void Start (uint32 threadCount,
157 virtual void Finish (uint32 threadCount);
Ddng_filter_task.cpp58 void dng_filter_task::Start (uint32 threadCount, in Start() argument
71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start()
Ddng_bad_pixels.h65 uint32 threadCount,
269 uint32 threadCount,
Ddng_render.cpp751 virtual void Start (uint32 threadCount,
816 void dng_render_task::Start (uint32 threadCount, in Start() argument
822 dng_filter_task::Start (threadCount, in Start()
978 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start()
Ddng_resample.cpp518 virtual void Start (uint32 threadCount,
628 void dng_resample_task::Start (uint32 threadCount, in Start() argument
677 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start()
686 dng_filter_task::Start (threadCount, in Start()
Ddng_filter_task.h128 virtual void Start (uint32 threadCount,
/third_party/vk-gl-cts/scripts/
Dlaunchcontrol_build.py59 threadCount = multiprocessing.cpu_count() + 1
60 print("Invoke make with %d threads" % threadCount)
61 execute(["make", "-j%d" % threadCount])
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanMultithreadingTest.cpp64 size_t threadCount) in runMultithreadedGLTest() argument
74 std::vector<std::thread> threads(threadCount); in runMultithreadedGLTest()
75 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest()
DMultithreadingTest.cpp59 size_t threadCount) in runMultithreadedGLTest() argument
69 std::vector<std::thread> threads(threadCount); in runMultithreadedGLTest()
70 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest()
/third_party/skia/tests/
DSkScalerCacheTest.cpp20 Barrier(int threadCount) : fThreadCount(threadCount) { } in Barrier() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBuildTests.cpp720 for (const auto threadCount : threads) in createBuildTests() local
724 DE_ASSERT(!(threadCount != 0 && deviceBuild)); in createBuildTests()
738 if (threadCount != 0) in createBuildTests()
740 groupName += threadCount == std::numeric_limits<deUint32>::max() in createBuildTests()
741 ? "ht_max" : "ht_" + de::toString(threadCount); in createBuildTests()
746 buildTest(groupGpuCpuHt.get(), threadCount, deviceBuild); in createBuildTests()
750 if (threadCount == 0) in createBuildTests()
DvktRayTracingBuildLargeTests.cpp98 const deUint32 threadCount) in makePipeline() argument
102 rayTracingPipeline->setDeferredOperation(deferredOperation, threadCount); in makePipeline()
154 de::MovePtr<BufferWithMemory> runTest (const deUint32 threadCount);
348 de::MovePtr<BufferWithMemory> RayTracingBuildLargeTestInstance::runTest (const deUint32 threadCount) in runTest() argument
377 …, rayTracingPipeline, *pipelineLayout, callableShaderCount, m_data.deferredOperation, threadCount); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildTests.cpp720 for (const auto threadCount : threads) in createBuildTests() local
724 DE_ASSERT(!(threadCount != 0 && deviceBuild)); in createBuildTests()
738 if (threadCount != 0) in createBuildTests()
740 groupName += threadCount == std::numeric_limits<deUint32>::max() in createBuildTests()
741 ? "ht_max" : "ht_" + de::toString(threadCount); in createBuildTests()
746 buildTest(groupGpuCpuHt.get(), threadCount, deviceBuild); in createBuildTests()
750 if (threadCount == 0) in createBuildTests()
DvktRayTracingBuildLargeTests.cpp98 const deUint32 threadCount) in makePipeline() argument
102 rayTracingPipeline->setDeferredOperation(deferredOperation, threadCount); in makePipeline()
154 de::MovePtr<BufferWithMemory> runTest (const deUint32 threadCount);
348 de::MovePtr<BufferWithMemory> RayTracingBuildLargeTestInstance::runTest (const deUint32 threadCount) in runTest() argument
377 …, rayTracingPipeline, *pipelineLayout, callableShaderCount, m_data.deferredOperation, threadCount); in runTest()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp65 AtomicInt threadCount(1); variable
698 if(threadCount == 1) // Use main thread for draw execution in draw()
866 if((int)qSize < threadCount - curThreadsAwake + 1) in scheduleTask()
876 if(curThreadsAwake != threadCount) in scheduleTask()
880 for(int i = 0; i < threadCount && wakeup > 0; i++) in scheduleTask()
2134 unitCount = ceilPow2(threadCount); in initializeThreads()
2135 clusterCount = ceilPow2(threadCount); in initializeThreads()
2143 for(int i = 0; i < threadCount; i++) in initializeThreads()
2172 for(int thread = 0; thread < threadCount; thread++) in terminateThreads()
2800 return threadCount; in getThreadCount()
[all …]
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp480 int32_t threadCount = * ((int32_t*)pOption); in SetOption() local
481 if (threadCount < 0) threadCount = 0; in SetOption()
482 if (threadCount > m_iCpuCount) { in SetOption()
483 threadCount = m_iCpuCount; in SetOption()
485 if (threadCount > 3) { in SetOption()
486 threadCount = 3; in SetOption()
488 if (threadCount != m_iThreadCount) { in SetOption()
489 m_iThreadCount = threadCount; in SetOption()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp581 threadCount = 12; in IntlTest()
597 threadCount = caller->threadCount; in setCaller()
674 int32_t rval = this->threadCount; in setThreadCount()
675 this->threadCount = count; in setThreadCount()
1240 int32_t threadCount = 12; in main() local
1298 threadCount = atoi(str + 8); in main()
1354 major.setThreadCount( threadCount ); in main()
1394 fprintf(stdout, " Threads : %d\n", threadCount); in main()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp1210 const UINT threadCount = 32; in TestMultithreading() local
1218 std::thread threads[threadCount]; in TestMultithreading()
1219 for(UINT threadIndex = 0; threadIndex < threadCount; ++threadIndex) in TestMultithreading()
1332 for(UINT threadIndex = threadCount; threadIndex--; ) in TestMultithreading()

12