spirv: fix argument to ray query intrinsic

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 0cf22f9af3 ("nir: Make rq_load committed src an index")
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23032>
This commit is contained in:
Lionel Landwerlin
2023-05-15 17:27:11 +03:00
committed by Marge Bot
parent 60ed4b92a0
commit b031b28063
+1 -1
View File
@@ -5905,7 +5905,7 @@ vtn_handle_ray_query_intrinsic(struct vtn_builder *b, SpvOp opcode,
ray_query_load_intrinsic_create(b, opcode, w,
vtn_ssa_value(b, w[3])->def,
/* Committed value is ignored for these */
nir_imm_bool(&b->nb, false));
false);
break;
default: