Home
last modified time | relevance | path

Searched refs:VkSystemAllocationScope (Results 1 – 25 of 34) 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.hpp153 VkSystemAllocationScope allocationScope);
158 VkSystemAllocationScope allocationScope);
164 VkSystemAllocationScope allocationScope);
168 VkSystemAllocationScope allocationScope);
DvkNullDriver.cpp52 void* allocateSystemMem (const VkAllocationCallbacks* pAllocator, VkSystemAllocationScope scope) in allocateSystemMem()
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h42 VkSystemAllocationScope scope) in vk_alloc()
50 VkSystemAllocationScope scope) in vk_zalloc()
64 VkSystemAllocationScope scope) in vk_realloc()
80 VkSystemAllocationScope scope) in vk_strdup()
97 VkSystemAllocationScope scope, in vk_vasprintf()
110 VkSystemAllocationScope scope, in vk_asprintf()
125 VkSystemAllocationScope scope) in vk_alloc2()
137 VkSystemAllocationScope scope) in vk_zalloc2()
231 VkSystemAllocationScope scope) in vk_multialloc_alloc()
267 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/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/amd/vulkan/
Dradv_meta.c292 meta_alloc(void *_device, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) in meta_alloc()
301 VkSystemAllocationScope allocationScope) in meta_realloc()
/third_party/flutter/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/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1712 VkSystemAllocationScope allocScope;
1782 …locCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in allocCallbackFunc()
1831 …void *pUserData, void *pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in reallocCallbackFunc()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_types.h2428 vn_sizeof_VkSystemAllocationScope(const VkSystemAllocationScope *val) in vn_sizeof_VkSystemAllocationScope()
2435 vn_encode_VkSystemAllocationScope(struct vn_cs_encoder *enc, const VkSystemAllocationScope *val) in vn_encode_VkSystemAllocationScope()
2441 vn_decode_VkSystemAllocationScope(struct vn_cs_decoder *dec, VkSystemAllocationScope *val) in vn_decode_VkSystemAllocationScope()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c542 VkSystemAllocationScope scope) in vn_update_descriptor_sets_alloc()
/third_party/flutter/glfw/tests/
Dvulkan.c1661 VkSystemAllocationScope allocationScope) { in myrealloc()
1667 VkSystemAllocationScope allocationScope) { in myalloc()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h463 typedef enum VkSystemAllocationScope { enum
473 } VkSystemAllocationScope; typedef
1643 VkSystemAllocationScope allocationScope);
1650 VkSystemAllocationScope allocationScope);
1660 VkSystemAllocationScope allocationScope);
1666 VkSystemAllocationScope allocationScope);
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtil.inl10 const char* getSystemAllocationScopeName (VkSystemAllocationScope value);
130VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocationScope value) …
250 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s <…
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h586 typedef enum VkSystemAllocationScope { enum
596 } VkSystemAllocationScope; typedef
1847 VkSystemAllocationScope allocationScope);
1854 VkSystemAllocationScope allocationScope);
1864 VkSystemAllocationScope allocationScope);
1870 VkSystemAllocationScope allocationScope);
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1056 typedef enum VkSystemAllocationScope { enum
1063 } VkSystemAllocationScope; typedef
2405 VkSystemAllocationScope allocationScope);
2415 VkSystemAllocationScope allocationScope);
2421 VkSystemAllocationScope allocationScope);
2428 VkSystemAllocationScope allocationScope);
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h1168 typedef enum VkSystemAllocationScope { enum
1175 } VkSystemAllocationScope; typedef
2547 VkSystemAllocationScope allocationScope);
2557 VkSystemAllocationScope allocationScope);
2563 VkSystemAllocationScope allocationScope);
2570 VkSystemAllocationScope allocationScope);

12