Searched refs:opt_if_simplification (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dopt_if_tests.cpp57 TEST_F(nir_opt_if_test, opt_if_simplification)
59 /* Tests that opt_if_simplification correctly optimizes a simple case:
92 /* Tests that opt_if_simplification correctly handles single-source
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.4.rst57 - nir/opt_if: Fix opt_if_simplification when else branch has jump
H A D20.2.0.rst1320 - nir/opt_if: Fix opt_if_simplification when else branch has jump
1321 - nir/tests: Add tests for opt_if_simplification
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c882 opt_if_simplification(nir_builder *b, nir_if *nif) function in typeref:typename:bool
935 * other passes such as opt_if_simplification() and loop unrolling to progress
1424 progress |= opt_if_simplification(b, nif);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c947 opt_if_simplification(nir_builder *b, nir_if *nif) function in typeref:typename:bool
989 * other passes such as opt_if_simplification() and loop unrolling to progress
1367 progress |= opt_if_simplification(b, nif);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources144 glsl/opt_if_simplification.cpp \

Completed in 13 milliseconds