Home
last modified time | relevance | path

Searched refs:ycbcr_props (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c737 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local
771 ycbcr_props = (void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()
807 if (ycbcr_props) in tu_GetPhysicalDeviceImageFormatProperties2()
808 ycbcr_props->combinedImageSamplerDescriptorCount = 1; in tu_GetPhysicalDeviceImageFormatProperties2()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1414 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1442 ycbcr_props = (void *) s; in radv_GetPhysicalDeviceImageFormatProperties2()
1489 if (ycbcr_props) { in radv_GetPhysicalDeviceImageFormatProperties2()
1490 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format); in radv_GetPhysicalDeviceImageFormatProperties2()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c1112 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local
1141 ycbcr_props = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()
1153 &base_props->imageFormatProperties, ycbcr_props); in anv_GetPhysicalDeviceImageFormatProperties2()