Searched refs:csmds (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 554 std::vector<CompileShadersMultithreadData> csmds; in runTest() local 556 csmds.push_back(CompileShadersMultithreadData{ deviceHelper, m_context, pipelineLibraries[i], pipelineShaders[i] }); in runTest() 559 for (deUint32 i = 0; i < csmds.size(); ++i) in runTest() 560 threads.push_back(deThread_create(compileShadersThread, (void*)&csmds[i], DE_NULL)); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 694 std::vector<CompileShadersMultithreadData> csmds; in runTest() local 696 csmds.push_back(CompileShadersMultithreadData{ m_context, rtPipelines[i], pipelineShaders[i], isecMod }); in runTest() 699 for (deUint32 i = 0; i < csmds.size(); ++i) in runTest() 700 threads.push_back(deThread_create(compileShadersThread, (void*)&csmds[i], DE_NULL)); in runTest()
|
Completed in 5 milliseconds