Searched refs:CF_OP_GDS (Results 1 – 4 of 4) sorted by relevance
72 cf_gds = CF_OP_GDS,
572 #define CF_OP_GDS 4 macro
1443 bc->cf_last->op != CF_OP_GDS && in last_inst_was_not_vtx_fetch()1595 bc->cf_last->op != CF_OP_GDS || in r600_bytecode_add_gds()1602 bc->cf_last->op = CF_OP_GDS; in r600_bytecode_add_gds()1915 } else if (cf->op == CF_OP_GDS) { in r600_bytecode_build()
94 case NST_GDS_CLAUSE: n->bc.set_op(CF_OP_GDS); break; in create_clause()