HomeSort by relevance Sort by last modified time
    Searched refs:fc_state (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 20 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)
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->C->max_temp_regs)
211 struct vert_fc_state fc_state; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 20 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)
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->C->max_temp_regs)
211 struct vert_fc_state fc_state; local
    [all...]

Completed in 91 milliseconds