Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp132 bool ys1_negate = ys[1].file == IMM ? ys[1].f < 0.0f in operands_match() local
150 ys[1].negate = ys[1].file == IMM ? false : ys1_negate; in operands_match()
154 *negate = (xs0_negate != xs1_negate) != (ys0_negate != ys1_negate); in operands_match()