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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c39 unsigned InCFBreak; member in struct:vert_fc_state
207 fc_state->InCFBreak = 1;
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
211 if (fc_state->InCFBreak) {
277 if (fc_state.LoopDepth == 1 && fc_state.InCFBreak) {
287 fc_state.InCFBreak = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c39 unsigned InCFBreak; member in struct:vert_fc_state
207 fc_state->InCFBreak = 1;
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
211 if (fc_state->InCFBreak) {
277 if (fc_state.LoopDepth == 1 && fc_state.InCFBreak) {
287 fc_state.InCFBreak = 0;

Completed in 105 milliseconds