Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
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()