/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 46 …void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0; 47 …te (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0; 50 …size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0; 51 …size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0; 122 void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope); 123 …locate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope); 126 …ion(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope); 127 …e (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope); 139 void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope); 140 …ocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope); [all …]
|
D | vkAllocationCallbackUtil.cpp | 80 …nCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocationCallback() argument 82 …turn reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScope); in allocationCallback() 85 …pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocationCallback() argument 87 …ret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope); in reallocationCallback() 95 …ata, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalAllocationNotificationCallback() argument 97 …<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope); in internalAllocationNotificationCallback() 100 …ata, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalFreeNotificationCallback() argument 102 …t_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, allocationScope); in internalFreeNotificationCallback() 202 …ChainedAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() argument 204 …return m_nextAllocator->pfnAllocation(m_nextAllocator->pUserData, size, alignment, allocationScope… in allocate() [all …]
|
D | vkDefs.hpp | 144 VkSystemAllocationScope allocationScope); 149 VkSystemAllocationScope allocationScope); 155 VkSystemAllocationScope allocationScope); 159 VkSystemAllocationScope allocationScope);
|
D | vkVulkan_c.inl | 1546 VkSystemAllocationScope allocationScope); 1553 VkSystemAllocationScope allocationScope); 1563 VkSystemAllocationScope allocationScope); 1569 VkSystemAllocationScope allocationScope);
|
/external/swiftshader/src/Vulkan/ |
D | VkMemory.cpp | 25 …size_t alignment, const VkAllocationCallbacks* pAllocator, VkSystemAllocationScope allocationScope) in allocate() argument 28 pAllocator->pfnAllocation(pAllocator->pUserData, count, alignment, allocationScope) : in allocate()
|
D | VkMemory.h | 24 VkSystemAllocationScope allocationScope = VK_SYSTEM_ALLOCATION_SCOPE_OBJECT);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1105 …lbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocCallbackFunc() argument 1126 g_allocatedVector[vectorIdx].allocScope = allocationScope; in allocCallbackFunc() 1154 …pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocCallbackFunc() argument 1171 void *pNew = allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc() 1190 return allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 193 VkSystemAllocationScope allocationScope) in meta_alloc() argument 202 VkSystemAllocationScope allocationScope) in meta_realloc() argument
|
D | radv_device.c | 300 VkSystemAllocationScope allocationScope) in default_alloc_func() argument 307 size_t align, VkSystemAllocationScope allocationScope) in default_realloc_func() argument
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 454 VkSystemAllocationScope allocationScope) in default_alloc_func() argument 461 size_t align, VkSystemAllocationScope allocationScope) in default_realloc_func() argument
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1473 VkSystemAllocationScope allocationScope); 1480 VkSystemAllocationScope allocationScope); 1490 VkSystemAllocationScope allocationScope); 1496 VkSystemAllocationScope allocationScope);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1643 VkSystemAllocationScope allocationScope); 1650 VkSystemAllocationScope allocationScope); 1660 VkSystemAllocationScope allocationScope); 1666 VkSystemAllocationScope allocationScope);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1643 VkSystemAllocationScope allocationScope); 1650 VkSystemAllocationScope allocationScope); 1660 VkSystemAllocationScope allocationScope); 1666 VkSystemAllocationScope allocationScope);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 1808 VkSystemAllocationScope allocationScope); 1815 VkSystemAllocationScope allocationScope); 1825 VkSystemAllocationScope allocationScope); 1831 VkSystemAllocationScope allocationScope);
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1761 VkSystemAllocationScope allocationScope); 1768 VkSystemAllocationScope allocationScope); 1778 VkSystemAllocationScope allocationScope); 1784 VkSystemAllocationScope allocationScope);
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1543 VkSystemAllocationScope allocationScope); 1550 VkSystemAllocationScope allocationScope); 1560 VkSystemAllocationScope allocationScope); 1566 VkSystemAllocationScope allocationScope);
|