Searched refs:pfnInternalAllocation (Results 1 – 11 of 11) sorted by relevance
52 pname:pfnInternalAllocation and pname:pfnInternalFree.
435 PFN_vkInternalAllocationNotification pfnInternalAllocation;
89 * pname:pfnInternalAllocation is a108 * [[VUID-VkAllocationCallbacks-pfnInternalAllocation-00635]]109 If either of pname:pfnInternalAllocation or pname:pfnInternalFree is not246 The type of pname:pfnInternalAllocation is:363 Upon allocation of executable memory, pname:pfnInternalAllocation will be371 The pname:allocationType parameter to the pname:pfnInternalAllocation and409 both pname:pfnInternalAllocation and pname:pfnInternalFree to `NULL`.410 pname:pfnInternalAllocation and pname:pfnInternalFree must: either both be
517 …pfnInternalAllocation = printer.write_int("pfnInternalAllocation", 8, indent, signed=False, big_en…
368 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
825 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
382 uint64_t cgen_var_4 = (uint64_t)forMarshaling->pfnInternalAllocation; in marshal_VkAllocationCallbacks()404 forUnmarshaling->pfnInternalAllocation = in unmarshal_VkAllocationCallbacks()
311 uint64_t cgen_var_4 = (uint64_t)forMarshaling->pfnInternalAllocation; in reservedmarshal_VkAllocationCallbacks()
353 memcpy((PFN_vkInternalAllocationNotification*)&forUnmarshaling->pfnInternalAllocation, (*ptr), in reservedunmarshal_VkAllocationCallbacks()355 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnInternalAllocation); in reservedunmarshal_VkAllocationCallbacks()
441 uint64_t cgen_var_4 = (uint64_t)forMarshaling->pfnInternalAllocation; in marshal_VkAllocationCallbacks()459 forUnmarshaling->pfnInternalAllocation = in unmarshal_VkAllocationCallbacks()
2966 PFN_vkInternalAllocationNotification pfnInternalAllocation; member