Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.h188 VkSamplerYcbcrModelConversion ycbcr_model; member
H A Dtu_shader.c496 if (ycbcr_sampler->ycbcr_model == VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in lower_tex_ycbcr()
519 ycbcr_sampler->ycbcr_model, in lower_tex_ycbcr()
H A Dtu_descriptor_set.c226 ycbcr_samplers[i].ycbcr_model = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; in tu_CreateDescriptorSetLayout()
376 SHA1_UPDATE_VALUE(ctx, sampler->ycbcr_model); in sha1_update_ycbcr_sampler()
1338 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in tu_CreateSamplerYcbcrConversion()
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A 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/
H A 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()
H A Dradv_descriptor_set.c1653 conversion->state.ycbcr_model = pCreateInfo->ycbcrModel; in radv_CreateSamplerYcbcrConversion()
H A Dradv_private.h2751 VkSamplerYcbcrModelConversion ycbcr_model;
/third_party/mesa3d/src/intel/vulkan/
H A 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()
H A Danv_formats.c1696 conversion->ycbcr_model = pCreateInfo->ycbcrModel; in anv_CreateSamplerYcbcrConversion()
H A Danv_private.h4066 VkSamplerYcbcrModelConversion ycbcr_model; member
/third_party/skia/third_party/externals/spirv-cross/
H A 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()
H A Dspirv_cross_c.h519 spvc_msl_sampler_ycbcr_model_conversion ycbcr_model; member
H A Dspirv_msl.hpp218 MSLSamplerYCbCrModelConversion ycbcr_model = MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; member
H A Dspirv_msl.cpp9982 switch (constexpr_sampler->ycbcr_model)
10004 if (constexpr_sampler->ycbcr_model != MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY)
10111 if (constexpr_sampler->ycbcr_model != MSL_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY)
10114 if (constexpr_sampler->ycbcr_model != MSL_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY)
10250 switch (constexpr_sampler->ycbcr_model)

Completed in 47 milliseconds