Home
last modified time | relevance | path

Searched refs:VkInternalAllocationType (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp50 virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0;
51 virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0;
102 VkInternalAllocationType type;
112 static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope);
113 static AllocationCallbackRecord internalFree (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope);
126 void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
127 void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
143 void notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
144 void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
H A DvkAllocationCallbackUtil.cpp55 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()
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()
167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope) in internalAllocation()
179 AllocationCallbackRecord AllocationCallbackRecord::internalFree (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope) in internalFree()
217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation()
222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalFree()
264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) in notifyInternalAllocation()
271 void AllocationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocationTyp
[all...]
H A DvkDefs.hpp178 VkInternalAllocationType allocationType,
182 VkInternalAllocationType allocationType,
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp128 [[maybe_unused]] VkInternalAllocationType allocationType,
133 void impl_internal_free([[maybe_unused]] size_t size, [[maybe_unused]] VkInternalAllocationType allocationType,
169 VkInternalAllocationType allocationType,
173 static VKAPI_ATTR void VKAPI_CALL public_internal_free(void* pUserData, size_t size, VkInternalAllocationType allocationType,
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h2716 /* enum VkInternalAllocationType */
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/glad/
H A Dvulkan.h1389 typedef enum VkInternalAllocationType { enum
1392 } VkInternalAllocationType; typedef
1967 VkInternalAllocationType allocationType,
1972 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h580 typedef enum VkInternalAllocationType { enum
583 } VkInternalAllocationType; typedef
1687 VkInternalAllocationType allocationType,
1693 VkInternalAllocationType allocationType,
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h1065 typedef enum VkInternalAllocationType { enum
1068 } VkInternalAllocationType; typedef
2414 VkInternalAllocationType allocationType,
2420 VkInternalAllocationType allocationType,
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h1317 typedef enum VkInternalAllocationType { enum
1320 } VkInternalAllocationType; typedef
2771 VkInternalAllocationType allocationType,
2777 VkInternalAllocationType allocationType,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A 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/
H A Dvulkan_core.h1177 typedef enum VkInternalAllocationType { enum
1180 } VkInternalAllocationType; typedef
2556 VkInternalAllocationType allocationType,
2562 VkInternalAllocationType allocationType,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h1413 typedef enum VkInternalAllocationType { enum
1416 } VkInternalAllocationType; typedef
2921 VkInternalAllocationType allocationType,
2927 VkInternalAllocationType allocationType,
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp527 static void parse_VkInternalAllocationType(const char* s, Json::Value& obj, VkInternalAllocationType& o);
3091 static void parse_VkInternalAllocationType(const char* s, Json::Value& obj, VkInternalAllocationType& o) { in parse_VkInternalAllocationType()
3093 o = (VkInternalAllocationType)VkInternalAllocationType_map[std::string(_res)]; in parse_VkInternalAllocationType()
H A Dvulkan_json_data.hpp1707 static void print_VkInternalAllocationType(VkInternalAllocationType obj, const std::string& str, bool commaNeeded=true) { in print_VkInternalAllocationType()
1715 static void print_VkInternalAllocationType(const VkInternalAllocationType * obj, const std::string& str, bool commaNeeded=true) { in print_VkInternalAllocationType()
[all...]

Completed in 353 milliseconds