Home
last modified time | relevance | path

Searched defs:VkCopyImageInfo2 (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5940 struct VkCopyImageInfo2 struct
5942 VkStructureType sType;
5943 const void* pNext;
5944 VkImage srcImage;
5945 VkImageLayout srcImageLayout;
5946 VkImage dstImage;
5947 VkImageLayout dstImageLayout;
5948 uint32_t regionCount;
5949 const VkImageCopy2* pRegions;
DvkVulkan_c.inl7977 typedef struct VkCopyImageInfo2 { struct
7986 } VkCopyImageInfo2; argument
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h6867 typedef struct VkCopyImageInfo2 { struct
6876 } VkCopyImageInfo2; argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h6989 typedef struct VkCopyImageInfo2 { struct
6998 } VkCopyImageInfo2; argument
/third_party/vulkan-headers/registry/
Dvalidusage.json27565 "VkCopyImageInfo2": { object