Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp566 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks() local
567 slotIter != allocations.end(); in validateAllocationCallbacks()
568 ++slotIter) in validateAllocationCallbacks()
570 if (slotIter->isLive) in validateAllocationCallbacks()
571 results->liveAllocations.push_back(slotIter->record); in validateAllocationCallbacks()