Home
last modified time | relevance | path

Searched refs:pfnInternalFree (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_device_memory_report.adoc52 pname:pfnInternalAllocation and pname:pfnInternalFree.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc436 PFN_vkInternalFreeNotification pfnInternalFree;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc93 * pname:pfnInternalFree is a tlink:PFN_vkInternalFreeNotification pointer
109 If either of pname:pfnInternalAllocation or pname:pfnInternalFree is not
265 The type of pname:pfnInternalFree is:
365 Upon freeing executable memory, pname:pfnInternalFree will be called.
372 pname:pfnInternalFree functions may: be one of the following values:
409 both pname:pfnInternalAllocation and pname:pfnInternalFree to `NULL`.
410 pname:pfnInternalAllocation and pname:pfnInternalFree must: either both be
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py518pfnInternalFree = printer.write_int("pfnInternalFree", 8, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp369 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalFree ); in operator ()()
Dvulkan_hash.hpp826 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalFree ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp384 uint64_t cgen_var_5 = (uint64_t)forMarshaling->pfnInternalFree; in marshal_VkAllocationCallbacks()
406 forUnmarshaling->pfnInternalFree = (PFN_vkInternalFreeNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
Dgoldfish_vk_reserved_marshaling_guest.cpp315 uint64_t cgen_var_5 = (uint64_t)forMarshaling->pfnInternalFree; in reservedmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp357 memcpy((PFN_vkInternalFreeNotification*)&forUnmarshaling->pfnInternalFree, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
358 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnInternalFree); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp443 uint64_t cgen_var_5 = (uint64_t)forMarshaling->pfnInternalFree; in marshal_VkAllocationCallbacks()
461 forUnmarshaling->pfnInternalFree = (PFN_vkInternalFreeNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2967 PFN_vkInternalFreeNotification pfnInternalFree; member