Searched refs:OPC_GATHER4B (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 194 OPC_GATHER4B = _OPC(5, 18), enumerator
|
D | disasm-a3xx.c | 708 [opc_op(OPC_GATHER4B)] = { true, false, true, true, }, in print_instr_cat5() 1433 OPC(5, OPC_GATHER4B, gather4b),
|
D | ir3_parser.y | 732 | T_OP_GATHER4B { new_instr(OPC_GATHER4B); }
|
D | ir3_compiler_nir.c | 2272 case 2: opc = OPC_GATHER4B; break; in emit_tex()
|