Searched refs:opt_algebraic (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.8.rst | 81 - glsl/opt_algebraic: disable invalid optimization
|
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 | 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 | 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 | 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/compiler/glsl/ |
D | meson.build | 189 'opt_algebraic.cpp',
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.h | 154 bool opt_algebraic();
|
D | brw_fs.h | 159 bool opt_algebraic();
|
D | brw_vec4.cpp | 808 vec4_visitor::opt_algebraic() in opt_algebraic() function in brw::vec4_visitor 2787 OPT(opt_algebraic); in run()
|
D | brw_fs.cpp | 2777 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/ |
D | dependency_inputs.gni | 863 ../src/compiler/glsl/opt_algebraic.cpp
|