HomeSort by relevance Sort by last modified time
    Searched refs:IR3_REG_BNOT (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cp.c 64 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
88 IR3_REG_BNOT | IR3_REG_RELATIV);
144 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
164 IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT))
242 if (srcflags & IR3_REG_BNOT)
243 *dstflags ^= IR3_REG_BNOT;
460 if (new_flags & IR3_REG_BNOT)
466 new_flags &= ~(IR3_REG_SABS | IR3_REG_SNEG | IR3_REG_BNOT);
ir3_print.c 103 (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT)))
105 else if (reg->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT))
ir3.c 225 cat2->src1_neg = !!(src1->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
253 cat2->src2_neg = !!(src2->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
324 cat3->src1_neg = !!(src1->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
330 cat3->src2_neg = !!(src2->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
352 cat3->src3_neg = !!(src3->flags & (IR3_REG_FNEG | IR3_REG_SNEG | IR3_REG_BNOT));
ir3.h 81 IR3_REG_BNOT = 0x400,
891 return IR3_REG_BNOT;
    [all...]

Completed in 52 milliseconds