Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSys… in allocation()
132 AllocationCallbackRecord record; in allocation()
143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_… in reallocation()
145 AllocationCallbackRecord record; in reallocation()
157 AllocationCallbackRecord AllocationCallbackRecord::free (void* mem) in free()
159 AllocationCallbackRecord record; in free()
167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAlloc… in internalAllocation()
169 AllocationCallbackRecord record; in internalAllocation()
179 AllocationCallbackRecord AllocationCallbackRecord::internalFree (size_t size, VkInternalAllocationT… in internalFree()
181 AllocationCallbackRecord record; in internalFree()
[all …]
DvkAllocationCallbackUtil.hpp59 struct AllocationCallbackRecord struct
107 AllocationCallbackRecord (void) : type(TYPE_LAST) {} in AllocationCallbackRecord() argument
109 …static AllocationCallbackRecord allocation (size_t size, size_t alignment, VkSystemAllocationS…
110 …static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, Vk…
111 static AllocationCallbackRecord free (void* mem);
112 …static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, …
113 …static AllocationCallbackRecord internalFree (size_t size, VkInternalAllocationType type, VkSys…
146 typedef de::AppendList<AllocationCallbackRecord>::const_iterator RecordIterator;
153 typedef de::AppendList<AllocationCallbackRecord> Records;
201 AllocationCallbackRecord record;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp590 const AllocationCallbackRecord& record = *recordToCheck; in enumerateDevicesAllocLeakTest()
593 case AllocationCallbackRecord::TYPE_ALLOCATION: in enumerateDevicesAllocLeakTest()
596 case AllocationCallbackRecord::TYPE_FREE: in enumerateDevicesAllocLeakTest()