Home
last modified time | relevance | path

Searched refs:is_fetch_op (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gvn.cpp202 (n.is_fetch_op(FETCH_OP_VFETCH) || in process_op()
203 n.is_fetch_op(FETCH_OP_SEMFETCH))) in process_op()
Dsb_ra_init.cpp754 no_src_swizzle |= n->is_fetch_op(FETCH_OP_VFETCH) || in split_vector_inst()
755 n->is_fetch_op(FETCH_OP_SEMFETCH); in split_vector_inst()
Dsb_ir.cpp381 bool node::is_fetch_op(unsigned op) { in is_fetch_op() function in r600_sb::node
Dsb_ir.h833 bool is_fetch_op(unsigned op);