Searched refs:two_plus_two (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp190 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); local in function:TEST_F
191 nir_ssa_def *negation = nir_fneg(&bld, two_plus_two);
193 nir_ssa_def *result = nir_fadd(&bld, two_plus_two, negation);
210 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); local in function:TEST_F
211 nir_ssa_def *negation = nir_ineg(&bld, two_plus_two);
213 nir_ssa_def *result = nir_iadd(&bld, two_plus_two, negation);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp170 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); local in function:TEST_F
171 nir_ssa_def *negation = nir_fneg(&bld, two_plus_two);
173 nir_ssa_def *result = nir_fadd(&bld, two_plus_two, negation);
190 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); local in function:TEST_F
191 nir_ssa_def *negation = nir_ineg(&bld, two_plus_two);
193 nir_ssa_def *result = nir_iadd(&bld, two_plus_two, negation);

Completed in 3 milliseconds