Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c141 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in vl_video_buffer_surface_format()
319 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in vl_video_buffer_sampler_view_components()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h60 UTIL_FORMAT_LAYOUT_SUBSAMPLED = 3, enumerator
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c456 assert(format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_format_aos.c482 if (format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c469 if (util_format_description(templ->format)->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in r600_texture_create()
980 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in r600_translate_texformat()
Dr600_blit.c661 return desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED && in util_format_is_subsampled_2x1_32bpp()