Searched defs:LoopDepth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h92 unsigned int LoopDepth; member in struct:rc_reader_data
H A Dradeon_vert_fc.c11 unsigned LoopDepth; member in struct:vert_fc_state
97 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) {
111 fc_state->PredStack[fc_state->LoopDepth] =
138 if (fc_state->LoopDepth == 1) {
162 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1];
175 assert(fc_state->LoopDepth == 0);
185 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0)
186 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
225 fc_state.LoopDepth++;
234 || fc_state.LoopDepth !
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h92 unsigned int LoopDepth; member in struct:rc_reader_data
H A Dradeon_vert_fc.c11 unsigned LoopDepth; member in struct:vert_fc_state
97 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) {
111 fc_state->PredStack[fc_state->LoopDepth] =
138 if (fc_state->LoopDepth == 1) {
162 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1];
175 assert(fc_state->LoopDepth == 0);
185 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0)
186 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) {
225 fc_state.LoopDepth++;
234 || fc_state.LoopDepth !
[all...]

Completed in 182 milliseconds