Searched refs:two_plus_two (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/tests/ |
D | negative_equal_tests.cpp | 170 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); in TEST_F() local 171 nir_ssa_def *negation = nir_fneg(&bld, two_plus_two); in TEST_F() 173 nir_ssa_def *result = nir_fadd(&bld, two_plus_two, negation); in TEST_F() 190 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); in TEST_F() local 191 nir_ssa_def *negation = nir_ineg(&bld, two_plus_two); in TEST_F() 193 nir_ssa_def *result = nir_iadd(&bld, two_plus_two, negation); in TEST_F()
|