Lines Matching defs:pipeline
61 namespace pipeline
175 //! Create a test-specific MSAA pipeline
504 //! Stencil values are created by overlapping triangles, so the stencil pipeline state must be set up accordingly.
677 PipelineConstructionType pipelineConstructionType; //!< The wya pipeline is constructed
1146 const Unique<VkPipeline> pipeline (makeComputePipeline(vk, device, *pipelineLayout, *shaderModule));
1153 vk.cmdBindPipeline(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipeline);
1423 PipelineConstructionType pipelineConstructionType; //!< The way pipeline is constructed
1638 GraphicsPipelineWrapper pipeline (vki, vk, physicalDevice, device, context.getDeviceExtensions(), params.pipelineConstructionType);
1642 preparePipelineWrapper(pipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, useVertexInput,
1662 pipeline.bind(*cmdBuffer);
2026 // Test a graphics pipeline with varying sample count per color and depth/stencil attachments
2030 } // pipeline