/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 73 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 …]
|
/third_party/boost/libs/sort/example/ |
D | parallelstring.cpp | 66 int threadCount = -1; in main() local 71 else if(threadCount < 0) in main() 72 threadCount = atoi(argv[u]); in main() 81 printf("threads: %d loops: %d\n", threadCount, loopCount); in main() 117 if (threadCount == 0) { in main() 123 threadCount = 1; in main() 125 for (int i = 0; i < threadCount; ++i) { in main() 129 for (int i = 0; i < threadCount; ++i) { in main() 139 printf("std::sort clock time %lf\n", elapsed/CLOCKS_PER_SEC/threadCount); in main() 141 printf("spreadsort clock time %lf\n", elapsed/CLOCKS_PER_SEC/threadCount); in main()
|
D | parallelint.cpp | 57 int threadCount = -1; in main() local 62 else if(threadCount < 0) in main() 63 threadCount = atoi(argv[u]); in main() 70 printf("threads: %d loops: %d\n", threadCount, loopCount); in main() 95 if (threadCount == 0) { in main() 98 for (int i = 0; i < threadCount; ++i) { in main() 102 for (int i = 0; i < threadCount; ++i) { in main() 111 printf("std::sort clock time %lf\n", elapsed/CLOCKS_PER_SEC/threadCount); in main() 113 printf("spreadsort clock time %lf\n", elapsed/CLOCKS_PER_SEC/threadCount); in main()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 94 , 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/mindspore/mindspore/core/mindrt/src/ |
D | mindrt.cc | 29 if (config->threadCount == 0) { in MindrtInitializeC() 39 std::string(config->udpUrlAdv), config->threadCount); in MindrtInitializeC() 66 const std::string &udpUrlAdv, int threadCount) { in InitializeImp() argument 74 const std::string &udpUrlAdv, int threadCount) { in Initialize() argument 76 int result = InitializeImp(tcpUrl, tcpUrlAdv, udpUrl, udpUrlAdv, threadCount); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 376 …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 …]
|
D | SwiftConfig.hpp | 46 int threadCount; member
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_opcodes.cpp | 306 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()
|
D | dng_jpeg_image.cpp | 225 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()
|
D | dng_area_task.h | 133 virtual void Start (uint32 threadCount, 157 virtual void Finish (uint32 threadCount);
|
D | dng_filter_task.cpp | 58 void dng_filter_task::Start (uint32 threadCount, in Start() argument 71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start()
|
D | dng_bad_pixels.h | 65 uint32 threadCount, 269 uint32 threadCount,
|
D | dng_render.cpp | 751 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()
|
D | dng_resample.cpp | 518 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()
|
D | dng_filter_task.h | 128 virtual void Start (uint32 threadCount,
|
/third_party/vk-gl-cts/scripts/ |
D | launchcontrol_build.py | 59 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/ |
D | VulkanMultithreadingTest.cpp | 64 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()
|
/third_party/skia/tests/ |
D | SkScalerCacheTest.cpp | 20 Barrier(int threadCount) : fThreadCount(threadCount) { } in Barrier() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultithreadingTest.cpp | 39 size_t threadCount) in runMultithreadedGLTest() argument 49 std::vector<std::thread> threads(threadCount); in runMultithreadedGLTest() 50 for (size_t threadIdx = 0; threadIdx < threadCount; threadIdx++) in runMultithreadedGLTest()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | GrpcEnvironment.cs | 205 public static void SetThreadPoolSize(int threadCount) in SetThreadPoolSize() argument 210 … GrpcPreconditions.CheckArgument(threadCount > 0, "threadCount needs to be a positive number"); in SetThreadPoolSize() 211 customThreadPoolSize = threadCount; in SetThreadPoolSize()
|
/third_party/mindspore/mindspore/core/mindrt/include/ |
D | mindrt.h | 33 int threadCount; member
|
D | mindrt.hpp | 33 const std::string &udpUrlAdv = "", int threadCount = 0);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.cpp | 65 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/ |
D | welsDecoderExt.cpp | 480 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/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuildLargeTests.cpp | 98 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()
|