Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D21.1.8.rst81 - glsl/opt_algebraic: disable invalid optimization
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)
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
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
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/compiler/glsl/
Dmeson.build189 'opt_algebraic.cpp',
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h154 bool opt_algebraic();
Dbrw_fs.h159 bool opt_algebraic();
Dbrw_vec4.cpp808 vec4_visitor::opt_algebraic() in opt_algebraic() function in brw::vec4_visitor
2787 OPT(opt_algebraic); in run()
Dbrw_fs.cpp2777 fs_visitor::opt_algebraic() in opt_algebraic() function in fs_visitor
8535 OPT(opt_algebraic); in optimize()
8594 OPT(opt_algebraic); in optimize()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni863 ../src/compiler/glsl/opt_algebraic.cpp