Home
last modified time | relevance | path

Searched refs:fold_alu_op3 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.h78 bool fold_alu_op3(alu_node &n);
Dsb_expr.cpp295 case 3: return fold_alu_op3(n); in fold()
503 fold_alu_op3(*n); in fold_mul_add()
540 fold_alu_op3(*n); in fold_mul_add()
929 bool expr_handler::fold_alu_op3(alu_node& n) { in fold_alu_op3() function in r600_sb::expr_handler