Searched refs:GetDeviceImageSubresourceLayout (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 278 PFN_vkGetDeviceImageSubresourceLayout GetDeviceImageSubresourceLayout; member
|
H A D | api_gen.cpp | 405 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 D | null_driver_gen.cpp | 238 …oidFunction>(static_cast<PFN_vkGetDeviceImageSubresourceLayout>(GetDeviceImageSubresourceLayout))},
|
H A D | null_driver_gen.h | 275 VKAPI_ATTR void GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo…
|
H A D | null_driver.cpp | 1804 void GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo* pInfo, Vk… in GetDeviceImageSubresourceLayout() function
|