mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
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:
parent
03ab1d6aaa
commit
1ce5be916f
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue