Home
last modified time | relevance | path

Searched refs:pfnReallocation (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.c51 .pfnReallocation = vk_default_realloc, in vk_default_allocator()
Dvk_alloc.h70 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope); in vk_realloc()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc85 * 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/
Dnaming.adoc433 PFN_vkReallocationFunction pfnReallocation;
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py515pfnReallocation = printer.write_int("pfnReallocation", 8, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp366 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnReallocation ); in operator ()()
Dvulkan_hash.hpp823 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnReallocation ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp378 uint64_t cgen_var_2 = (uint64_t)forMarshaling->pfnReallocation; in marshal_VkAllocationCallbacks()
402 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
Dgoldfish_vk_reserved_marshaling_guest.cpp303 uint64_t cgen_var_2 = (uint64_t)forMarshaling->pfnReallocation; in reservedmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp347 memcpy((PFN_vkReallocationFunction*)&forUnmarshaling->pfnReallocation, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
348 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnReallocation); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp437 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/
Dvulkan_core.h2964 PFN_vkReallocationFunction pfnReallocation; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7678 pname:pfnReallocation callback to free memory in any case that