Home
last modified time | relevance | path

Searched refs:fc_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c44 struct vert_fc_state * fc_state) in build_pred_src() argument
49 src->Index = fc_state->PredicateReg; in build_pred_src()
54 struct vert_fc_state * fc_state) in build_pred_dst() argument
58 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() argument
81 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 …]