Searched refs:ycbcr_props (Results 1 – 6 of 6) sorted by relevance
368 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local403 ycbcr_props = (void *) s; in panvk_GetPhysicalDeviceImageFormatProperties2()440 if (ycbcr_props) in panvk_GetPhysicalDeviceImageFormatProperties2()441 ycbcr_props->combinedImageSamplerDescriptorCount = 1; in panvk_GetPhysicalDeviceImageFormatProperties2()
338 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in lvp_GetPhysicalDeviceImageFormatProperties2() local362 ycbcr_props = (void *) s; in lvp_GetPhysicalDeviceImageFormatProperties2()395 if (ycbcr_props) in lvp_GetPhysicalDeviceImageFormatProperties2()396 ycbcr_props->combinedImageSamplerDescriptorCount = 0; in lvp_GetPhysicalDeviceImageFormatProperties2()
591 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local625 ycbcr_props = (void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()661 if (ycbcr_props) in tu_GetPhysicalDeviceImageFormatProperties2()662 ycbcr_props->combinedImageSamplerDescriptorCount = 1; in tu_GetPhysicalDeviceImageFormatProperties2()
1770 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local1800 ycbcr_props = (void *)s; in radv_GetPhysicalDeviceImageFormatProperties2()1854 if (ycbcr_props) { in radv_GetPhysicalDeviceImageFormatProperties2()1855 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format); in radv_GetPhysicalDeviceImageFormatProperties2()
1387 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local1417 ycbcr_props = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()1429 &base_props->imageFormatProperties, ycbcr_props); in anv_GetPhysicalDeviceImageFormatProperties2()
208 VkSamplerYcbcrConversionImageFormatProperties ycbcr_props; in check_ici() local209 ycbcr_props.sType = VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES; in check_ici()210 ycbcr_props.pNext = NULL; in check_ici()212 props2.pNext = &ycbcr_props; in check_ici()