mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
intel/compiler: Update lower_trace_ray_logical_send() for Xe2
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25020>
This commit is contained in:
parent
9e43fa09a6
commit
3d744a6890
1 changed files with 1 additions and 1 deletions
|
|
@ -2790,7 +2790,7 @@ lower_trace_ray_logical_send(const fs_builder &bld, fs_inst *inst)
|
|||
assert(synchronous_src.file == BRW_IMMEDIATE_VALUE);
|
||||
const bool synchronous = synchronous_src.ud;
|
||||
|
||||
const unsigned mlen = 1;
|
||||
const unsigned mlen = reg_unit(devinfo);
|
||||
const fs_builder ubld = bld.exec_all().group(8, 0);
|
||||
fs_reg header = ubld.vgrf(BRW_REGISTER_TYPE_UD);
|
||||
ubld.MOV(header, brw_imm_ud(0));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue