/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 46 …virtual void *allocate(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0; 48 … VkSystemAllocationScope allocationScope) = 0; 52 VkSystemAllocationScope allocationScope) = 0; 54 VkSystemAllocationScope allocationScope) = 0; 134 void *allocate(size_t size, size_t alignment, VkSystemAllocationScope allocationScope); 135 …reallocate(void *original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope); 139 VkSystemAllocationScope allocationScope); 141 VkSystemAllocationScope allocationScope); 153 void *allocate(size_t size, size_t alignment, VkSystemAllocationScope allocationScope); 154 …reallocate(void *original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope); [all …]
|
D | vkAllocationCallbackUtil.cpp | 79 VkSystemAllocationScope allocationScope) in allocationCallback() argument 81 …urn reinterpret_cast<AllocationCallbacks *>(pUserData)->allocate(size, alignment, allocationScope); in allocationCallback() 85 VkSystemAllocationScope allocationScope) in reallocationCallback() argument 87 …et_cast<AllocationCallbacks *>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope); in reallocationCallback() 97 … VkSystemAllocationScope allocationScope) in internalAllocationNotificationCallback() argument 99 …AllocationCallbacks *>(pUserData)->notifyInternalAllocation(size, allocationType, allocationScope); in internalAllocationNotificationCallback() 104 … VkSystemAllocationScope allocationScope) in internalFreeNotificationCallback() argument 106 …_cast<AllocationCallbacks *>(pUserData)->notifyInternalFree(size, allocationType, allocationScope); in internalFreeNotificationCallback() 205 …*ChainedAllocator::allocate(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocate() argument 207 …eturn m_nextAllocator->pfnAllocation(m_nextAllocator->pUserData, size, alignment, allocationScope); in allocate() [all …]
|
D | vkDefs.hpp | 224 … VkSystemAllocationScope allocationScope); 227 … VkSystemAllocationScope allocationScope); 231 … VkSystemAllocationScope allocationScope); 234 … VkSystemAllocationScope allocationScope);
|
/external/mesa3d/src/vulkan/util/ |
D | vk_alloc.c | 23 VkSystemAllocationScope allocationScope) in vk_default_alloc() argument 34 VkSystemAllocationScope allocationScope) in vk_default_realloc() argument
|
/external/swiftshader/src/Vulkan/ |
D | VkMemory.cpp | 39 …size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument 45 return pAllocator->pfnAllocation(pAllocator->pUserData, bytes, alignment, allocationScope); in allocateHostMemory()
|
D | VkMemory.hpp | 32 VkSystemAllocationScope allocationScope);
|
/external/mesa3d/src/amd/vulkan/meta/ |
D | radv_meta.c | 273 meta_alloc(void *_device, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in meta_alloc() argument 281 …d *_device, void *original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in meta_realloc() argument
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 2512 VkSystemAllocationScope allocationScope) in allocCallbackFunc() argument 2533 g_allocatedVector[vectorIdx].allocScope = allocationScope; in allocCallbackFunc() 2562 VkSystemAllocationScope allocationScope) in reallocCallbackFunc() argument 2579 void *pNew = allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc() 2598 return allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 145 VkSystemAllocationScope allocationScope) in CustomCpuAllocation() argument 158 VkSystemAllocationScope allocationScope) in CustomCpuReallocation() argument
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 1678 VkSystemAllocationScope allocationScope); 1688 VkSystemAllocationScope allocationScope); 1694 VkSystemAllocationScope allocationScope); 1701 VkSystemAllocationScope allocationScope);
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkVulkan_c.inl | 1683 VkSystemAllocationScope allocationScope); 1693 VkSystemAllocationScope allocationScope); 1699 VkSystemAllocationScope allocationScope); 1706 VkSystemAllocationScope allocationScope);
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vulkan_core.h | 2792 VkSystemAllocationScope allocationScope); 2802 VkSystemAllocationScope allocationScope); 2808 VkSystemAllocationScope allocationScope); 2815 VkSystemAllocationScope allocationScope);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2967 VkSystemAllocationScope allocationScope); 2977 VkSystemAllocationScope allocationScope); 2983 VkSystemAllocationScope allocationScope); 2990 VkSystemAllocationScope allocationScope);
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2944 VkSystemAllocationScope allocationScope); 2954 VkSystemAllocationScope allocationScope); 2960 VkSystemAllocationScope allocationScope); 2967 VkSystemAllocationScope allocationScope);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3039 VkSystemAllocationScope allocationScope); 3049 VkSystemAllocationScope allocationScope); 3055 VkSystemAllocationScope allocationScope); 3062 VkSystemAllocationScope allocationScope);
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan_core.h | 3158 VkSystemAllocationScope allocationScope); 3168 VkSystemAllocationScope allocationScope); 3174 VkSystemAllocationScope allocationScope); 3181 VkSystemAllocationScope allocationScope);
|
D | vulkan_structs.hpp | 5257 … VULKAN_HPP_NAMESPACE::SystemAllocationScope allocationScope ); 5260 …inal, size_t size, size_t alignment, VULKAN_HPP_NAMESPACE::SystemAllocationScope allocationScope ); 5267 … VULKAN_HPP_NAMESPACE::SystemAllocationScope allocationScope ); 5272 … VULKAN_HPP_NAMESPACE::SystemAllocationScope allocationScope );
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3103 VkSystemAllocationScope allocationScope); 3113 VkSystemAllocationScope allocationScope); 3119 VkSystemAllocationScope allocationScope); 3126 VkSystemAllocationScope allocationScope);
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkVulkan_c.inl | 4990 VkSystemAllocationScope allocationScope); 5000 VkSystemAllocationScope allocationScope); 5006 VkSystemAllocationScope allocationScope); 5013 VkSystemAllocationScope allocationScope);
|