Searched refs:fc_state (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_vert_fc.c | 44 struct vert_fc_state * fc_state) 49 src->Index = fc_state->PredicateReg; 54 struct vert_fc_state * fc_state) 58 dst->Index = fc_state->PredicateReg; 75 static int reserve_predicate_reg(struct vert_fc_state * fc_state) argument 81 for(inst = fc_state->C->Program.Instructions.Next; 82 inst != &fc_state->C->Program.Instructions; 87 for(i = 0; i < fc_state->C->max_temp_regs; i++) { 95 fc_state->PredicateReg = i; 99 if (i == fc_state 42 build_pred_src(struct rc_src_register * src,struct vert_fc_state * fc_state) argument 52 build_pred_dst(struct rc_dst_register * dst,struct vert_fc_state * fc_state) argument 107 lower_bgnloop(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 158 lower_brk(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 176 lower_endloop(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 190 lower_if(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 235 struct vert_fc_state fc_state; local in function:rc_vert_fc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_vert_fc.c | 44 struct vert_fc_state * fc_state) 49 src->Index = fc_state->PredicateReg; 54 struct vert_fc_state * fc_state) 58 dst->Index = fc_state->PredicateReg; 75 static int reserve_predicate_reg(struct vert_fc_state * fc_state) argument 81 for(inst = fc_state->C->Program.Instructions.Next; 82 inst != &fc_state->C->Program.Instructions; 87 for(i = 0; i < fc_state->C->max_temp_regs; i++) { 95 fc_state->PredicateReg = i; 99 if (i == fc_state 42 build_pred_src(struct rc_src_register * src,struct vert_fc_state * fc_state) argument 52 build_pred_dst(struct rc_dst_register * dst,struct vert_fc_state * fc_state) argument 107 lower_bgnloop(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 158 lower_brk(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 176 lower_endloop(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 190 lower_if(struct rc_instruction * inst,struct vert_fc_state * fc_state) argument 235 struct vert_fc_state fc_state; local in function:rc_vert_fc [all...] |
Completed in 2 milliseconds