Home
last modified time | relevance | path

Searched refs:ShuffleStartIndex (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp582 uint32_t ShuffleStartIndex = DesiredSequenceNumber; in emitItems() local
633 ShuffleEndIndex - ShuffleStartIndex < ShuffleWindowSize && in emitItems()
641 RandomShuffle(Pending.begin() + ShuffleStartIndex, in emitItems()
647 for (uint32_t I = ShuffleStartIndex; I < ShuffleEndIndex; I++) { in emitItems()
696 ShuffleStartIndex = ShuffleEndIndex; in emitItems()