Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp332 struct AllocationSlot struct
337 AllocationSlot (void) in AllocationSlot() argument
341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot() argument
364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks()
405 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
431 AllocationSlot& origSlot = allocations[origSlotNdx]; in validateAllocationCallbacks()
459 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
496 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
566 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks()