brw: fix missing generation requirement on sampler opcode
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: bcffd839aa ("brw: new Xe2 sampler opcodes")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37929>
This commit is contained in:
committed by
Marge Bot
parent
757c042e39
commit
e2918ad82c
@@ -60,13 +60,16 @@ static const opcode_filter_cb opcode_filters[BRW_SAMPLER_OPCODE_MAX] = {
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_B] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_C] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_C_L] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_C_LZ] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_D] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_L] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_SAMPLE_PO_LZ] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_B] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_I] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_I_C] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_L] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_L_C] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_PO] = not_gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_PO_PACKED] = gfx200,
|
||||
[BRW_SAMPLER_OPCODE_GATHER4_PO_B] = gfx200,
|
||||
|
||||
Reference in New Issue
Block a user