Searched refs:shaderModules (Results 1 – 2 of 2) sorted by relevance
248 map<VkShaderStageFlagBits, ShaderModuleSP>& shaderModules,495 map<VkShaderStageFlagBits, ShaderModuleSP>& shaderModules, in makeGraphicsPipeline() argument572 …const VkShaderModule vertShader = shaderFlags & VK_SHADER_STAGE_VERTEX_BIT ? **shaderModules[VK_… in makeGraphicsPipeline()573 …olShader = shaderFlags & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? **shaderModules[VK_SHADER_STAG… in makeGraphicsPipeline()574 …ader = shaderFlags & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT ? **shaderModules[VK_SHADER_STAG… in makeGraphicsPipeline()575 …const VkShaderModule geomShader = shaderFlags & VK_SHADER_STAGE_GEOMETRY_BIT ? **shaderModules[V… in makeGraphicsPipeline()576 …const VkShaderModule fragShader = shaderFlags & VK_SHADER_STAGE_FRAGMENT_BIT ? **shaderModules[V… in makeGraphicsPipeline()
776 ShaderModuleVector shaderModules; in addShaderModules() local777 shaderModules.resize(m_shadersExecutions.size() + 1); in addShaderModules()782 …shaderModules[shaderNdx] = SharedPtr<Unique<VkShaderModule> > (new Unique<VkShaderModule>(createSh… in addShaderModules()784 …shaderModules[m_shadersExecutions.size()] = SharedPtr<Unique<VkShaderModule> > (new Unique<VkShade… in addShaderModules()785 return shaderModules; in addShaderModules()