Home
last modified time | relevance | path

Searched defs:fold_dispatch (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp303 bool node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } in fold_dispatch() function in r600_sb::node
304 bool container_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } in fold_dispatch() function in r600_sb::container_node
305 bool alu_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } in fold_dispatch() function in r600_sb::alu_node
306 bool alu_packed_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } in fold_dispatch() function in r600_sb::alu_packed_node
307 bool fetch_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } in fold_dispatch() function in r600_sb::fetch_node
308 bool cf_node::fold_dispatch(expr_handler* ex) { return ex->fold(*this); } in fold_dispatch() function in r600_sb::cf_node