Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dmeson.build180 'opt_algebraic.cpp',
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h149 bool opt_algebraic();
Dbrw_fs.h159 bool opt_algebraic();
Dbrw_vec4.cpp807 vec4_visitor::opt_algebraic() in opt_algebraic() function in brw::vec4_visitor
2724 OPT(opt_algebraic); in run()
Dbrw_fs.cpp2627 fs_visitor::opt_algebraic() in opt_algebraic() function in fs_visitor
7650 OPT(opt_algebraic); in optimize()
7709 OPT(opt_algebraic); in optimize()
/external/mesa3d/src/compiler/
DMakefile.sources130 glsl/opt_algebraic.cpp \
/external/mesa3d/docs/relnotes/
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
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
D20.1.0.rst3999 - nir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
D19.1.0.rst4227 - intel/fs: Remove unused condition from opt_algebraic case
D20.3.0.rst1186 - nir/opt_algebraic: optimize unpack_half_2x16_split_x(ushr, a, 16)