Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp235 deUint32 getNextSlot (void) const;
DvkBinaryRegistry.cpp460 index = getNextSlot(); in addProgram()
473 deUint32 BinaryRegistryWriter::getNextSlot (void) const in getNextSlot() function in vk::BinaryRegistryDetail::BinaryRegistryWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp293 I.insert(Idx, Idx.getNextSlot(), Loc); in addDef()
759 Start = Start.getNextSlot(); in extendDef()
843 I.insert(Idx, Idx.getNextSlot(), NewLoc); in addDefsFromCopies()
DSplitKit.cpp767 return Boundary.getNextSlot(); in leaveIntvAfter()
798 return Idx.getNextSlot(); in leaveIntvBefore()
1357 SlotIndex Next = Idx.getNextSlot(); in rewriteAssigned()
DLiveInterval.cpp327 LR->segmentSet->upper_bound(Segment(Pos, Pos.getNextSlot(), nullptr)); in find()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h269 SlotIndex getNextSlot() const {