Searched refs:LoopDepth (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c35 unsigned LoopDepth; member in struct:vert_fc_state
121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) {
135 fc_state->PredStack[fc_state->LoopDepth] =
162 if (fc_state->LoopDepth == 1) {
186 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1];
199 assert(fc_state->LoopDepth == 0);
209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0)
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
249 fc_state.LoopDepth++;
258 || fc_state.LoopDepth !
[all...]
H A Dradeon_dataflow.h92 unsigned int LoopDepth; member in struct:rc_reader_data
H A Dradeon_dataflow.c544 if (cb_data->ReaderData->LoopDepth > 0) {
696 d->ReaderData->LoopDepth = 0;
712 d->ReaderData->LoopDepth++;
716 if (d->ReaderData->LoopDepth > 0) {
717 d->ReaderData->LoopDepth--;
718 if (d->ReaderData->LoopDepth == 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c35 unsigned LoopDepth; member in struct:vert_fc_state
121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) {
135 fc_state->PredStack[fc_state->LoopDepth] =
162 if (fc_state->LoopDepth == 1) {
186 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1];
199 assert(fc_state->LoopDepth == 0);
209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0)
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
249 fc_state.LoopDepth++;
258 || fc_state.LoopDepth !
[all...]
H A Dradeon_dataflow.h92 unsigned int LoopDepth; member in struct:rc_reader_data
H A Dradeon_dataflow.c544 if (cb_data->ReaderData->LoopDepth > 0) {
696 d->ReaderData->LoopDepth = 0;
712 d->ReaderData->LoopDepth++;
716 if (d->ReaderData->LoopDepth > 0) {
717 d->ReaderData->LoopDepth--;
718 if (d->ReaderData->LoopDepth == 0) {

Completed in 7 milliseconds