Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp324 struct AllocationSlot struct
329 AllocationSlot (void) in AllocationSlot() argument
333 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot() argument
356 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks()
397 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
423 AllocationSlot& origSlot = allocations[origSlotNdx]; in validateAllocationCallbacks()
451 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
487 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
549 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks()