Home
last modified time | relevance | path

Searched refs:VkInternalAllocationType (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp50 …virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, Vk…
51 …virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSyst…
102 VkInternalAllocationType type;
112 …static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, …
113 …static AllocationCallbackRecord internalFree (size_t size, VkInternalAllocationType type, VkSys…
126 …void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystem…
127 …void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllo…
143 …void notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemA…
144 …void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAlloc…
DvkAllocationCallbackUtil.cpp55 …VKAPI_CALL systemInternalAllocationNotification (void*, size_t, VkInternalAllocationType, VkSystem… in systemInternalAllocationNotification() argument
59 … void VKAPI_CALL systemInternalFreeNotification (void*, size_t, VkInternalAllocationType, VkSystem… in systemInternalFreeNotification() argument
95 …alAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocatio… in internalAllocationNotificationCallback()
100 …internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocatio… in internalFreeNotificationCallback()
167 …cord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAllocationType type, VkS… in internalAllocation()
179 …backRecord AllocationCallbackRecord::internalFree (size_t size, VkInternalAllocationType type, VkS… in internalFree()
217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationTy… in notifyInternalAllocation()
222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, Vk… in notifyInternalFree()
264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType al… in notifyInternalAllocation()
271 void AllocationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocati… in notifyInternalFree()
[all …]
DvkDefs.hpp178 VkInternalAllocationType allocationType,
182 VkInternalAllocationType allocationType,
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp143 void impl_internal_allocation_notification(size_t size, VkInternalAllocationType allocationType, in impl_internal_allocation_notification()
148 void impl_internal_free(size_t size, VkInternalAllocationType allocationType, in impl_internal_free()
189VkInternalAllocationType allocationType, in public_internal_allocation_notification()
193 …d VKAPI_CALL public_internal_free(void* pUserData, size_t size, VkInternalAllocationType allocatio… in public_internal_free()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_device_memory_report.txt69 elink:VkInternalAllocationType values, for import/export we do want to be
74 elink:VkInternalAllocationType values.
DVK_EXT_device_memory_report.adoc69 elink:VkInternalAllocationType values, for import/export we do want to be
74 elink:VkInternalAllocationType values.
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_types.h2719 vn_sizeof_VkInternalAllocationType(const VkInternalAllocationType *val) in vn_sizeof_VkInternalAllocationType()
2726 vn_encode_VkInternalAllocationType(struct vn_cs_encoder *enc, const VkInternalAllocationType *val) in vn_encode_VkInternalAllocationType()
2732 vn_decode_VkInternalAllocationType(struct vn_cs_decoder *dec, VkInternalAllocationType *val) in vn_decode_VkInternalAllocationType()
/third_party/glfw/deps/vulkan/
Dvulkan.h231 typedef enum VkInternalAllocationType { enum
237 } VkInternalAllocationType; typedef
1142 VkInternalAllocationType allocationType,
1148 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtil.inl36 const char* getInternalAllocationTypeName (VkInternalAllocationType value);
175VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value)…
314 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s …
DvkBasicTypes.inl2367 enum VkInternalAllocationType enum
DvkVulkan_c.inl2375 typedef enum VkInternalAllocationType { enum
2378 } VkInternalAllocationType; typedef
3876 VkInternalAllocationType allocationType,
3882 VkInternalAllocationType allocationType,
DvkStrUtilImpl.inl2218 const char* getInternalAllocationTypeName (VkInternalAllocationType value)
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h559 typedef enum VkInternalAllocationType { enum
562 } VkInternalAllocationType; typedef
1667 VkInternalAllocationType allocationType,
1673 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.adoc121 * ename:VkSystemAllocationScope, ename:VkInternalAllocationType <<SCID-8>>
254 * pname:allocationType is a elink:VkInternalAllocationType value
273 * pname:allocationType is a elink:VkInternalAllocationType value
369 [open,refpage='VkInternalAllocationType',desc='Allocation type',type='enums',xrefs='PFN_vkInternalA…
374 include::{generated}/api/enums/VkInternalAllocationType.adoc[]
Dmemory.txt209 * pname:allocationType is a elink:VkInternalAllocationType value
228 * pname:allocationType is a elink:VkInternalAllocationType value
325 [open,refpage='VkInternalAllocationType',desc='Allocation type',type='enums',xrefs='PFN_vkInternalA…
330 include::{generated}/api/enums/VkInternalAllocationType.txt[]
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1065 typedef enum VkInternalAllocationType { enum
1068 } VkInternalAllocationType; typedef
2414 VkInternalAllocationType allocationType,
2420 VkInternalAllocationType allocationType,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h1147 typedef enum VkInternalAllocationType { enum
1150 } VkInternalAllocationType; typedef
2507 VkInternalAllocationType allocationType,
2513 VkInternalAllocationType allocationType,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h1177 typedef enum VkInternalAllocationType { enum
1180 } VkInternalAllocationType; typedef
2556 VkInternalAllocationType allocationType,
2562 VkInternalAllocationType allocationType,
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h1317 typedef enum VkInternalAllocationType { enum
1320 } VkInternalAllocationType; typedef
2771 VkInternalAllocationType allocationType,
2777 VkInternalAllocationType allocationType,
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h1339 typedef enum VkInternalAllocationType { enum
1342 } VkInternalAllocationType; typedef
2849 VkInternalAllocationType allocationType,
2855 VkInternalAllocationType allocationType,