Lines Matching defs:pipeline
62 namespace pipeline
559 //! Create a MSAA pipeline, with max per-sample shading
1327 TEST_OPTION_DYNAMIC_STATE_BIT = 0x1, //!< Use dynamic pipeline state to pass in sample locations
1632 GraphicsPipelineWrapper pipeline(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType);
1640 pipeline, dynamicState, pipelineLayout, rt.getRenderPass(), vertexModule, fragmentModule, viewport, scissor,
1646 pipeline, std::vector<VkDynamicState>(), pipelineLayout, rt.getRenderPass(), vertexModule, fragmentModule, viewport, scissor,
1658 pipeline.bind(*cmdBuffer);
1883 TEST_OPTION_DYNAMIC_STATE_BIT = 1u << 1, //!< Use dynamic pipeline state to pass in sample locations
2341 GraphicsPipelineWrapper pipeline(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType);
2342 preparePipelineWrapper(pipeline, std::vector<VkDynamicState>(), pipelineLayout, rt.getRenderPass(), vertexModule, fragmentModule,
2364 pipeline.bind(currentCmdBuffer);
2754 const GraphicsPipelineWrapper& pipeline,
2760 pipeline.bind(cmdBuffer);
2772 const GraphicsPipelineWrapper& pipeline,
2781 pipeline.bind(cmdBuffer);
3286 } // pipeline