Lines Matching defs:pipeline
734 // allow execution of event during every stage of pipeline
1164 // allow execution of event during every stage of pipeline
1318 // allow execution of event during every stage of pipeline
1387 // allow execution of event during every stage of pipeline
1493 // allow execution of event during every stage of pipeline
1581 // allow execution of event during every stage of pipeline
1599 // allow execution of event during every stage of pipeline
1695 // allow execution of event during every stage of pipeline
1726 // allow execution of event during every stage of pipeline
1929 const Unique<VkPipeline> pipeline(createComputePipeline(vk, vkDevice, (VkPipelineCache)0u, &pipelineCreateInfo));
1934 vk.cmdBindPipeline(*secCmdBuf, VK_PIPELINE_BIND_POINT_COMPUTE, *pipeline);
2031 const Unique<VkPipeline> pipeline (createComputePipeline(vkd, device, (VkPipelineCache)0u, &pipelineCreateInfo));
2125 vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipeline);
2271 const Unique<VkPipeline> pipeline(createComputePipeline(vk, vkDevice, (VkPipelineCache)0u, &pipelineCreateInfo));
2276 vk.cmdBindPipeline(*secCmdBuf, VK_PIPELINE_BIND_POINT_COMPUTE, *pipeline);
2869 // allow execution of event during every stage of pipeline
2880 // allow execution of event during every stage of pipeline
3004 // allow execution of event during every stage of pipeline
3380 // allow execution of event during every stage of pipeline
4498 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
4571 // Bind pipeline.
4572 vkd.cmdBindPipeline(drawsCmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());