Searched refs:OPC_SAMB (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 180 OPC_SAMB = _OPC(5, 4), enumerator
|
D | disasm-a3xx.c | 694 [opc_op(OPC_SAMB)] = { true, true, true, true, }, in print_instr_cat5() 1419 OPC(5, OPC_SAMB, samb),
|
D | ir3_parser.y | 718 | T_OP_SAMB { new_instr(OPC_SAMB); }
|
D | ir3_compiler_nir.c | 2259 case nir_texop_txb: opc = OPC_SAMB; break; in emit_tex()
|