mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
tu: Report missing layout support for host_image_copy with unifiedLayouts.
Fixes dEQP-VK.image.host_image_copy.properties.properties in vulkan-cts-1.4.5.3
This commit is contained in:
parent
0e842fbc54
commit
855255f3ae
1 changed files with 2 additions and 0 deletions
|
|
@ -1496,7 +1496,9 @@ tu_get_properties(struct tu_physical_device *pdevice,
|
|||
VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL,
|
||||
VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT,
|
||||
VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR,
|
||||
VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT,
|
||||
VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ,
|
||||
};
|
||||
|
||||
props->pCopySrcLayouts = (VkImageLayout *)supported_layouts;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue