Searched refs:CF_OP_ALU_PUSH_BEFORE (Results 1 – 7 of 7) sorted by relevance
46 cf_alu_push_before = CF_OP_ALU_PUSH_BEFORE,
342 case cf_alu_push_before: type = CF_OP_ALU_PUSH_BEFORE; break; in emit_alu_op()
649 #define CF_OP_ALU_PUSH_BEFORE 81 macro
1278 if ((bc->cf_last->op == CF_OP_ALU && type == CF_OP_ALU_PUSH_BEFORE) || in r600_bytecode_add_alu_type()1279 (bc->cf_last->op == CF_OP_ALU_PUSH_BEFORE && type == CF_OP_ALU)) { in r600_bytecode_add_alu_type()1285 type = CF_OP_ALU_PUSH_BEFORE; in r600_bytecode_add_alu_type()
2690 r600_bytecode_add_alu_type(ctx.bc, &alu, CF_OP_ALU_PUSH_BEFORE); in generate_gs_copy_shader()3244 r600_bytecode_add_alu_type(ctx->bc, &alu, CF_OP_ALU_PUSH_BEFORE); in r600_emit_tess_factor()10633 int alu_type = CF_OP_ALU_PUSH_BEFORE; in emit_if()
264 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE && ctx.is_egcm()) { in run_on()963 if (c->bc.op == CF_OP_ALU_PUSH_BEFORE && in cf_peephole()
2026 clause->bc.set_op(CF_OP_ALU_PUSH_BEFORE); in emit_clause()