Searched defs:two_plus_two (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ | ||
| H A D | negative_equal_tests.cpp | 190 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); local in function:TEST_F 210 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); local in function:TEST_F |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ | ||
| H A D | negative_equal_tests.cpp | 170 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); local in function:TEST_F 190 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); local in function:TEST_F |
Completed in 3 milliseconds