/third_party/vk-gl-cts/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 | 168 VkSystemAllocationScope allocationScope); 173 VkSystemAllocationScope allocationScope); 179 VkSystemAllocationScope allocationScope); 183 VkSystemAllocationScope allocationScope);
|
/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() argument 131 void* addr = allocate(size, alignment, allocationScope); in impl_allocation() 134 …void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noexcept { in impl_reallocation() argument 136 void* addr = reallocate(pOriginal, size, alignment, allocationScope); in impl_reallocation() 144 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_allocation_notification() argument 149 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_free() argument 178 … VkSystemAllocationScope allocationScope) noexcept { in public_allocation() argument 179 …urn reinterpret_cast<MemoryTracker*>(pUserData)->impl_allocation(size, alignment, allocationScope); in public_allocation() 182 … VkSystemAllocationScope allocationScope) noexcept { in public_reallocation() argument 183 …et_cast<MemoryTracker*>(pUserData)->impl_reallocation(pOriginal, size, alignment, allocationScope); in public_reallocation() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkMemory.cpp | 38 …size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument 42 return pAllocator->pfnAllocation(pAllocator->pUserData, bytes, alignment, allocationScope); in allocateHostMemory()
|
D | VkMemory.hpp | 32 VkSystemAllocationScope allocationScope);
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_alloc.c | 23 VkSystemAllocationScope allocationScope) in vk_default_alloc() argument 34 VkSystemAllocationScope allocationScope) in vk_default_realloc() argument
|
/third_party/vulkan-loader/loader/ |
D | allocation.h | 40 …ap_alloc(const struct loader_device *device, size_t size, VkSystemAllocationScope allocationScope); 41 …p_calloc(const struct loader_device *device, size_t size, VkSystemAllocationScope allocationScope);
|
/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() argument 2481 g_allocatedVector[vectorIdx].allocScope = allocationScope; in allocCallbackFunc() 2509 …pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocCallbackFunc() argument 2526 void *pNew = allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc() 2545 return allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc()
|
/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() argument 2481 g_allocatedVector[vectorIdx].allocScope = allocationScope; in allocCallbackFunc() 2509 …pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocCallbackFunc() argument 2526 void *pNew = allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc() 2545 return allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc()
|
/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() argument 428 VkSystemAllocationScope allocationScope) in meta_realloc() argument
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 1126 VkSystemAllocationScope allocationScope); 1133 VkSystemAllocationScope allocationScope); 1143 VkSystemAllocationScope allocationScope); 1149 VkSystemAllocationScope allocationScope);
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 1661 VkSystemAllocationScope allocationScope) { in myrealloc() argument 1667 VkSystemAllocationScope allocationScope) { in myalloc() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 1658 VkSystemAllocationScope allocationScope); 1668 VkSystemAllocationScope allocationScope); 1674 VkSystemAllocationScope allocationScope); 1681 VkSystemAllocationScope allocationScope);
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1643 VkSystemAllocationScope allocationScope); 1650 VkSystemAllocationScope allocationScope); 1660 VkSystemAllocationScope allocationScope); 1666 VkSystemAllocationScope allocationScope);
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 1847 VkSystemAllocationScope allocationScope); 1854 VkSystemAllocationScope allocationScope); 1864 VkSystemAllocationScope allocationScope); 1870 VkSystemAllocationScope allocationScope);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | memory.txt | 95 * pname:allocationScope is a elink:VkSystemAllocationScope value 149 * pname:allocationScope is a elink:VkSystemAllocationScope value 211 * pname:allocationScope is a elink:VkSystemAllocationScope value 230 * pname:allocationScope is a elink:VkSystemAllocationScope value 240 Possible values passed to the pname:allocationScope parameter of the
|
D | memory.adoc | 95 * pname:allocationScope is a elink:VkSystemAllocationScope value 149 * pname:allocationScope is a elink:VkSystemAllocationScope value 211 * pname:allocationScope is a elink:VkSystemAllocationScope value 230 * pname:allocationScope is a elink:VkSystemAllocationScope value 240 Possible values passed to the pname:allocationScope parameter of the
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2405 VkSystemAllocationScope allocationScope); 2415 VkSystemAllocationScope allocationScope); 2421 VkSystemAllocationScope allocationScope); 2428 VkSystemAllocationScope allocationScope);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2498 VkSystemAllocationScope allocationScope); 2508 VkSystemAllocationScope allocationScope); 2514 VkSystemAllocationScope allocationScope); 2521 VkSystemAllocationScope allocationScope);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 2554 VkSystemAllocationScope allocationScope); 2564 VkSystemAllocationScope allocationScope); 2570 VkSystemAllocationScope allocationScope); 2577 VkSystemAllocationScope allocationScope);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 2547 VkSystemAllocationScope allocationScope); 2557 VkSystemAllocationScope allocationScope); 2563 VkSystemAllocationScope allocationScope); 2570 VkSystemAllocationScope allocationScope);
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 2762 VkSystemAllocationScope allocationScope); 2772 VkSystemAllocationScope allocationScope); 2778 VkSystemAllocationScope allocationScope); 2785 VkSystemAllocationScope allocationScope);
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2871 VkSystemAllocationScope allocationScope); 2881 VkSystemAllocationScope allocationScope); 2887 VkSystemAllocationScope allocationScope); 2894 VkSystemAllocationScope allocationScope);
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkVulkan_c.inl | 3867 VkSystemAllocationScope allocationScope); 3877 VkSystemAllocationScope allocationScope); 3883 VkSystemAllocationScope allocationScope); 3890 VkSystemAllocationScope allocationScope);
|