Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.c324 if ((instr->opc == OPC_BARY_F || instr->opc == OPC_FLAT_B) && in ir3_collect_info()
940 if (instr->opc == OPC_FLAT_B && in ir3_valid_flags()
Dinstr-a3xx.h186 OPC_FLAT_B = _OPC(2, 64), enumerator
Dir3.h1042 case OPC_FLAT_B: in is_input()
1348 case OPC_FLAT_B: in ir3_cat2_int()
1554 case OPC_FLAT_B: in ir3_output_conv_src_type()
Dir3_parser.y953 | T_OP_FLAT_B { new_instr(OPC_FLAT_B); }