Searched refs:opt_algebraic (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.8.rst | 81 - glsl/opt_algebraic: disable invalid optimization
|
D | 22.0.4.rst | 79 - nir/opt_algebraic: Fix mask in shift by constant combining.
|
D | 19.0.0.rst | 1108 - 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
|
D | 21.3.0.rst | 992 - 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)
|
D | 22.2.0.rst | 2254 - 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.
|
D | 19.3.0.rst | 2845 - aco: run opt_algebraic in a loop 3371 - lima: run opt_algebraic between int_to_float and boot_to_float for vs
|
D | 22.1.0.rst | 1396 - nir/opt_algebraic: Fix mask in shift by constant combining.
|
D | 19.1.0.rst | 4227 - intel/fs: Remove unused condition from opt_algebraic case
|
D | 20.1.0.rst | 3999 - nir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
|
D | 22.0.0.rst | 842 - nir/opt_algebraic: lower fneg_hi/lo to fmul
|
D | 20.3.0.rst | 1186 - nir/opt_algebraic: optimize unpack_half_2x16_split_x(ushr, a, 16)
|
D | 21.2.0.rst | 2473 - nir/opt_algebraic: optimizations for add umax/umin with zero
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.h | 151 bool opt_algebraic();
|
D | brw_fs.h | 162 bool opt_algebraic();
|
D | brw_vec4.cpp | 616 vec4_visitor::opt_algebraic() in opt_algebraic() function in brw::vec4_visitor 2433 OPT(opt_algebraic); in run()
|
D | brw_fs.cpp | 2531 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/ |
D | meson.build | 178 'opt_algebraic.cpp',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 843 "../src/compiler/glsl/opt_algebraic.cpp",
|