Home
last modified time | relevance | path

Searched refs:VkSystemAllocationScope (Results 1 – 25 of 39) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp46 …virtual void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationSc…
47 … reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocatio…
50 …Allocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio…
51 …rnalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio…
80 VkSystemAllocationScope scope;
89 VkSystemAllocationScope scope;
103 VkSystemAllocationScope scope;
109 …ionCallbackRecord allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, vo…
110 … reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, vo…
112 …d internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope);
[all …]
DvkAllocationCallbackUtil.cpp37 …TTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAllocationScope) in systemAllocate() argument
50 …L systemReallocate (void*, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope) in systemReallocate() argument
55 …emInternalAllocationNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope) in systemInternalAllocationNotification() argument
59 …L systemInternalFreeNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope) in systemInternalFreeNotification() argument
80 …ocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in allocationCallback()
85 …void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in reallocationCallback()
95 …pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio… in internalAllocationNotificationCallback()
100 …pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio… in internalFreeNotificationCallback()
130 …cationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, vo… in allocation()
143 …rd::reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, vo… in reallocation()
[all …]
DvkDefs.hpp168 VkSystemAllocationScope allocationScope);
173 VkSystemAllocationScope allocationScope);
179 VkSystemAllocationScope allocationScope);
183 VkSystemAllocationScope allocationScope);
/third_party/vulkan-loader/loader/
Dallocation.h34 …_heap_alloc(const struct loader_instance *instance, size_t size, VkSystemAllocationScope allocatio…
35 …heap_calloc(const struct loader_instance *instance, size_t size, VkSystemAllocationScope allocatio…
38 VkSystemAllocationScope allocation_scope);
40 …vice_heap_alloc(const struct loader_device *device, size_t size, VkSystemAllocationScope allocatio…
41 …ice_heap_calloc(const struct loader_device *device, size_t size, VkSystemAllocationScope allocatio…
44 VkSystemAllocationScope alloc_scope);
48 void *loader_alloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope al…
49 void *loader_calloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope a…
52 VkSystemAllocationScope allocation_scope);
56 size_t size, VkSystemAllocationScope allocation_scope);
[all …]
Dallocation.c34 void *loader_alloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope al…
51 void *loader_calloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope a…
86 VkSystemAllocationScope allocation_scope) {
105 …ance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocatio…
109 …nce_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocatio…
117 VkSystemAllocationScope allocation_scope) {
121 …_device_heap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocatio…
125 …device_heap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocatio…
133 VkSystemAllocationScope allocation_scope) {
138 VkSystemAllocationScope allocation_scope) {
[all …]
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h46 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 scope) in vk_multialloc_alloc2()
[all …]
Dvk_alloc.c23 VkSystemAllocationScope allocationScope) in vk_default_alloc()
34 VkSystemAllocationScope allocationScope) in vk_default_realloc()
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp54 VkSystemAllocationScope alloc_scope;
78 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate()
93 …void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_sco… in reallocate()
129 …void* impl_allocation(size_t size, size_t alignment, VkSystemAllocationScope allocationScope) noex… in impl_allocation()
134 …void* impl_reallocation(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope al… in impl_reallocation()
144 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_allocation_notification()
149 VkSystemAllocationScope allocationScope) noexcept { in impl_internal_free()
178VkSystemAllocationScope allocationScope) noexcept { in public_allocation()
182VkSystemAllocationScope allocationScope) noexcept { in public_reallocation()
190VkSystemAllocationScope allocationScope) noexcept { in public_internal_allocation_notification()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkObject.hpp95 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope()
123 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope()
DVkMemory.hpp32 VkSystemAllocationScope allocationScope);
DVkMemory.cpp38 …ytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocatio… in allocateHostMemory()
DVkInstance.hpp27 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope()
DVkPhysicalDevice.hpp30 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope()
DVkPipelineCache.hpp47 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope()
DVkDevice.hpp52 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope()
DVkCommandBuffer.hpp52 …static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_… in GetAllocationScope()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.h811 VkSystemAllocationScope scope,
/third_party/glfw/deps/vulkan/
Dvulkan.h219 typedef enum VkSystemAllocationScope { enum
229 } VkSystemAllocationScope; typedef
1126 VkSystemAllocationScope allocationScope);
1133 VkSystemAllocationScope allocationScope);
1143 VkSystemAllocationScope allocationScope);
1149 VkSystemAllocationScope allocationScope);
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c419 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/
Dvn_protocol_driver_types.h2698 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/
DvktApiDeviceInitializationTests.cpp2390 VkSystemAllocationScope allocScope;
2460 …locCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in allocCallbackFunc()
2509 …void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in reallocCallbackFunc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp2390 VkSystemAllocationScope allocScope;
2460 …locCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in allocCallbackFunc()
2509 …void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in reallocCallbackFunc()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c632 VkSystemAllocationScope scope) in vn_update_descriptor_sets_alloc()
/third_party/glfw/tests/
Dvulkan.c1661 VkSystemAllocationScope allocationScope) { in myrealloc()
1667 VkSystemAllocationScope allocationScope) { in myalloc()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h550 typedef enum VkSystemAllocationScope { enum
557 } VkSystemAllocationScope; typedef
1658 VkSystemAllocationScope allocationScope);
1668 VkSystemAllocationScope allocationScope);
1674 VkSystemAllocationScope allocationScope);
1681 VkSystemAllocationScope allocationScope);

12