Home
last modified time | relevance | path

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

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