Searched refs:pLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp336 VKAPI_ATTR void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
834 VKAPI_ATTR void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) { argument
835 GetData(device).dispatch.GetImageSubresourceLayout(device, image, pSubresource, pLayout);
1493 VKAPI_ATTR void vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) { argument
1494 vulkan::api::GetImageSubresourceLayout(device, image, pSubresource, pLayout);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h87 VKAPI_ATTR void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
H A Dnull_driver.cpp1185 void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2289 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
2674 VkSubresourceLayout* pLayout);

Completed in 51 milliseconds