/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkAllocationCallbackUtil.hpp | 46 virtual void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0; 47 virtual void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0; 50 virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0; 51 virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0; 80 VkSystemAllocationScope scope; 89 VkSystemAllocationScope scope; 103 VkSystemAllocationScope scope; 109 static AllocationCallbackRecord allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr); 110 static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr); 112 static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scop [all...] |
H A D | vkAllocationCallbackUtil.cpp | 37 static VKAPI_ATTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAllocationScope) in systemAllocate() 50 static VKAPI_ATTR void* VKAPI_CALL systemReallocate (void*, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope) in systemReallocate() 55 static VKAPI_ATTR void VKAPI_CALL systemInternalAllocationNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope) in systemInternalAllocationNotification() 59 static VKAPI_ATTR void VKAPI_CALL systemInternalFreeNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope) in systemInternalFreeNotification() 80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocationCallback() 85 static VKAPI_ATTR void* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocationCallback() 95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalAllocationNotificationCallback() 100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in internalFreeNotificationCallback() 130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr) in allocation() 143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scop [all...] |
H A D | vkDefs.hpp | 168 VkSystemAllocationScope allocationScope); 173 VkSystemAllocationScope allocationScope); 179 VkSystemAllocationScope allocationScope); 183 VkSystemAllocationScope allocationScope);
|
/third_party/vulkan-loader/loader/ |
H A D | allocation.c | 34 void *loader_alloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) { 51 void *loader_calloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) { 86 VkSystemAllocationScope allocation_scope) { 105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { 109 void *loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { 117 VkSystemAllocationScope allocation_scope) { 121 void *loader_device_heap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 125 void *loader_device_heap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) { 133 VkSystemAllocationScope allocation_scope) { 138 VkSystemAllocationScope allocation_scop [all...] |
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_alloc.h | 46 VkSystemAllocationScope scope) in vk_alloc() 54 VkSystemAllocationScope scope) in vk_zalloc() 68 VkSystemAllocationScope scope) in vk_realloc() 84 VkSystemAllocationScope scope) in vk_strdup() 101 VkSystemAllocationScope scope, in vk_vasprintf() 114 VkSystemAllocationScope scope, in vk_asprintf() 129 VkSystemAllocationScope scope) in vk_alloc2() 141 VkSystemAllocationScope scope) in vk_zalloc2() 232 VkSystemAllocationScope scope) in vk_multialloc_alloc() 272 VkSystemAllocationScope scop in vk_multialloc_alloc2() [all...] |
H A D | vk_alloc.c | 23 VkSystemAllocationScope allocationScope) in vk_default_alloc() 34 VkSystemAllocationScope allocationScope) in vk_default_realloc()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 49 VkSystemAllocationScope alloc_scope; 56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() 75 void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in reallocate() 113 void* impl_allocation(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noexcept { 118 void* impl_reallocation(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noexcept { 129 [[maybe_unused]] VkSystemAllocationScope allocationScope) noexcept { 134 [[maybe_unused]] VkSystemAllocationScope allocationScope) noexcept { 158 VkSystemAllocationScope allocationScope) noexcept { 162 VkSystemAllocationScope allocationScope) noexcept { 170 VkSystemAllocationScope allocationScop [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkObject.hpp | 95 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_OBJECT; } in GetAllocationScope() 123 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope()
|
H A D | VkInstance.hpp | 27 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
|
H A D | VkMemory.cpp | 38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory()
|
H A D | VkMemory.hpp | 32 VkSystemAllocationScope allocationScope);
|
H A D | VkPhysicalDevice.hpp | 30 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
|
H A D | VkPipelineCache.hpp | 47 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_CACHE; } in GetAllocationScope()
|
H A D | VkDevice.hpp | 52 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_DEVICE; } in GetAllocationScope()
|
H A D | VkCommandBuffer.hpp | 52 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_OBJECT; } in GetAllocationScope()
|
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/ |
H A D | vk_bundle_mgr_helper.cpp | 25 size_t size, VkSystemAllocationScope allocation_scope); 57 char* GetDebugLayerLibPath(const struct loader_instance *inst, VkSystemAllocationScope allocation_sacope) in GetDebugLayerLibPath()
|
H A D | vk_bundle_mgr_helper.h | 27 char* GetDebugLayerLibPath(const struct loader_instance *inst, VkSystemAllocationScope allocation_sacope);
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.h | 811 VkSystemAllocationScope scope,
|
/third_party/mesa3d/src/amd/vulkan/ |
H A 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/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_types.h | 2695 /* enum VkSystemAllocationScope */ 2698 vn_sizeof_VkSystemAllocationScope(const VkSystemAllocationScope *val) in vn_sizeof_VkSystemAllocationScope() 2705 vn_encode_VkSystemAllocationScope(struct vn_cs_encoder *enc, const VkSystemAllocationScope *val) in vn_encode_VkSystemAllocationScope() 2711 vn_decode_VkSystemAllocationScope(struct vn_cs_decoder *dec, VkSystemAllocationScope *val) in vn_decode_VkSystemAllocationScope()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2379 VkSystemAllocationScope allocScope; 2449 VKAPI_ATTR void *VKAPI_CALL allocCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocCallbackFunc() 2498 VKAPI_ATTR void *VKAPI_CALL reallocCallbackFunc (void *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/ |
H A D | vktApiDeviceInitializationTests.cpp | 2390 VkSystemAllocationScope allocScope; 2460 VKAPI_ATTR void *VKAPI_CALL allocCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in allocCallbackFunc() 2509 VKAPI_ATTR void *VKAPI_CALL reallocCallbackFunc (void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in reallocCallbackFunc()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_descriptor_set.c | 632 VkSystemAllocationScope scope) in vn_update_descriptor_sets_alloc()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 1381 typedef enum VkSystemAllocationScope { enum 1388 } VkSystemAllocationScope; typedef 1968 VkSystemAllocationScope allocationScope); 1973 VkSystemAllocationScope allocationScope); 1979 VkSystemAllocationScope allocationScope); 1984 VkSystemAllocationScope allocationScope);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 571 typedef enum VkSystemAllocationScope { enum 578 } VkSystemAllocationScope; typedef 1678 VkSystemAllocationScope allocationScope); 1688 VkSystemAllocationScope allocationScope); 1694 VkSystemAllocationScope allocationScope); 1701 VkSystemAllocationScope allocationScope);
|