Home
last modified time | relevance | path

Searched refs:pfnInternalAllocation (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.adoc435 PFN_vkInternalAllocationNotification pfnInternalAllocation;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc89 * pname:pfnInternalAllocation is a
108 * [[VUID-VkAllocationCallbacks-pfnInternalAllocation-00635]]
109 If either of pname:pfnInternalAllocation or pname:pfnInternalFree is not
246 The type of pname:pfnInternalAllocation is:
363 Upon allocation of executable memory, pname:pfnInternalAllocation will be
371 The pname:allocationType parameter to the pname:pfnInternalAllocation and
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.py517pfnInternalAllocation = printer.write_int("pfnInternalAllocation", 8, indent, signed=False, big_en…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp368 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
Dvulkan_hash.hpp825 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp382 uint64_t cgen_var_4 = (uint64_t)forMarshaling->pfnInternalAllocation; in marshal_VkAllocationCallbacks()
404 forUnmarshaling->pfnInternalAllocation = in unmarshal_VkAllocationCallbacks()
Dgoldfish_vk_reserved_marshaling_guest.cpp311 uint64_t cgen_var_4 = (uint64_t)forMarshaling->pfnInternalAllocation; in reservedmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp353 memcpy((PFN_vkInternalAllocationNotification*)&forUnmarshaling->pfnInternalAllocation, (*ptr), in reservedunmarshal_VkAllocationCallbacks()
355 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnInternalAllocation); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp441 uint64_t cgen_var_4 = (uint64_t)forMarshaling->pfnInternalAllocation; in marshal_VkAllocationCallbacks()
459 forUnmarshaling->pfnInternalAllocation = in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2966 PFN_vkInternalAllocationNotification pfnInternalAllocation; member