Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c286 if (state.conversion->ycbcr_model != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) { in try_lower_tex_ycbcr()
292 state.conversion->ycbcr_model, in try_lower_tex_ycbcr()
Dradv_descriptor_set.c1429 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in radv_CreateSamplerYcbcrConversion()
Dradv_private.h2173 VkSamplerYcbcrModelConversion ycbcr_model; member
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c319 if (state.conversion->ycbcr_model != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) { in try_lower_tex_ycbcr()
321 state.conversion->ycbcr_model, in try_lower_tex_ycbcr()
Danv_formats.c1332 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in anv_CreateSamplerYcbcrConversion()
Danv_private.h4307 VkSamplerYcbcrModelConversion ycbcr_model; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c515 if (ycbcr_sampler->ycbcr_model == VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in lower_tex_ycbcr()
525 ycbcr_sampler->ycbcr_model, in lower_tex_ycbcr()
Dtu_descriptor_set.c225 ycbcr_samplers[i].ycbcr_model = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; in tu_CreateDescriptorSetLayout()
1148 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in tu_CreateSamplerYcbcrConversion()
Dtu_private.h1337 VkSamplerYcbcrModelConversion ycbcr_model; member