Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/tests/
Dnegative_equal_tests.cpp138 nir_ssa_def *negative_two = nir_imm_float(&bld, -2.0f); local
140 nir_ssa_def *result = nir_fadd(&bld, two, negative_two);
152 nir_ssa_def *negative_two = nir_imm_int(&bld, -2); in TEST_F() local
154 nir_ssa_def *result = nir_iadd(&bld, two, negative_two); in TEST_F()