Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gvn.cpp201 (n.is_fetch_op(FETCH_OP_VFETCH) || in process_op()
202 n.is_fetch_op(FETCH_OP_SEMFETCH))) in process_op()
Dsb_ra_init.cpp745 no_src_swizzle |= n->is_fetch_op(FETCH_OP_VFETCH) || in split_vector_inst()
746 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.h822 bool is_fetch_op(unsigned op);