Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c365 const struct isl_format_layout *y_isl_layout = NULL; in try_lower_tex_ycbcr() local
368 y_isl_layout = isl_format_get_layout(format->planes[p].isl_format); in try_lower_tex_ycbcr()
370 assert(y_isl_layout != NULL); in try_lower_tex_ycbcr()
371 uint8_t y_bpc = y_isl_layout->channels_array[0].bits; in try_lower_tex_ycbcr()