Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAlloc… in internalAllocation() function in vk::AllocationCallbackRecord
172 record.data.internalAllocation.size = size; in internalAllocation()
173 record.data.internalAllocation.type = type; in internalAllocation()
174 record.data.internalAllocation.scope = scope; in internalAllocation()
184 record.data.internalAllocation.size = size; in internalFree()
185 record.data.internalAllocation.type = type; in internalFree()
186 record.data.internalAllocation.scope = scope; in internalFree()
268 …m_records.append(AllocationCallbackRecord::internalAllocation(size, allocationType, allocationScop… in notifyInternalAllocation()
379 ….type == AllocationCallbackRecord::TYPE_INTERNAL_ALLOCATION ? &record.data.internalAllocation.scope in validateAllocationCallbacks()
380 …ecord.type == AllocationCallbackRecord::TYPE_INTERNAL_FREE ? &record.data.internalAllocation.scope in validateAllocationCallbacks()
[all …]
DvkAllocationCallbackUtil.hpp104 } internalAllocation; member
112 …static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, …