Home
last modified time | relevance | path

Searched refs:CompileShadersMultithreadData (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineLibraryTests.cpp461 struct CompileShadersMultithreadData struct
471 CompileShadersMultithreadData* csmd = (CompileShadersMultithreadData*)param; in compileShadersThread()
554 std::vector<CompileShadersMultithreadData> csmds; in runTest()
556 …csmds.push_back(CompileShadersMultithreadData{ deviceHelper, m_context, pipelineLibraries[i], pipe… in runTest()