Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c368 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local
403 ycbcr_props = (void *) s; in panvk_GetPhysicalDeviceImageFormatProperties2()
440 if (ycbcr_props) in panvk_GetPhysicalDeviceImageFormatProperties2()
441 ycbcr_props->combinedImageSamplerDescriptorCount = 1; in panvk_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c338 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in lvp_GetPhysicalDeviceImageFormatProperties2() local
362 ycbcr_props = (void *) s; in lvp_GetPhysicalDeviceImageFormatProperties2()
395 if (ycbcr_props) in lvp_GetPhysicalDeviceImageFormatProperties2()
396 ycbcr_props->combinedImageSamplerDescriptorCount = 0; in lvp_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c591 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local
625 ycbcr_props = (void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()
661 if (ycbcr_props) in tu_GetPhysicalDeviceImageFormatProperties2()
662 ycbcr_props->combinedImageSamplerDescriptorCount = 1; in tu_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1770 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1800 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()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c1387 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local
1417 ycbcr_props = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()
1429 &base_props->imageFormatProperties, ycbcr_props); in anv_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c208 VkSamplerYcbcrConversionImageFormatProperties ycbcr_props; in check_ici() local
209 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()