Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h194 OPC_GATHER4B = _OPC(5, 18), enumerator
Ddisasm-a3xx.c708 [opc_op(OPC_GATHER4B)] = { true, false, true, true, }, in print_instr_cat5()
1433 OPC(5, OPC_GATHER4B, gather4b),
Dir3_parser.y732 | T_OP_GATHER4B { new_instr(OPC_GATHER4B); }
Dir3_compiler_nir.c2272 case 2: opc = OPC_GATHER4B; break; in emit_tex()