Searched refs:pfnAllocation (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/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()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 83 * pname:pfnAllocation is a tlink:PFN_vkAllocationFunction pointer to an 99 * [[VUID-VkAllocationCallbacks-pfnAllocation-00632]] 100 pname:pfnAllocation must: be a valid pointer to a valid user-defined 130 The type of pname:pfnAllocation is: 145 If pname:pfnAllocation is unable to allocate the requested memory, it must: 157 For example, pname:pfnAllocation (or pname:pfnReallocation) could cause 166 If pname:pfnAllocation returns `NULL`, and if the implementation is unable 189 by pname:pfnReallocation or pname:pfnAllocation of a compatible 240 by pname:pfnAllocation or pname:pfnReallocation. 400 allocated with pname:pfnAllocation or pname:pfnReallocation in each can: be [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 432 PFN_vkAllocationFunction pfnAllocation;
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 514 pfnAllocation = printer.write_int("pfnAllocation", 8, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 365 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnAllocation ); in operator ()()
|
D | vulkan_hash.hpp | 822 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnAllocation ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 376 uint64_t cgen_var_1 = (uint64_t)forMarshaling->pfnAllocation; in marshal_VkAllocationCallbacks() 401 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 299 uint64_t cgen_var_1 = (uint64_t)forMarshaling->pfnAllocation; in reservedmarshal_VkAllocationCallbacks()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 344 memcpy((PFN_vkAllocationFunction*)&forUnmarshaling->pfnAllocation, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks() 345 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnAllocation); in reservedunmarshal_VkAllocationCallbacks()
|
D | goldfish_vk_marshaling.cpp | 435 uint64_t cgen_var_1 = (uint64_t)forMarshaling->pfnAllocation; in marshal_VkAllocationCallbacks() 456 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2963 PFN_vkAllocationFunction pfnAllocation; member
|