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/
H A Dsb_gvn.cpp202 (n.is_fetch_op(FETCH_OP_VFETCH) || in process_op()
203 n.is_fetch_op(FETCH_OP_SEMFETCH))) in process_op()
H A Dsb_ra_init.cpp754 no_src_swizzle |= n->is_fetch_op(FETCH_OP_VFETCH) ||
755 n->is_fetch_op(FETCH_OP_SEMFETCH);
H A Dsb_ir.cpp381 bool node::is_fetch_op(unsigned op) { in is_fetch_op() function in r600_sb::node
H A Dsb_ir.h833 bool is_fetch_op(unsigned op);

Completed in 5 milliseconds