Home
last modified time | relevance | path

Searched refs:ycbcr_range (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dmsl_ycbcr_conversion_test.cpp90 conv.ycbcr_range = SPVC_MSL_SAMPLER_YCBCR_RANGE_ITU_NARROW; in main()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c292 state.conversion->ycbcr_range, result, bpcs); in try_lower_tex_ycbcr()
Dradv_descriptor_set.c1527 conversion->ycbcr_range = pCreateInfo->ycbcrRange; in radv_CreateSamplerYcbcrConversion()
Dradv_private.h2344 VkSamplerYcbcrRange ycbcr_range; member
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c329 state.conversion->ycbcr_range, in anv_nir_lower_ycbcr_textures_instr()
Danv_formats.c1645 conversion->ycbcr_range = pCreateInfo->ycbcrRange; in anv_CreateSamplerYcbcrConversion()
Danv_private.h4515 VkSamplerYcbcrRange ycbcr_range; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp1393 samp.ycbcr_range = static_cast<MSLSamplerYCbCrRange>(conv->ycbcr_range); in spvc_convert_msl_sampler_ycbcr_conversion()
2604 conv->ycbcr_range = static_cast<spvc_msl_sampler_ycbcr_range>(defaults.ycbcr_range); in spvc_msl_sampler_ycbcr_conversion_init()
Dspirv_cross_c.h520 spvc_msl_sampler_ycbcr_range ycbcr_range; member
Dspirv_msl.hpp219 MSLSamplerYCbCrRange ycbcr_range = MSL_SAMPLER_YCBCR_RANGE_ITU_FULL; member
Dspirv_msl.cpp10006 switch (constexpr_sampler->ycbcr_range) in to_texture_op()
10270 if (constexpr_sampler->ycbcr_range != MSL_SAMPLER_YCBCR_RANGE_ITU_FULL) in to_func_call_arg()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c512 ycbcr_sampler->ycbcr_range, in lower_tex_ycbcr()
Dtu_private.h1489 VkSamplerYcbcrRange ycbcr_range; member
Dtu_descriptor_set.c1260 conversion->ycbcr_range = pCreateInfo->ycbcrRange; in tu_CreateSamplerYcbcrConversion()