Lines Matching defs:VkImageLayout

886 typedef enum VkImageLayout {
906 } VkImageLayout;
2082 VkImageLayout imageLayout;
2180 VkImageLayout layout;
2545 VkImageLayout stencilLayout;
2551 VkImageLayout stencilInitialLayout;
2552 VkImageLayout stencilFinalLayout;
2594 VkImageLayout imageLayout;
2597 VkImageLayout resolveImageLayout;
2876 VkImageLayout oldLayout;
2877 VkImageLayout newLayout;
2899 VkImageLayout initialLayout;
3286 VkImageLayout initialLayout;
3287 VkImageLayout finalLayout;
4083 VkImageLayout initialLayout;
4084 VkImageLayout finalLayout;
4091 VkImageLayout layout;
4598 VkImageLayout srcImageLayout;
4600 VkImageLayout dstImageLayout;
4609 VkImageLayout srcImageLayout;
4611 VkImageLayout dstImageLayout;
4622 VkImageLayout dstImageLayout;
4631 VkImageLayout srcImageLayout;
4641 VkImageLayout srcImageLayout;
4643 VkImageLayout dstImageLayout;
4670 VkImageLayout oldLayout;
4671 VkImageLayout newLayout;
4901 typedef void (GLAD_API_PTR *PFN_vkCmdBlitImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit * pRegions, VkFilter filter);
4904 typedef void (GLAD_API_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue * pColor, uint32_t rangeCount, const VkImageSubresourceRange * pRanges);
4905 typedef void (GLAD_API_PTR *PFN_vkCmdClearDepthStencilImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue * pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange * pRanges);
4908 typedef void (GLAD_API_PTR *PFN_vkCmdCopyBufferToImage)(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy * pRegions);
4910 typedef void (GLAD_API_PTR *PFN_vkCmdCopyImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy * pRegions);
4912 typedef void (GLAD_API_PTR *PFN_vkCmdCopyImageToBuffer)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy * pRegions);
4938 typedef void (GLAD_API_PTR *PFN_vkCmdResolveImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve * pRegions);