intel/nir: specify synchronous value for tracing op

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17908>
This commit is contained in:
Lionel Landwerlin
2022-02-18 14:57:26 +02:00
committed by Marge Bot
parent 03ab1d6aaa
commit 1ce5be916f

View File

@@ -336,7 +336,8 @@ brw_nir_create_trivial_return_shader(const struct brw_compiler *compiler,
nir_trace_ray_intel(b,
nir_load_btd_global_arg_addr_intel(b),
ray_level, ray_op);
ray_level, ray_op,
.synchronous = false);
}
nir_push_else(b, NULL);
{