Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c155 const struct vk_format_ycbcr_info *format_ycbcr_info; member
237 &state->format_ycbcr_info->planes[plane]; in create_plane_tex_instr_implicit()
343 const struct vk_format_ycbcr_info *format_ycbcr_info = in lower_ycbcr_tex_instr() local
350 if (format_ycbcr_info == NULL) in lower_ycbcr_tex_instr()
356 for (uint32_t p = 0; p < format_ycbcr_info->n_planes; p++) { in lower_ycbcr_tex_instr()
357 if (!format_ycbcr_info->planes[p].has_chroma) in lower_ycbcr_tex_instr()
358 y_format = format_ycbcr_info->planes[p].format; in lower_ycbcr_tex_instr()
379 for (uint32_t p = 0; p < format_ycbcr_info->n_planes; p++) { in lower_ycbcr_tex_instr()
381 &format_ycbcr_info->planes[p]; in lower_ycbcr_tex_instr()
388 .format_ycbcr_info = format_ycbcr_info, in lower_ycbcr_tex_instr()