vulkan: Bump MAX_ENCODE_PASSES

RADV needs one more encode pass for a bugfix in the next commit.

Cc: mesa-stable
(cherry picked from commit e713527aa9)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40752>
This commit is contained in:
Natalie Vock 2026-03-17 11:12:01 +01:00 committed by Eric Engestrom
parent ee98ce1142
commit 5e538b5efd
2 changed files with 2 additions and 2 deletions

View file

@ -1414,7 +1414,7 @@
"description": "vulkan: Bump MAX_ENCODE_PASSES",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -83,7 +83,7 @@ vk_acceleration_structure_get_va(const struct vk_acceleration_structure *accel_s
VK_DEFINE_NONDISP_HANDLE_CASTS(vk_acceleration_structure, base, VkAccelerationStructureKHR,
VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR)
#define MAX_ENCODE_PASSES 4
#define MAX_ENCODE_PASSES 5
#define MAX_UPDATE_PASSES 2
enum vk_internal_build_type {