Searched refs:VkInternalAllocationType (Results 1 – 8 of 8) sorted by relevance
/external/deqp/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 | 138 VkInternalAllocationType allocationType, 142 VkInternalAllocationType allocationType,
|
D | vkStrUtil.inl | 8 const char* getInternalAllocationTypeName (VkInternalAllocationType value); 48 …Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value) { … 88 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << ge…
|
D | vkBasicTypes.inl | 154 enum VkInternalAllocationType enum
|
D | vkStrUtilImpl.inl | 175 const char* getInternalAllocationTypeName (VkInternalAllocationType value)
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 231 typedef enum VkInternalAllocationType { enum 237 } VkInternalAllocationType; typedef 1110 VkInternalAllocationType allocationType, 1116 VkInternalAllocationType allocationType,
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 238 typedef enum VkInternalAllocationType { enum 244 } VkInternalAllocationType; typedef 1119 VkInternalAllocationType allocationType, 1125 VkInternalAllocationType allocationType,
|