Home
last modified time | relevance | path

Searched refs:VkSystemAllocationScope (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp46 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 DvkAllocationCallbackUtil.cpp37 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 DvkDefs.hpp168 VkSystemAllocationScope allocationScope);
173 VkSystemAllocationScope allocationScope);
179 VkSystemAllocationScope allocationScope);
183 VkSystemAllocationScope allocationScope);
/third_party/vulkan-loader/loader/
H A Dallocation.c34 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 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 scop in vk_multialloc_alloc2()
[all...]
H A Dvk_alloc.c23 VkSystemAllocationScope allocationScope) in vk_default_alloc()
34 VkSystemAllocationScope allocationScope) in vk_default_realloc()
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp49 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 DVkObject.hpp95 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_OBJECT; } in GetAllocationScope()
123 static constexpr VkSystemAllocationScope GetAllocationScope() { return T::GetAllocationScope(); } in GetAllocationScope()
H A DVkInstance.hpp27 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
H A DVkMemory.cpp38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory()
H A DVkMemory.hpp32 VkSystemAllocationScope allocationScope);
H A DVkPhysicalDevice.hpp30 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE; } in GetAllocationScope()
H A DVkPipelineCache.hpp47 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_CACHE; } in GetAllocationScope()
H A DVkDevice.hpp52 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_DEVICE; } in GetAllocationScope()
H A DVkCommandBuffer.hpp52 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_OBJECT; } in GetAllocationScope()
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp25 size_t size, VkSystemAllocationScope allocation_scope);
57 char* GetDebugLayerLibPath(const struct loader_instance *inst, VkSystemAllocationScope allocation_sacope) in GetDebugLayerLibPath()
H A Dvk_bundle_mgr_helper.h27 char* GetDebugLayerLibPath(const struct loader_instance *inst, VkSystemAllocationScope allocation_sacope);
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h811 VkSystemAllocationScope scope,
/third_party/mesa3d/src/amd/vulkan/
H A 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/
H A Dvn_protocol_driver_types.h2695 /* 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 DvktApiDeviceInitializationTests.cpp2379 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 DvktApiDeviceInitializationTests.cpp2390 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 Dvn_descriptor_set.c632 VkSystemAllocationScope scope) in vn_update_descriptor_sets_alloc()
/third_party/glfw/deps/glad/
H A Dvulkan.h1381 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 Dvulkan_sc_core.h571 typedef enum VkSystemAllocationScope { enum
578 } VkSystemAllocationScope; typedef
1678 VkSystemAllocationScope allocationScope);
1688 VkSystemAllocationScope allocationScope);
1694 VkSystemAllocationScope allocationScope);
1701 VkSystemAllocationScope allocationScope);

Completed in 69 milliseconds

12