Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp549 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks() local
550 slotIter != allocations.end(); in validateAllocationCallbacks()
551 ++slotIter) in validateAllocationCallbacks()
553 if (slotIter->isLive) in validateAllocationCallbacks()
554 results->liveAllocations.push_back(slotIter->record); in validateAllocationCallbacks()