Home
last modified time | relevance | path

Searched refs:GetDeviceImageSubresourceLayout (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h278 PFN_vkGetDeviceImageSubresourceLayout GetDeviceImageSubresourceLayout; member
H A Dapi_gen.cpp405 INIT_PROC(false, dev, GetDeviceImageSubresourceLayout); in InitDispatchTable()
657 VKAPI_ATTR void GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo…
965 …ceImageSubresourceLayout", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceImageSubresourceLayout) }, in GetInstanceProcAddr()
1953 VKAPI_ATTR void GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo… in GetDeviceImageSubresourceLayout() function
1954 GetData(device).dispatch.GetDeviceImageSubresourceLayout(device, pInfo, pLayout); in GetDeviceImageSubresourceLayout()
3211 vulkan::api::GetDeviceImageSubresourceLayout(device, pInfo, pLayout); in vkGetDeviceImageSubresourceLayout()
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp238 …oidFunction>(static_cast<PFN_vkGetDeviceImageSubresourceLayout>(GetDeviceImageSubresourceLayout))},
H A Dnull_driver_gen.h275 VKAPI_ATTR void GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo…
H A Dnull_driver.cpp1804 void GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo* pInfo, Vk… in GetDeviceImageSubresourceLayout() function