Searched refs:pfnReallocation (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.c | 51 .pfnReallocation = vk_default_realloc, in vk_default_allocator()
|
D | vk_alloc.h | 70 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope); in vk_realloc()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 85 * pname:pfnReallocation is a tlink:PFN_vkReallocationFunction pointer to 102 * [[VUID-VkAllocationCallbacks-pfnReallocation-00633]] 103 pname:pfnReallocation must: be a valid pointer to a valid user-defined 157 For example, pname:pfnAllocation (or pname:pfnReallocation) could cause 181 The type of pname:pfnReallocation is: 189 by pname:pfnReallocation or pname:pfnAllocation of a compatible 198 If the reallocation was successful, pname:pfnReallocation must: return an 207 If pname:pOriginal is `NULL`, then pname:pfnReallocation must: behave 211 If pname:size is zero, then pname:pfnReallocation must: behave equivalently 222 pname:pfnReallocation must: follow the same [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 433 PFN_vkReallocationFunction pfnReallocation;
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 515 … pfnReallocation = printer.write_int("pfnReallocation", 8, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 366 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnReallocation ); in operator ()()
|
D | vulkan_hash.hpp | 823 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnReallocation ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 378 uint64_t cgen_var_2 = (uint64_t)forMarshaling->pfnReallocation; in marshal_VkAllocationCallbacks() 402 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 303 uint64_t cgen_var_2 = (uint64_t)forMarshaling->pfnReallocation; in reservedmarshal_VkAllocationCallbacks()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 347 memcpy((PFN_vkReallocationFunction*)&forUnmarshaling->pfnReallocation, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks() 348 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnReallocation); in reservedunmarshal_VkAllocationCallbacks()
|
D | goldfish_vk_marshaling.cpp | 437 uint64_t cgen_var_2 = (uint64_t)forMarshaling->pfnReallocation; in marshal_VkAllocationCallbacks() 457 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2964 PFN_vkReallocationFunction pfnReallocation; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7678 pname:pfnReallocation callback to free memory in any case that
|