Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c136 if (conversion->ycbcr_model == VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR) in convert_ycbcr()
140 ycbcr_model_to_rgb_matrix(conversion->ycbcr_model); in convert_ycbcr()
433 if (state.conversion->ycbcr_model != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR) in try_lower_tex_ycbcr()
Danv_formats.c1042 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in anv_CreateSamplerYcbcrConversionKHR()
Danv_private.h2773 VkSamplerYcbcrModelConversionKHR ycbcr_model; member