Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkPipelineBindPoint

759 typedef enum VkPipelineBindPoint {
766 } VkPipelineBindPoint;
1994 VkPipelineBindPoint pipelineBindPoint;
2290 typedef void (VKAPI_PTR *PFN_vkCmdBindPipeline)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline);
2300 typedef void (VKAPI_PTR *PFN_vkCmdBindDescriptorSets)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t* pDynamicOffsets);
2840 VkPipelineBindPoint pipelineBindPoint,
2891 VkPipelineBindPoint pipelineBindPoint,