Home
last modified time | relevance | path

Searched refs:pfnInternalAllocation (Results 1 – 25 of 26) sorted by relevance

12

/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp1553 if (pAllocator->pfnInternalAllocation != NULL) in PreCallValidateCreateInstance()
1561 …pfnInternalAllocation", reinterpret_cast<const void*>(pAllocator->pfnInternalAllocation), "VUID-Vk… in PreCallValidateCreateInstance()
1582 if (pAllocator->pfnInternalAllocation != NULL) in PreCallValidateDestroyInstance()
1590 …pfnInternalAllocation", reinterpret_cast<const void*>(pAllocator->pfnInternalAllocation), "VUID-Vk… in PreCallValidateDestroyInstance()
1846 if (pAllocator->pfnInternalAllocation != NULL) in PreCallValidateCreateDevice()
1854 …pfnInternalAllocation", reinterpret_cast<const void*>(pAllocator->pfnInternalAllocation), "VUID-Vk… in PreCallValidateCreateDevice()
1875 if (pAllocator->pfnInternalAllocation != NULL) in PreCallValidateDestroyDevice()
1883 …pfnInternalAllocation", reinterpret_cast<const void*>(pAllocator->pfnInternalAllocation), "VUID-Vk… in PreCallValidateDestroyDevice()
1962 if (pAllocator->pfnInternalAllocation != NULL) in PreCallValidateAllocateMemory()
1970 …pfnInternalAllocation", reinterpret_cast<const void*>(pAllocator->pfnInternalAllocation), "VUID-Vk… in PreCallValidateAllocateMemory()
[all …]
Dvk_safe_struct.cpp283 pfnInternalAllocation(in_struct->pfnInternalAllocation), in safe_VkAllocationCallbacks()
298 pfnInternalAllocation = src.pfnInternalAllocation; in safe_VkAllocationCallbacks()
311 pfnInternalAllocation = src.pfnInternalAllocation; in operator =()
327 pfnInternalAllocation = in_struct->pfnInternalAllocation; in initialize()
337 pfnInternalAllocation = src->pfnInternalAllocation; in initialize()
Dvk_safe_struct.h85 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl82 … PFN_vkFreeFunction pfnFree, PFN_vkInternalAllocationNotification pfnInternalAllocation, PFN_vkInt… argument
89 res.pfnInternalAllocation = pfnInternalAllocation;
DvkStructTypes.inl133 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
DvkVulkan_c.inl1694 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
DvkStrUtilImpl.inl2856 s << "\tpfnInternalAllocation = " << value.pfnInternalAllocation << '\n';
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl63 … PFN_vkFreeFunction pfnFree, PFN_vkInternalAllocationNotification pfnInternalAllocation, PFN_vkInt… argument
70 res.pfnInternalAllocation = pfnInternalAllocation;
DvkStructTypes.inl106 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
DvkVulkan_c.inl3888 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp219 …m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocatio… in notifyInternalAllocation()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h1689 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h2126 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2436 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h2823 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp4187 , pfnInternalAllocation( pfnInternalAllocation_ )
4234 pfnInternalAllocation = pfnInternalAllocation_; in setPfnInternalAllocation()
4268 …return std::tie( pUserData, pfnAllocation, pfnReallocation, pfnFree, pfnInternalAllocation, pfnInt… in reflect()
4278 …( pfnFree == rhs.pfnFree ) && ( pfnInternalAllocation == rhs.pfnInternalAllocation ) && ( pfnInter… in operator ==()
4292 PFN_vkInternalAllocationNotification pfnInternalAllocation = {}; member
Dvulkan_core.h2933 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
Dvulkan_hash.hpp889 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp3915 …ion_ ), pfnReallocation( pfnReallocation_ ), pfnFree( pfnFree_ ), pfnInternalAllocation( pfnIntern…
3961 pfnInternalAllocation = pfnInternalAllocation_; in setPfnInternalAllocation()
3991 …return std::tie( pUserData, pfnAllocation, pfnReallocation, pfnFree, pfnInternalAllocation, pfnInt… in reflect()
4008 && ( pfnInternalAllocation == rhs.pfnInternalAllocation ) in operator ==()
4023 PFN_vkInternalAllocationNotification pfnInternalAllocation = {}; member
Dvulkan_core.h2827 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
Dvulkan_hash.hpp815 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp4523 , pfnInternalAllocation( pfnInternalAllocation_ )
4570 pfnInternalAllocation = pfnInternalAllocation_; in setPfnInternalAllocation()
4604 …return std::tie( pUserData, pfnAllocation, pfnReallocation, pfnFree, pfnInternalAllocation, pfnInt… in reflect()
4614 …( pfnFree == rhs.pfnFree ) && ( pfnInternalAllocation == rhs.pfnInternalAllocation ) && ( pfnInter… in operator ==()
4628 PFN_vkInternalAllocationNotification pfnInternalAllocation = {}; member
Dvulkan_core.h2935 PFN_vkInternalAllocationNotification pfnInternalAllocation; member
Dvulkan_hash.hpp898 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalAllocation ); in operator ()()
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h2884 PFN_vkInternalAllocationNotification pfnInternalAllocation; member

12