Searched refs:csmds (Results 1 – 1 of 1) sorted by relevance
554 std::vector<CompileShadersMultithreadData> csmds; in runTest() local556 …csmds.push_back(CompileShadersMultithreadData{ deviceHelper, m_context, pipelineLibraries[i], pipe… 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()