HomeSort by: relevance | last modified time | path
    Searched defs:VkImageLayout (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 904 typedef enum VkImageLayout {
926 } VkImageLayout;
2289 VkImageLayout initialLayout;
2630 VkImageLayout imageLayout;
2684 VkImageLayout initialLayout;
2685 VkImageLayout finalLayout;
2690 VkImageLayout layout;
2858 VkImageLayout oldLayout;
2859 VkImageLayout newLayout;
3020 typedef void (VKAPI_PTR *PFN_vkCmdCopyImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImag (…)
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 985 typedef enum VkImageLayout {
1033 } VkImageLayout;
2439 VkImageLayout oldLayout;
2440 VkImageLayout newLayout;
2947 VkImageLayout initialLayout;
3245 VkImageLayout imageLayout;
3307 VkImageLayout initialLayout;
3308 VkImageLayout finalLayout;
3313 VkImageLayout layout;
3592 typedef void (VKAPI_PTR *PFN_vkCmdCopyImage)(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImag (…)
    [all...]

Completed in 26 milliseconds