HomeSort by relevance Sort by last modified time
    Searched defs:LoopDepth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 92 unsigned int LoopDepth;
radeon_vert_fc.c 11 unsigned LoopDepth;
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 != 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 92 unsigned int LoopDepth;
radeon_vert_fc.c 11 unsigned LoopDepth;
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 != 1)
    [all...]

Completed in 503 milliseconds