Searched refs:CF_OP_GDS (Results 1 – 3 of 3) sorted by relevance
566 #define CF_OP_GDS 4 macro
1332 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()
94 case NST_GDS_CLAUSE: n->bc.set_op(CF_OP_GDS); break; in create_clause()