Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cp.c208 static void combine_flags(unsigned *dstflags, struct ir3_instruction *src) in combine_flags() argument
215 if (*dstflags & IR3_REG_FABS) in combine_flags()
217 if (*dstflags & IR3_REG_SABS) in combine_flags()
221 *dstflags |= IR3_REG_FABS; in combine_flags()
223 *dstflags |= IR3_REG_SABS; in combine_flags()
225 *dstflags ^= IR3_REG_FNEG; in combine_flags()
227 *dstflags ^= IR3_REG_SNEG; in combine_flags()
229 *dstflags ^= IR3_REG_BNOT; in combine_flags()
231 *dstflags &= ~IR3_REG_SSA; in combine_flags()
232 *dstflags |= srcflags & IR3_REG_SSA; in combine_flags()
[all …]