Searched refs:CF_OP_TEX (Results 1 – 3 of 3) sorted by relevance
1336 bc->cf_last->op != CF_OP_TEX)); in last_inst_was_not_vtx_fetch()1370 bc->cf_last->op = CF_OP_TEX; in r600_bytecode_add_vtx()1408 bc->cf_last->op == CF_OP_TEX) { in r600_bytecode_add_tex()1423 bc->cf_last->op != CF_OP_TEX || in r600_bytecode_add_tex()1430 bc->cf_last->op = CF_OP_TEX; in r600_bytecode_add_tex()1774 } else if (cf->op == CF_OP_TEX) { in r600_bytecode_build()
563 #define CF_OP_TEX 1 macro
92 case NST_TEX_CLAUSE: n->bc.set_op(CF_OP_TEX); break; in create_clause()