Searched refs:OPC_GATHER4A (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 195 OPC_GATHER4A = _OPC(5, 19), enumerator
|
D | disasm-a3xx.c | 709 [opc_op(OPC_GATHER4A)] = { true, false, true, true, }, in print_instr_cat5() 1434 OPC(5, OPC_GATHER4A, gather4a),
|
D | ir3_parser.y | 733 | T_OP_GATHER4A { new_instr(OPC_GATHER4A); }
|
D | ir3_compiler_nir.c | 2273 case 3: opc = OPC_GATHER4A; break; in emit_tex()
|