Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dmsl_ycbcr_conversion_test.cpp89 conv.ycbcr_model = SPVC_MSL_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_BT_2020; in main()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c285 if (state.conversion->ycbcr_model != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) { in try_lower_tex_ycbcr()
291 result = nir_convert_ycbcr_to_rgb(builder, state.conversion->ycbcr_model, in try_lower_tex_ycbcr()
Dradv_descriptor_set.c1526 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in radv_CreateSamplerYcbcrConversion()
Dradv_private.h2343 VkSamplerYcbcrModelConversion ycbcr_model; member
/third_party/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c326 if (state.conversion->ycbcr_model != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) { in anv_nir_lower_ycbcr_textures_instr()
328 state.conversion->ycbcr_model, in anv_nir_lower_ycbcr_textures_instr()
Danv_formats.c1644 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in anv_CreateSamplerYcbcrConversion()
Danv_private.h4514 VkSamplerYcbcrModelConversion ycbcr_model; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c501 if (ycbcr_sampler->ycbcr_model == VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in lower_tex_ycbcr()
511 ycbcr_sampler->ycbcr_model, in lower_tex_ycbcr()
Dtu_descriptor_set.c236 ycbcr_samplers[i].ycbcr_model = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; in tu_CreateDescriptorSetLayout()
1259 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in tu_CreateSamplerYcbcrConversion()
Dtu_private.h1488 VkSamplerYcbcrModelConversion ycbcr_model; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp1392 samp.ycbcr_model = static_cast<MSLSamplerYCbCrModelConversion>(conv->ycbcr_model); in spvc_convert_msl_sampler_ycbcr_conversion()
2603 conv->ycbcr_model = static_cast<spvc_msl_sampler_ycbcr_model_conversion>(defaults.ycbcr_model); in spvc_msl_sampler_ycbcr_conversion_init()
Dspirv_cross_c.h519 spvc_msl_sampler_ycbcr_model_conversion ycbcr_model; member
Dspirv_msl.hpp218 MSLSamplerYCbCrModelConversion ycbcr_model = MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; member
Dspirv_msl.cpp9982 switch (constexpr_sampler->ycbcr_model) in to_texture_op()
10004 if (constexpr_sampler->ycbcr_model != MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in to_texture_op()
10111 if (constexpr_sampler->ycbcr_model != MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in to_texture_op()
10114 if (constexpr_sampler->ycbcr_model != MSL_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY) in to_texture_op()
10250 switch (constexpr_sampler->ycbcr_model) in to_func_call_arg()