Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkPipelineBindPoint

784 typedef enum VkPipelineBindPoint {
791 } VkPipelineBindPoint;
2050 VkPipelineBindPoint pipelineBindPoint;
2346 typedef void (VKAPI_PTR *PFN_vkCmdBindPipeline)(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline);
2356 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);
2896 VkPipelineBindPoint pipelineBindPoint,
2947 VkPipelineBindPoint pipelineBindPoint,