Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
DMakefile.sources71 $(GLSL_SRCDIR)/opt_algebraic.cpp \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.h244 bool opt_algebraic();
Dbrw_vec4.h329 bool opt_algebraic();
Dbrw_vec4.cpp553 vec4_visitor::opt_algebraic() in opt_algebraic() function in brw::vec4_visitor
Dbrw_fs.cpp1425 fs_visitor::opt_algebraic() in opt_algebraic() function in fs_visitor
2006 progress = opt_algebraic() || progress; in run()
Dbrw_vec4_emit.cpp809 progress = opt_algebraic() || progress; in run()