Home
last modified time | relevance | path

Searched refs:nextIt (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp106 auto nextIt = itBegin; in findAvailableMemory() local
107 ++nextIt; in findAvailableMemory()
108 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in findAvailableMemory()
111 freeSpace = nextIt->set - freeSpaceStart; in findAvailableMemory()
216 auto nextIt = itBegin; in computeTotalFreeSize() local
217 ++nextIt; in computeTotalFreeSize()
218 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in computeTotalFreeSize()
220 totalFreeSize += (nextIt in computeTotalFreeSize()
[all...]
/third_party/glslang/gtests/
H A DVkRelaxed.FromFile.cpp88 auto nextIt = it + 1; in verifyIOMapping() local
89 for (; nextIt != stageReflections.end(); it++, nextIt++) { in verifyIOMapping()
99 int numIn = nextIt->getNumPipeInputs(); in verifyIOMapping()
101 auto in = nextIt->getPipeInput(i); in verifyIOMapping()
H A DGlslMapIO.FromFile.cpp88 auto nextIt = it + 1; in verifyIOMapping() local
89 for (; nextIt != stageReflections.end(); it++, nextIt++) { in verifyIOMapping()
99 int numIn = nextIt->getNumPipeInputs(); in verifyIOMapping()
101 auto in = nextIt->getPipeInput(i); in verifyIOMapping()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h14522 VmaSuballocationList::iterator nextIt = it;
14523 ++nextIt;
14525 it = nextIt;

Completed in 25 milliseconds