HomeSort by: relevance | last modified time | path
    Searched refs:src_invert (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
mir.c 446 temp = ins->src_invert[0];
447 ins->src_invert[0] = ins->src_invert[1];
448 ins->src_invert[1] = temp;
midgard_emit.c 548 ins->src_invert[0],
549 ins->src_invert[1],
550 ins->src_invert[2]
compiler.h 124 bool src_invert[MIR_SRC_COUNT]; member in struct:midgard_instruction
midgard_compile.c 967 mir_copy_src(&ins, instr, 0, 1, &ins.src_abs[1], &ins.src_neg[1], &ins.src_invert[1], roundptr, is_int, broadcast_swizzle);
988 mir_copy_src(&ins, instr, i, to, &ins.src_abs[to], &ins.src_neg[to], &ins.src_invert[to], roundptr, is_int, broadcast_swizzle);
991 if (instr->op == nir_op_b32csel && ins.src_invert[2]) {
992 ins.src_invert[2] = false;
2755 if (ins->src_invert[1] || !ins->src_invert[0]) continue;
2761 ins->src_invert[1] = true;

Completed in 7 milliseconds