Home
last modified time | relevance | path

Searched refs:CF_OP_GDS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h566 #define CF_OP_GDS 4 macro
Dr600_asm.c1332 bc->cf_last->op != CF_OP_GDS && in last_inst_was_not_vtx_fetch()
1476 bc->cf_last->op != CF_OP_GDS || in r600_bytecode_add_gds()
1483 bc->cf_last->op = CF_OP_GDS; in r600_bytecode_add_gds()
1789 } else if (cf->op == CF_OP_GDS) { in r600_bytecode_build()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp94 case NST_GDS_CLAUSE: n->bc.set_op(CF_OP_GDS); break; in create_clause()