Searched refs:pfnFree (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_alloc.c | 52 .pfnFree = vk_default_free, in vk_default_allocator()
|
D | vk_alloc.h | 79 alloc->pfnFree(alloc->pUserData, data); in vk_free()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | naming.adoc | 434 PFN_vkFreeFunction pfnFree;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 87 * pname:pfnFree is a tlink:PFN_vkFreeFunction pointer to an 105 * [[VUID-VkAllocationCallbacks-pfnFree-00634]] 106 pname:pfnFree must: be a valid pointer to a valid user-defined 229 The type of pname:pfnFree is: 401 freed with pname:pfnReallocation or pname:pfnFree in the other. 406 pname:pfnReallocation and pname:pfnFree members must: be non-`NULL` and 458 pname:pfnFree, or pname:pfnReallocation with zero pname:size, may: be called
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 516 pfnFree = printer.write_int("pfnFree", 8, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 367 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnFree ); in operator ()()
|
D | vulkan_hash.hpp | 824 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnFree ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 2535 PFN_vkFreeFunction pfnFree;
|
D | ChangeLog.adoc | 7679 pname:pfnFree could be used (public issue 973).
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 380 uint64_t cgen_var_3 = (uint64_t)forMarshaling->pfnFree; in marshal_VkAllocationCallbacks() 403 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 307 uint64_t cgen_var_3 = (uint64_t)forMarshaling->pfnFree; in reservedmarshal_VkAllocationCallbacks()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 350 memcpy((PFN_vkFreeFunction*)&forUnmarshaling->pfnFree, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks() 351 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnFree); in reservedunmarshal_VkAllocationCallbacks()
|
D | goldfish_vk_marshaling.cpp | 439 uint64_t cgen_var_3 = (uint64_t)forMarshaling->pfnFree; in marshal_VkAllocationCallbacks() 458 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2965 PFN_vkFreeFunction pfnFree; member
|