/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 50 …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…
|
D | vkAllocationCallbackUtil.cpp | 55 …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 …]
|
D | vkDefs.hpp | 178 VkInternalAllocationType allocationType, 182 VkInternalAllocationType allocationType,
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 143 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() 189 … VkInternalAllocationType 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/ |
D | VK_EXT_device_memory_report.txt | 69 elink:VkInternalAllocationType values, for import/export we do want to be 74 elink:VkInternalAllocationType values.
|
D | VK_EXT_device_memory_report.adoc | 69 elink:VkInternalAllocationType values, for import/export we do want to be 74 elink:VkInternalAllocationType values.
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_types.h | 2719 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/ |
D | vulkan.h | 231 typedef enum VkInternalAllocationType { enum 237 } VkInternalAllocationType; typedef 1142 VkInternalAllocationType allocationType, 1148 VkInternalAllocationType allocationType,
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 36 const char* getInternalAllocationTypeName (VkInternalAllocationType value); 175 …VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value)… 314 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s …
|
D | vkBasicTypes.inl | 2367 enum VkInternalAllocationType enum
|
D | vkVulkan_c.inl | 2375 typedef enum VkInternalAllocationType { enum 2378 } VkInternalAllocationType; typedef 3876 VkInternalAllocationType allocationType, 3882 VkInternalAllocationType allocationType,
|
D | vkStrUtilImpl.inl | 2218 const char* getInternalAllocationTypeName (VkInternalAllocationType value)
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 559 typedef enum VkInternalAllocationType { enum 562 } VkInternalAllocationType; typedef 1667 VkInternalAllocationType allocationType, 1673 VkInternalAllocationType allocationType,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | memory.adoc | 121 * 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[]
|
D | memory.txt | 209 * 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/ |
D | vulkan_core.h | 1065 typedef enum VkInternalAllocationType { enum 1068 } VkInternalAllocationType; typedef 2414 VkInternalAllocationType allocationType, 2420 VkInternalAllocationType allocationType,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1147 typedef enum VkInternalAllocationType { enum 1150 } VkInternalAllocationType; typedef 2507 VkInternalAllocationType allocationType, 2513 VkInternalAllocationType allocationType,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 1177 typedef enum VkInternalAllocationType { enum 1180 } VkInternalAllocationType; typedef 2556 VkInternalAllocationType allocationType, 2562 VkInternalAllocationType allocationType,
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 1317 typedef enum VkInternalAllocationType { enum 1320 } VkInternalAllocationType; typedef 2771 VkInternalAllocationType allocationType, 2777 VkInternalAllocationType allocationType,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 1339 typedef enum VkInternalAllocationType { enum 1342 } VkInternalAllocationType; typedef 2849 VkInternalAllocationType allocationType, 2855 VkInternalAllocationType allocationType,
|