Home
last modified time | relevance | path

Searched refs:OPC_GATHER4A (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h195 OPC_GATHER4A = _OPC(5, 19), enumerator
Ddisasm-a3xx.c709 [opc_op(OPC_GATHER4A)] = { true, false, true, true, }, in print_instr_cat5()
1434 OPC(5, OPC_GATHER4A, gather4a),
Dir3_parser.y733 | T_OP_GATHER4A { new_instr(OPC_GATHER4A); }
Dir3_compiler_nir.c2273 case 3: opc = OPC_GATHER4A; break; in emit_tex()