Home
last modified time | relevance | path

Searched defs:VkCopyImageToImageInfoEXT (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl6426 struct VkCopyImageToImageInfoEXT struct
6428 VkStructureType sType;
6429 const void* pNext;
6430 VkHostImageCopyFlagsEXT flags;
6431 VkImage srcImage;
6432 VkImageLayout srcImageLayout;
6433 VkImage dstImage;
6434 VkImageLayout dstImageLayout;
6435 uint32_t regionCount;
6436 const VkImageCopy2* pRegions;
DvkVulkan_c.inl15251 typedef struct VkCopyImageToImageInfoEXT { struct
15261 } VkCopyImageToImageInfoEXT; argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h14918 typedef struct VkCopyImageToImageInfoEXT { struct
14928 } VkCopyImageToImageInfoEXT; typedef
/third_party/vulkan-headers/registry/
Dvalidusage.json38537 "VkCopyImageToImageInfoEXT": { object