Home
last modified time | relevance | path

Searched refs:base_props (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_formats.c879 VkImageFormatProperties2KHR* base_props) in anv_GetPhysicalDeviceImageFormatProperties2KHR() argument
900 vk_foreach_struct(s, base_props->pNext) { in anv_GetPhysicalDeviceImageFormatProperties2KHR()
915 &base_props->imageFormatProperties, ycbcr_props); in anv_GetPhysicalDeviceImageFormatProperties2KHR()
959 base_props->imageFormatProperties = (VkImageFormatProperties) {}; in anv_GetPhysicalDeviceImageFormatProperties2KHR()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1205 VkImageFormatProperties2KHR *base_props) in radv_GetPhysicalDeviceImageFormatProperties2KHR() argument
1213 &base_props->imageFormatProperties); in radv_GetPhysicalDeviceImageFormatProperties2KHR()
1229 vk_foreach_struct(s, base_props->pNext) { in radv_GetPhysicalDeviceImageFormatProperties2KHR()
1277 base_props->imageFormatProperties = (VkImageFormatProperties) {0}; in radv_GetPhysicalDeviceImageFormatProperties2KHR()