Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc690 Example: tlink{cl}PFN_vkAllocationFunction ->
691 tlink:PFN_vkAllocationFunction.
697 tname{cl}PFN_vkAllocationFunction ->
698 tname:PFN_vkAllocationFunction.
Dnaming.adoc432 PFN_vkAllocationFunction pfnAllocation;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc83 * pname:pfnAllocation is a tlink:PFN_vkAllocationFunction pointer to an
101 tlink:PFN_vkAllocationFunction
128 [open,refpage='PFN_vkAllocationFunction',desc='Application-defined memory allocation function',type…
132 include::{generated}/api/funcpointers/PFN_vkAllocationFunction.adoc[]
208 equivalently to a call to tlink:PFN_vkAllocationFunction with the same
224 tname:PFN_vkAllocationFunction>>.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2931 typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)( typedef
2963 PFN_vkAllocationFunction pfnAllocation;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp401 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp344 memcpy((PFN_vkAllocationFunction*)&forUnmarshaling->pfnAllocation, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp456 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()