Searched defs:curEntry (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSlotIndexes.cpp120 for (IndexListEntry *curEntry = front(); curEntry != getTail();
121 curEntry = curEntry->getNext()) {
122 curEntry->setIndex(index);
127 // Renumber indexes locally after curEntry was inserted, but failed to get a new
129 void SlotIndexes::renumberIndexes(IndexListEntry *curEntry) { argument
134 IndexListEntry *start = curEntry->getPrev();
138 curEntry->setIndex(index += Space);
139 curEntry
[all...]
/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp108 StackEntry& curEntry = itemListStack.back(); local
110 if (curEntry.curNdx < curEntry.list->getNumItems())
112 const xe::ri::Item& curItem = curEntry.list->getItem(curEntry.curNdx);
113 curEntry.curNdx += 1;

Completed in 156 milliseconds