/third_party/vulkan-loader/loader/ |
D | allocation.c | 39 if (pAllocator && pAllocator->pfnAllocation) { 42 …pMemory = pAllocator->pfnAllocation(pAllocator->pUserData, size, sizeof(uint64_t), allocation_scop… 56 if (pAllocator && pAllocator->pfnAllocation) { 59 …pMemory = pAllocator->pfnAllocation(pAllocator->pUserData, size, sizeof(uint64_t), allocation_scop…
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkMemory.cpp | 42 return pAllocator->pfnAllocation(pAllocator->pUserData, bytes, alignment, allocationScope); in allocateHostMemory()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_alloc.c | 50 .pfnAllocation = vk_default_alloc, in vk_default_allocator()
|
D | vk_alloc.h | 48 return alloc->pfnAllocation(alloc->pUserData, size, align, scope); in vk_alloc()
|
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.cpp | 187 … if (layer.do_spurious_allocations_in_create_instance && pAllocator && pAllocator->pfnAllocation) { in test_vkCreateInstance() 189 … pAllocator->pfnAllocation(pAllocator->pUserData, 100, 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in test_vkCreateInstance() 250 if (layer.do_spurious_allocations_in_create_device && pAllocator && pAllocator->pfnAllocation) { in test_vkCreateDevice() 251 …void* allocation = pAllocator->pfnAllocation(pAllocator->pUserData, 110, 8, VK_SYSTEM_ALLOCATION_S… in test_vkCreateDevice()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 63 …ks makeAllocationCallbacks (void* pUserData, PFN_vkAllocationFunction pfnAllocation, PFN_vkRealloc… argument 67 res.pfnAllocation = pfnAllocation;
|
D | vkStructTypes.inl | 103 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 422 return device->vk.alloc.pfnAllocation(device->vk.alloc.pUserData, size, alignment, in meta_alloc() 557 .pfnAllocation = meta_alloc, in radv_device_init_meta()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | memory.txt | 50 * pname:pfnAllocation is a tlink:PFN_vkAllocationFunction pointer to an 66 * [[VUID-VkAllocationCallbacks-pfnAllocation-00632]] 67 pname:pfnAllocation must: be a valid pointer to a valid user-defined 85 The type of pname:pfnAllocation is: 100 If pname:pfnAllocation is unable to allocate the requested memory, it must: 112 For example, pname:pfnAllocation (or pname:pfnReallocation) could cause 121 If pname:pfnAllocation returns `NULL`, and if the implementation is unable 144 by pname:pfnReallocation or pname:pfnAllocation of a compatible 195 by pname:pfnAllocation or pname:pfnReallocation. 356 allocated with pname:pfnAllocation or pname:pfnReallocation in each can: be [all …]
|
D | memory.adoc | 50 * pname:pfnAllocation is a tlink:PFN_vkAllocationFunction pointer to an 66 * [[VUID-VkAllocationCallbacks-pfnAllocation-00632]] 67 pname:pfnAllocation must: be a valid pointer to a valid user-defined 85 The type of pname:pfnAllocation is: 100 If pname:pfnAllocation is unable to allocate the requested memory, it must: 112 For example, pname:pfnAllocation (or pname:pfnReallocation) could cause 121 If pname:pfnAllocation returns `NULL`, and if the implementation is unable 144 by pname:pfnReallocation or pname:pfnAllocation of a compatible 195 by pname:pfnAllocation or pname:pfnReallocation. 355 allocated with pname:pfnAllocation or pname:pfnReallocation in each can: be [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 204 …return m_nextAllocator->pfnAllocation(m_nextAllocator->pUserData, size, alignment, allocationScope… in allocate()
|
D | vkNullDriver.cpp | 54 void* ptr = pAllocator->pfnAllocation(pAllocator->pUserData, sizeof(T), sizeof(void*), scope); in allocateSystemMem()
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 161 callbacks.pfnAllocation = public_allocation; in MemoryTracker()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | naming.txt | 432 PFN_vkAllocationFunction pfnAllocation;
|
D | naming.adoc | 432 PFN_vkAllocationFunction pfnAllocation;
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 1795 demo->allocator.pfnAllocation = myalloc; in demo_init_vk()
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 1176 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4634 (pAllocationCallbacks->pfnAllocation != VMA_NULL)) in VmaMalloc() 4636 return (*pAllocationCallbacks->pfnAllocation)( in VmaMalloc()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 1686 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1670 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 1874 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2433 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2526 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 2582 PFN_vkAllocationFunction pfnAllocation; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 2575 PFN_vkAllocationFunction pfnAllocation; member
|