Searched defs:allocationScope (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/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 …]
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_alloc.c | 23 VkSystemAllocationScope allocationScope) in vk_default_alloc() 34 VkSystemAllocationScope allocationScope) in vk_default_realloc()
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 129 …void* impl_allocation(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noex… in impl_allocation() 134 …location(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) … in impl_reallocation() 144 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_allocation_notification() 149 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_free() 178 … VkSystemAllocationScope allocationScope) noexcept { in public_allocation() 182 … VkSystemAllocationScope allocationScope) noexcept { in public_reallocation() 190 … VkSystemAllocationScope allocationScope) noexcept { in public_internal_allocation_notification() 194 … VkSystemAllocationScope allocationScope) noexcept { in public_internal_free()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkMemory.cpp | 38 …size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 419 meta_alloc(void *_device, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in meta_alloc() 428 VkSystemAllocationScope allocationScope) in meta_realloc()
|
/third_party/glfw/tests/ |
D | vulkan.c | 1661 VkSystemAllocationScope allocationScope) { in myrealloc() 1667 VkSystemAllocationScope allocationScope) { in myalloc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 2460 …lbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocCallbackFunc() 2509 …pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocCallbackFunc()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 2460 …lbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocCallbackFunc() 2509 …pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocCallbackFunc()
|