Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D21.1.8.rst81 - glsl/opt_algebraic: disable invalid optimization
D22.0.4.rst79 - nir/opt_algebraic: Fix mask in shift by constant combining.
D19.0.0.rst1108 - intel/compiler: fix indentation style in opt_algebraic()
1254 - nir/opt_algebraic: Simplify an optimization using the new search ops
1255 - nir/opt_algebraic: Drop bit-size suffixes from conversions
1256 - nir/opt_algebraic: Add 32-bit specifiers to a bunch of booleans
D21.3.0.rst992 - nir/opt_algebraic: optimize flrp(fadd, fadd, x) only if fadd are used_once
2520 - glsl/opt_algebraic: disable invalid optimization
3824 - nir/opt_algebraic: optimize fmax(-fmin(b, a), b) -> fmax(b, -a)
3825 - Revert "nir/opt_algebraic: optimize fmax(-fmin(b, a), b) -> fmax(b, -a)"
3826 - nir/opt_algebraic: optimize fmax(-fmin(b, a), b) -> fmax(fabs(b), -a)
D22.2.0.rst2254 - nir/opt_algebraic: Fix mask in shift by constant combining.
2255 - nir/opt_algebraic: Simple xor/ishr optimizations.
2257 - nir/opt_algebraic: Optimize Doom Eternal's word extract by LSB.
2295 - nir/opt_algebraic: Optimize [ui](add|sub)_sat with 0.
D19.3.0.rst2845 - aco: run opt_algebraic in a loop
3371 - lima: run opt_algebraic between int_to_float and boot_to_float for vs
D22.1.0.rst1396 - nir/opt_algebraic: Fix mask in shift by constant combining.
D19.1.0.rst4227 - intel/fs: Remove unused condition from opt_algebraic case
D20.1.0.rst3999 - nir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
D22.0.0.rst842 - nir/opt_algebraic: lower fneg_hi/lo to fmul
D20.3.0.rst1186 - nir/opt_algebraic: optimize unpack_half_2x16_split_x(ushr, a, 16)
D21.2.0.rst2473 - nir/opt_algebraic: optimizations for add umax/umin with zero
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h151 bool opt_algebraic();
Dbrw_fs.h162 bool opt_algebraic();
Dbrw_vec4.cpp616 vec4_visitor::opt_algebraic() in opt_algebraic() function in brw::vec4_visitor
2433 OPT(opt_algebraic); in run()
Dbrw_fs.cpp2531 fs_visitor::opt_algebraic() in opt_algebraic() function in fs_visitor
6096 OPT(opt_algebraic); in optimize()
6157 OPT(opt_algebraic); in optimize()
/third_party/mesa3d/src/compiler/glsl/
Dmeson.build178 'opt_algebraic.cpp',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni843 "../src/compiler/glsl/opt_algebraic.cpp",