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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c20 struct vert_fc_state * fc_state)
25 src->Index = fc_state->PredicateReg;
30 struct vert_fc_state * fc_state)
34 dst->Index = fc_state->PredicateReg;
51 static int reserve_predicate_reg(struct vert_fc_state * fc_state) argument
57 for(inst = fc_state->C->Program.Instructions.Next;
58 inst != &fc_state->C->Program.Instructions;
63 for(i = 0; i < fc_state->C->max_temp_regs; i++) {
71 fc_state->PredicateReg = i;
75 if (i == fc_state
18 build_pred_src( struct rc_src_register * src, struct vert_fc_state * fc_state) argument
28 build_pred_dst( struct rc_dst_register * dst, struct vert_fc_state * fc_state) argument
83 lower_bgnloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
134 lower_brk( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
152 lower_endloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
166 lower_if( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
211 struct vert_fc_state fc_state; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c20 struct vert_fc_state * fc_state)
25 src->Index = fc_state->PredicateReg;
30 struct vert_fc_state * fc_state)
34 dst->Index = fc_state->PredicateReg;
51 static int reserve_predicate_reg(struct vert_fc_state * fc_state) argument
57 for(inst = fc_state->C->Program.Instructions.Next;
58 inst != &fc_state->C->Program.Instructions;
63 for(i = 0; i < fc_state->C->max_temp_regs; i++) {
71 fc_state->PredicateReg = i;
75 if (i == fc_state
18 build_pred_src( struct rc_src_register * src, struct vert_fc_state * fc_state) argument
28 build_pred_dst( struct rc_dst_register * dst, struct vert_fc_state * fc_state) argument
83 lower_bgnloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
134 lower_brk( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
152 lower_endloop( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
166 lower_if( struct rc_instruction * inst, struct vert_fc_state * fc_state) argument
211 struct vert_fc_state fc_state; local
[all...]

Completed in 25 milliseconds