/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 46 …virtual void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationSc… 47 … reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocatio… 50 …Allocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio… 51 …rnalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio… 80 VkSystemAllocationScope scope; 89 VkSystemAllocationScope scope; 103 VkSystemAllocationScope scope; 109 …ionCallbackRecord allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, vo… 110 … reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, vo… 112 …d internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope); [all …]
|
D | vkAllocationCallbackUtil.cpp | 37 …TTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAllocationScope) in systemAllocate() argument 50 …L systemReallocate (void*, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope) in systemReallocate() argument 55 …emInternalAllocationNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope) in systemInternalAllocationNotification() argument 59 …L systemInternalFreeNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope) in systemInternalFreeNotification() argument 80 …ocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in allocationCallback() 85 …void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocatio… in reallocationCallback() 95 …pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio… in internalAllocationNotificationCallback() 100 …pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocatio… in internalFreeNotificationCallback() 130 …cationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, vo… in allocation() 143 …rd::reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, vo… in reallocation() [all …]
|
D | vkDefs.hpp | 127 VkSystemAllocationScope allocationScope); 132 VkSystemAllocationScope allocationScope); 138 VkSystemAllocationScope allocationScope); 142 VkSystemAllocationScope allocationScope);
|
D | vkStrUtil.inl | 7 const char* getSystemAllocationScopeName (VkSystemAllocationScope value); 54 …Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocationScope value) … 101 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << ge…
|
D | vkBasicTypes.inl | 231 enum VkSystemAllocationScope enum
|
D | vkNullDriver.cpp | 45 void* allocateSystemMem (const VkAllocationCallbacks* pAllocator, VkSystemAllocationScope scope) in allocateSystemMem()
|
D | vkStrUtilImpl.inl | 244 const char* getSystemAllocationScopeName (VkSystemAllocationScope value)
|
/external/mesa3d/src/util/ |
D | vk_alloc.h | 34 VkSystemAllocationScope scope) in vk_alloc() 42 VkSystemAllocationScope scope) in vk_realloc() 60 VkSystemAllocationScope scope) in vk_alloc2() 72 VkSystemAllocationScope scope) in vk_zalloc2()
|
/external/vulkan-validation-layers/loader/ |
D | loader.h | 415 …_heap_alloc(const struct loader_instance *instance, size_t size, VkSystemAllocationScope allocatio… 417 …nstance *instance, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope alloc_sco… 420 …vice_heap_alloc(const struct loader_device *device, size_t size, VkSystemAllocationScope allocatio… 422 …er_device *device, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope alloc_sco…
|
D | loader.c | 167 VkSystemAllocationScope alloc_scope) { 204 VkSystemAllocationScope alloc_scope) { 236 VkSystemAllocationScope alloc_scope) { 273 VkSystemAllocationScope alloc_scope) {
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 160 VkSystemAllocationScope allocationScope) in meta_alloc() 169 VkSystemAllocationScope allocationScope) in meta_realloc()
|
D | radv_device.c | 262 VkSystemAllocationScope allocationScope) in default_alloc_func() 269 size_t align, VkSystemAllocationScope allocationScope) in default_realloc_func()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 235 typedef enum VkSystemAllocationScope { enum 245 } VkSystemAllocationScope; typedef 1150 VkSystemAllocationScope allocationScope); 1157 VkSystemAllocationScope allocationScope); 1167 VkSystemAllocationScope allocationScope); 1173 VkSystemAllocationScope allocationScope);
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 241 typedef enum VkSystemAllocationScope { enum 251 } VkSystemAllocationScope; typedef 1159 VkSystemAllocationScope allocationScope); 1166 VkSystemAllocationScope allocationScope); 1176 VkSystemAllocationScope allocationScope); 1182 VkSystemAllocationScope allocationScope);
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 316 typedef enum VkSystemAllocationScope { enum 326 } VkSystemAllocationScope; typedef 1256 VkSystemAllocationScope allocationScope); 1263 VkSystemAllocationScope allocationScope); 1273 VkSystemAllocationScope allocationScope); 1279 VkSystemAllocationScope allocationScope);
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 271 VkSystemAllocationScope allocationScope) in default_alloc_func() 278 size_t align, VkSystemAllocationScope allocationScope) in default_realloc_func()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 299 typedef enum VkSystemAllocationScope { enum 309 } VkSystemAllocationScope; typedef 1315 VkSystemAllocationScope allocationScope); 1322 VkSystemAllocationScope allocationScope); 1332 VkSystemAllocationScope allocationScope); 1338 VkSystemAllocationScope allocationScope);
|