Searched refs:try_fold (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h65 bool try_fold(value *v);
66 bool try_fold(node *n);
H A Dsb_expr.cpp132 bool expr_handler::try_fold(value* v) { function in class:r600_sb::expr_handler
136 try_fold(v->def);
144 bool expr_handler::try_fold(node* n) { function in class:r600_sb::expr_handler
H A Dsb_valtable.cpp150 if (v->def && ex.try_fold(v)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.h65 bool try_fold(value *v);
66 bool try_fold(node *n);
H A Dsb_expr.cpp132 bool expr_handler::try_fold(value* v) { function in class:r600_sb::expr_handler
136 try_fold(v->def);
144 bool expr_handler::try_fold(node* n) { function in class:r600_sb::expr_handler
H A Dsb_valtable.cpp150 if (v->def && ex.try_fold(v)) {

Completed in 7 milliseconds