Home
last modified time | relevance | path

Searched refs:FETCH_OP_SEMFETCH (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gvn.cpp202 n.is_fetch_op(FETCH_OP_SEMFETCH))) in process_op()
Dsb_ra_init.cpp746 n->is_fetch_op(FETCH_OP_SEMFETCH); in split_vector_inst()
Dsb_bc_builder.cpp634 if (bc.op == FETCH_OP_SEMFETCH) in build_fetch_vtx()
Dsb_bc_decoder.cpp562 if (bc.op == FETCH_OP_SEMFETCH) { in decode_fetch_vtx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h458 #define FETCH_OP_SEMFETCH 1 macro