Searched refs:fc_state (Results 1 – 1 of 1) sorted by relevance
44 struct vert_fc_state * fc_state) in build_pred_src() argument49 src->Index = fc_state->PredicateReg; in build_pred_src()54 struct vert_fc_state * fc_state) in build_pred_dst() argument58 dst->Index = fc_state->PredicateReg; in build_pred_dst()75 static int reserve_predicate_reg(struct vert_fc_state * fc_state) in reserve_predicate_reg() argument81 for(inst = fc_state->C->Program.Instructions.Next; in reserve_predicate_reg()82 inst != &fc_state->C->Program.Instructions; in reserve_predicate_reg()87 for(i = 0; i < fc_state->C->max_temp_regs; i++) { in reserve_predicate_reg()95 fc_state->PredicateReg = i; in reserve_predicate_reg()99 if (i == fc_state->C->max_temp_regs) { in reserve_predicate_reg()[all …]