Searched defs:allocationScope (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 80 …nCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocationCallback() 85 …pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocationCallback() 95 …ata, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalAllocationNotificationCallback() 100 …ata, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalFreeNotificationCallback() 202 …ChainedAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() 207 …reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocate() 217 …ion (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation() 222 …ree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalFree() 239 …CallbackRecorder::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() 248 …reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocate() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 160 VkSystemAllocationScope allocationScope) in meta_alloc() 169 VkSystemAllocationScope allocationScope) in meta_realloc()
|
D | radv_device.c | 262 VkSystemAllocationScope allocationScope) in default_alloc_func() 269 size_t align, VkSystemAllocationScope allocationScope) in default_realloc_func()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 271 VkSystemAllocationScope allocationScope) in default_alloc_func() 278 size_t align, VkSystemAllocationScope allocationScope) in default_realloc_func()
|