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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 66 unsigned int BranchStackSize;
112 s->BranchStackSize, s->BranchStackReserved, 1);
114 branch = &s->BranchStack[s->BranchStackSize++];
287 if (opcode->IsFlowControl && s.BranchStackSize) {
288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1];
294 s.BranchStackSize--;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 66 unsigned int BranchStackSize;
112 s->BranchStackSize, s->BranchStackReserved, 1);
114 branch = &s->BranchStack[s->BranchStackSize++];
287 if (opcode->IsFlowControl && s.BranchStackSize) {
288 struct branchinfo * branch = &s.BranchStack[s.BranchStackSize-1];
294 s.BranchStackSize--;

Completed in 128 milliseconds