Home
last modified time | relevance | path

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

/external/mesa3d/docs/relnotes/
D20.2.1.rst109 - vc4: Enable lower_umax and lower_umin
D20.3.0.rst3048 - vc4: Enable lower_umax and lower_umin
/external/mesa3d/src/compiler/nir/
Dnir.h3306 bool lower_umax; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2189 .lower_umax = true,
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c438649 condition_flags[28] = options->lower_umax; in nir_opt_algebraic()
438651 condition_flags[30] = !options->lower_umax; in nir_opt_algebraic()
440286 condition_flags[28] = options->lower_umax; in nir_opt_algebraic_before_ffma()
440288 condition_flags[30] = !options->lower_umax; in nir_opt_algebraic_before_ffma()
460062 condition_flags[28] = options->lower_umax; in nir_opt_algebraic_late()
460064 condition_flags[30] = !options->lower_umax; in nir_opt_algebraic_late()
461610 condition_flags[28] = options->lower_umax; in nir_opt_algebraic_distribute_src_mods()
461612 condition_flags[30] = !options->lower_umax; in nir_opt_algebraic_distribute_src_mods()