Searched refs:opcode_props (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c944 unsigned opcode_props = alu_opcode_props[op].props; local in function:emit_alu
945 bool quirk_flipped_r24 = opcode_props & QUIRK_FLIPPED_R24;
959 enum midgard_roundmode *roundptr = (opcode_props & MIDGARD_ROUNDS) ?
1075 if ((opcode_props & UNITS_ALL) == UNIT_VLUT) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1386 unsigned opcode_props = alu_opcode_props[op].props; local in function:emit_alu
1387 bool quirk_flipped_r24 = opcode_props & QUIRK_FLIPPED_R24;
1474 if ((opcode_props & UNITS_ALL) == UNIT_VLUT) {

Completed in 11 milliseconds