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 D | sb_expr.h | 65 bool try_fold(value *v); 66 bool try_fold(node *n); |
| H A D | sb_expr.cpp | 132 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 D | sb_valtable.cpp | 150 if (v->def && ex.try_fold(v)) { |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ | ||
| H A D | sb_expr.h | 65 bool try_fold(value *v); 66 bool try_fold(node *n); |
| H A D | sb_expr.cpp | 132 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 D | sb_valtable.cpp | 150 if (v->def && ex.try_fold(v)) { |
Completed in 7 milliseconds