Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c169 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in vl_video_buffer_surface_format()
350 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in vl_video_buffer_sampler_view_components()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c214 return desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED && in util_format_is_subsampled_422()
Du_format.h64 UTIL_FORMAT_LAYOUT_SUBSAMPLED = 3, enumerator
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c496 assert(format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_format_aos.c704 if (format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h64 UTIL_FORMAT_LAYOUT_SUBSAMPLED = 3, enumerator
Du_format.c232 return desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED && in util_format_is_subsampled_422()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1717 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in si_translate_texformat()
3617 } else if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in si_make_texture_descriptor()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1050 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in r600_choose_tiling()
Dr600_state_common.c2696 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in r600_translate_texformat()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1398 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in r600_choose_tiling()