Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp128 bool xs0_negate = xs[0].negate; in operands_match() local
147 xs[0].negate = xs0_negate; in operands_match()
154 *negate = (xs0_negate != xs1_negate) != (ys0_negate != ys1_negate); in operands_match()