diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index ec841a0f714..20b88b6a1f3 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -7023,7 +7023,7 @@ - + u16 u32 @@ -7662,7 +7662,7 @@ - + @@ -7674,7 +7674,7 @@ - + @@ -7688,7 +7688,7 @@ - + @@ -7697,7 +7697,7 @@ - + @@ -8016,7 +8016,7 @@ - + store retrieve @@ -8046,7 +8046,7 @@ - + store retrieve diff --git a/src/panfrost/bifrost/gen_pack.py b/src/panfrost/bifrost/gen_pack.py index 39cac86e715..9adaa8fcda9 100644 --- a/src/panfrost/bifrost/gen_pack.py +++ b/src/panfrost/bifrost/gen_pack.py @@ -392,7 +392,7 @@ IMMEDIATE_TABLE = { 'attribute_index': 'bi_get_immediate(ins, 0)', 'varying_index': 'bi_get_immediate(ins, 0)', 'index': 'bi_get_immediate(ins, 0)', - 'image_index': 'ins->texture.texture_index', + 'texture_index': 'ins->texture.texture_index', 'sampler_index': 'ins->texture.sampler_index', 'table': '63', # Bindless (flat addressing) mode for DTSEL_IMM