diff options
author | Rhys Perry <[email protected]> | 2018-06-06 20:55:03 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-08-01 00:10:00 -0400 |
commit | 00589be6c42501779e609b6c1e89a14d8536df08 (patch) | |
tree | 4677916e89ad2a0af60dd461adca6bb9b8f36d43 /src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h | |
parent | 1fb388cd20f6eb14474d2267c4a6c4840a925e57 (diff) |
gallium: add new SAMP2HND and IMG2HND opcodes
This commit does not add support for the opcodes in gallivm or tgsi_to_nir.c
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h b/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h index 1b2803cf3fe..c3787c2fbb2 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h +++ b/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h @@ -162,8 +162,8 @@ OPCODE(1, 1, COMP, IABS) OPCODE(1, 1, COMP, ISSG) OPCODE(1, 2, OTHR, LOAD) OPCODE(1, 2, OTHR, STORE, .is_store = 1) -OPCODE_GAP(163) /* removed */ -OPCODE_GAP(164) /* removed */ +OPCODE(1, 1, OTHR, IMG2HND) +OPCODE(1, 1, OTHR, SAMP2HND, .is_tex = 1) OPCODE_GAP(165) /* removed */ OPCODE(0, 0, OTHR, BARRIER) |