mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
nir: fix input/output info gathering for lowered IO
Ooops.
Fixes: 17af07024d - nir: gather all IO info from IO intrinsics
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6758>
This commit is contained in:
parent
ef98c175c0
commit
a6abf175ef
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ static void
|
|||
gather_intrinsic_info(nir_intrinsic_instr *instr, nir_shader *shader,
|
||||
void *dead_ctx)
|
||||
{
|
||||
unsigned slot_mask = 0;
|
||||
uint64_t slot_mask = 0;
|
||||
|
||||
if (nir_intrinsic_infos[instr->intrinsic].index_map[NIR_INTRINSIC_IO_SEMANTICS] > 0) {
|
||||
nir_io_semantics semantics = nir_intrinsic_io_semantics(instr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue