Home
last modified time | relevance | path

Searched refs:PFN_vkFreeFunction (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc434 PFN_vkFreeFunction pfnFree;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc87 * pname:pfnFree is a tlink:PFN_vkFreeFunction pointer to an
107 tlink:PFN_vkFreeFunction
212 to a call to tlink:PFN_vkFreeFunction with the same pname:pUserData
227 [open,refpage='PFN_vkFreeFunction',desc='Application-defined memory free function',type='funcpointe…
231 include::{generated}/api/funcpointers/PFN_vkFreeFunction.adoc[]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc2529 typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
2535 PFN_vkFreeFunction pfnFree;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2937 typedef void (VKAPI_PTR *PFN_vkFreeFunction)( typedef
2965 PFN_vkFreeFunction pfnFree;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp403 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp350 memcpy((PFN_vkFreeFunction*)&forUnmarshaling->pfnFree, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp458 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()