venus: skip image cache for VkOpaqueCaptureDataCreateInfoEXT

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39762>
This commit is contained in:
Yiwei Zhang 2026-02-07 23:33:00 -08:00 committed by Marge Bot
parent 526788a097
commit 990b5fca37

View file

@ -143,6 +143,7 @@ vn_image_get_image_reqs_key(struct vn_device *dev,
sizeof(VkImageUsageFlags));
break;
}
case VK_STRUCTURE_TYPE_OPAQUE_CAPTURE_DATA_CREATE_INFO_EXT:
default:
/* Skip cache for unsupported pNext */
dev->image_reqs_cache.debug.cache_skip_count++;