Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp91 std::map<VkShaderModule, std::vector<deUint8>> allSpirvShaders; in exportFilesForExternalCompiler() local
98 allSpirvShaders.insert({ shader.first, spirvShader }); in exportFilesForExternalCompiler()
164 auto it2 = allSpirvShaders.find(gpCI.pStages[i].module); in exportFilesForExternalCompiler()
165 if (it2 == end(allSpirvShaders)) in exportFilesForExternalCompiler()
288 auto it2 = allSpirvShaders.find(cpCI.stage.module); in exportFilesForExternalCompiler()
289 if (it2 == end(allSpirvShaders)) in exportFilesForExternalCompiler()