• Home
  • Raw
  • Download

Lines Matching refs:fragmentModule

565 									   const VkShaderModule					fragmentModule,  in makeGraphicsPipeline()  argument
673 pipelineShaderStageParams[1].module = fragmentModule; in makeGraphicsPipeline()
771 const VkShaderModule fragmentModule, in makeGraphicsPipelineSinglePassColor() argument
781 …raphicsPipeline(vk, device, dynamicState, pipelineLayout, renderPass, vertexModule, fragmentModule, in makeGraphicsPipelineSinglePassColor()
1596 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCol… in drawSinglePass() local
1644 …vk, device, dynamicState, *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, vie… in drawSinglePass()
1650 …ynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, viewport, sci… in drawSinglePass()
2260 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCo… in drawPatternChangeReference() local
2318 …std::vector<VkDynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, in drawPatternChangeReference()
2372 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCo… in drawRenderPasses() local
2501 …device, dynamicState, *pipelineLayout, rt[passNdx].getRenderPass(), *vertexModule, *fragmentModule, in drawRenderPasses()
2509 …or<VkDynamicState>(), *pipelineLayout, rt[passNdx].getRenderPass(), *vertexModule, *fragmentModule, in drawRenderPasses()
2775 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCo… in drawSubpasses() local
2867 vk, device, dynamicState, *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, in drawSubpasses()
2875 …std::vector<VkDynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, in drawSubpasses()
2944 …const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCo… in drawSameSubpass() local
3025 vk, device, dynamicState, *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, in drawSameSubpass()
3033 …std::vector<VkDynamicState>(), *pipelineLayout, rt.getRenderPass(), *vertexModule, *fragmentModule, in drawSameSubpass()