Home
last modified time | relevance | path

Searched defs:neg_c (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c83 nir_ssa_def *const neg_c = nir_fneg(bld, c); in replace_with_single_ffma() local
116 nir_ssa_def *const neg_c = nir_fneg(bld, c); in replace_with_strict() local
193 nir_ssa_def *const neg_c = nir_fneg(bld, c); in replace_with_expanded_ffma_and_add() local
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp76 Temp neg_c = fneg(bld.copy(bld.def(v1), inputs[2])); variable