Searched refs:fc_state (Results 1 – 1 of 1) sorted by relevance
20 struct vert_fc_state * fc_state) in build_pred_src() argument25 src->Index = fc_state->PredicateReg; in build_pred_src()30 struct vert_fc_state * fc_state) in build_pred_dst() argument34 dst->Index = fc_state->PredicateReg; in build_pred_dst()51 static int reserve_predicate_reg(struct vert_fc_state * fc_state) in reserve_predicate_reg() argument57 for(inst = fc_state->C->Program.Instructions.Next; in reserve_predicate_reg()58 inst != &fc_state->C->Program.Instructions; in reserve_predicate_reg()63 for(i = 0; i < fc_state->C->max_temp_regs; i++) { in reserve_predicate_reg()71 fc_state->PredicateReg = i; in reserve_predicate_reg()75 if (i == fc_state->C->max_temp_regs) { in reserve_predicate_reg()[all …]