Searched refs:OPC_GATHER4R (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 192 OPC_GATHER4R = _OPC(5, 16), enumerator
|
D | disasm-a3xx.c | 706 [opc_op(OPC_GATHER4R)] = { true, false, true, true, }, in print_instr_cat5() 1431 OPC(5, OPC_GATHER4R, gather4r),
|
D | ir3_parser.y | 730 | T_OP_GATHER4R { new_instr(OPC_GATHER4R); }
|
D | ir3_compiler_nir.c | 2270 case 0: opc = OPC_GATHER4R; break; in emit_tex()
|