Home
last modified time | relevance | path

Searched refs:pfnAllocation (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_alloc.c50 .pfnAllocation = vk_default_alloc, in vk_default_allocator()
Dvk_alloc.h48 return alloc->pfnAllocation(alloc->pUserData, size, align, scope); in vk_alloc()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc83 * pname:pfnAllocation is a tlink:PFN_vkAllocationFunction pointer to an
99 * [[VUID-VkAllocationCallbacks-pfnAllocation-00632]]
100 pname:pfnAllocation must: be a valid pointer to a valid user-defined
130 The type of pname:pfnAllocation is:
145 If pname:pfnAllocation is unable to allocate the requested memory, it must:
157 For example, pname:pfnAllocation (or pname:pfnReallocation) could cause
166 If pname:pfnAllocation returns `NULL`, and if the implementation is unable
189 by pname:pfnReallocation or pname:pfnAllocation of a compatible
240 by pname:pfnAllocation or pname:pfnReallocation.
400 allocated with pname:pfnAllocation or pname:pfnReallocation in each can: be
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc432 PFN_vkAllocationFunction pfnAllocation;
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py514 pfnAllocation = printer.write_int("pfnAllocation", 8, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp365 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnAllocation ); in operator ()()
Dvulkan_hash.hpp822 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnAllocation ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp376 uint64_t cgen_var_1 = (uint64_t)forMarshaling->pfnAllocation; in marshal_VkAllocationCallbacks()
401 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
Dgoldfish_vk_reserved_marshaling_guest.cpp299 uint64_t cgen_var_1 = (uint64_t)forMarshaling->pfnAllocation; in reservedmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp344 memcpy((PFN_vkAllocationFunction*)&forUnmarshaling->pfnAllocation, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
345 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnAllocation); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp435 uint64_t cgen_var_1 = (uint64_t)forMarshaling->pfnAllocation; in marshal_VkAllocationCallbacks()
456 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2963 PFN_vkAllocationFunction pfnAllocation; member