Home
last modified time | relevance | path

Searched refs:allocationScope (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp46 …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 …]
DvkAllocationCallbackUtil.cpp79 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 …]
DvkDefs.hpp224 … VkSystemAllocationScope allocationScope);
227 … VkSystemAllocationScope allocationScope);
231 … VkSystemAllocationScope allocationScope);
234 … VkSystemAllocationScope allocationScope);
/external/mesa3d/src/vulkan/util/
Dvk_alloc.c23 VkSystemAllocationScope allocationScope) in vk_default_alloc() argument
34 VkSystemAllocationScope allocationScope) in vk_default_realloc() argument
/external/swiftshader/src/Vulkan/
DVkMemory.cpp39 …size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument
45 return pAllocator->pfnAllocation(pAllocator->pUserData, bytes, alignment, allocationScope); in allocateHostMemory()
DVkMemory.hpp32 VkSystemAllocationScope allocationScope);
/external/mesa3d/src/amd/vulkan/meta/
Dradv_meta.c273 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/
DvktApiDeviceInitializationTests.cpp2512 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/
DVulkanSample.cpp145 VkSystemAllocationScope allocationScope) in CustomCpuAllocation() argument
158 VkSystemAllocationScope allocationScope) in CustomCpuReallocation() argument
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1678 VkSystemAllocationScope allocationScope);
1688 VkSystemAllocationScope allocationScope);
1694 VkSystemAllocationScope allocationScope);
1701 VkSystemAllocationScope allocationScope);
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkVulkan_c.inl1683 VkSystemAllocationScope allocationScope);
1693 VkSystemAllocationScope allocationScope);
1699 VkSystemAllocationScope allocationScope);
1706 VkSystemAllocationScope allocationScope);
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h2792 VkSystemAllocationScope allocationScope);
2802 VkSystemAllocationScope allocationScope);
2808 VkSystemAllocationScope allocationScope);
2815 VkSystemAllocationScope allocationScope);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2967 VkSystemAllocationScope allocationScope);
2977 VkSystemAllocationScope allocationScope);
2983 VkSystemAllocationScope allocationScope);
2990 VkSystemAllocationScope allocationScope);
/external/swiftshader/include/vulkan/
Dvulkan_core.h2944 VkSystemAllocationScope allocationScope);
2954 VkSystemAllocationScope allocationScope);
2960 VkSystemAllocationScope allocationScope);
2967 VkSystemAllocationScope allocationScope);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3039 VkSystemAllocationScope allocationScope);
3049 VkSystemAllocationScope allocationScope);
3055 VkSystemAllocationScope allocationScope);
3062 VkSystemAllocationScope allocationScope);
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h3158 VkSystemAllocationScope allocationScope);
3168 VkSystemAllocationScope allocationScope);
3174 VkSystemAllocationScope allocationScope);
3181 VkSystemAllocationScope allocationScope);
Dvulkan_structs.hpp5257 … 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/
Dvulkan_core.h3103 VkSystemAllocationScope allocationScope);
3113 VkSystemAllocationScope allocationScope);
3119 VkSystemAllocationScope allocationScope);
3126 VkSystemAllocationScope allocationScope);
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkVulkan_c.inl4990 VkSystemAllocationScope allocationScope);
5000 VkSystemAllocationScope allocationScope);
5006 VkSystemAllocationScope allocationScope);
5013 VkSystemAllocationScope allocationScope);