Home
last modified time | relevance | path

Searched refs:EntryToStage (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp57 typedef std::pair<std::string, vk::VkShaderStageFlagBits> EntryToStage; typedef
58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap;
H A DvktSpvAsmGraphicsShaderTestUtil.cpp445 for (vector<EntryToStage>::const_iterator shaderNdx = moduleNdx->second.begin(); shaderNdx != moduleNdx->second.end(); ++shaderNdx) in createPipelineShaderStages()
447 const EntryToStage& stage = *shaderNdx; in createPipelineShaderStages()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp57 typedef std::pair<std::string, vk::VkShaderStageFlagBits> EntryToStage; typedef
58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap;
H A DvktSpvAsmGraphicsShaderTestUtil.cpp445 for (vector<EntryToStage>::const_iterator shaderNdx = moduleNdx->second.begin(); shaderNdx != moduleNdx->second.end(); ++shaderNdx) in createPipelineShaderStages()
447 const EntryToStage& stage = *shaderNdx; in createPipelineShaderStages()

Completed in 16 milliseconds