Home
last modified time | relevance | path

Searched defs:allocationType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp95 …ationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, … in internalAllocationNotificationCallback()
100 …lFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, … in internalFreeNotificationCallback()
217 …ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, … in notifyInternalAllocation()
222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, Vk… in notifyInternalFree()
264 …CallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, … in notifyInternalAllocation()
271 …cationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, … in notifyInternalFree()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5120 const AllocationType allocationType = allocationTypes[allocationTypeNdx]; in addAttachmentAllocationTests() local