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

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1627 typedef struct VkSubresourceLayout { struct
1633 } VkSubresourceLayout; typedef in typeref:struct:VkSubresourceLayout
2289 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
2674 VkSubresourceLayout* 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) {
/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) {
1493 VKAPI_ATTR void vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) {

Completed in 246 milliseconds