Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c739 dst_rect->x0 = util_format_get_plane_width(dst->buffer_format, 1, dst_rect->x0); in vl_compositor_yuv_deint_full()
740 dst_rect->x1 = util_format_get_plane_width(dst->buffer_format, 1, dst_rect->x1); in vl_compositor_yuv_deint_full()
783 dst_rect->x0 = util_format_get_plane_width(dst->buffer_format, 1, dst_rect->x0); in vl_compositor_convert_rgb_to_yuv()
784 dst_rect->x1 = util_format_get_plane_width(dst->buffer_format, 1, dst_rect->x1); in vl_compositor_convert_rgb_to_yuv()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp449 …plane_res->base.b.width0 = util_format_get_plane_width(res->base.b.format, plane, res->base.b.widt… in convert_planar_resource()
903 …float width_multiplier = res->first_plane->width0 / (float) util_format_get_plane_width(res->overa… in d3d12_adjust_transfer_dimensions_for_plane()
913 …ptrans->box.width = util_format_get_plane_width(res->overall_format, plane_slice, ptrans->box.widt… in d3d12_adjust_transfer_dimensions_for_plane()
915 ptrans->box.x = util_format_get_plane_width(res->overall_format, plane_slice, ptrans->box.x); in d3d12_adjust_transfer_dimensions_for_plane()
933 …int width = util_format_get_plane_width(res->base.b.format, plane_slice, res->first_plane->width0); in d3d12_resource_get_planes_info()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c89 dx = util_format_get_plane_width(src_tex->multi_plane_format, i, dstx); in si_copy_multi_plane_texture()
91 sbox.x = util_format_get_plane_width(src_tex->multi_plane_format, i, src_box->x); in si_copy_multi_plane_texture()
93 sbox.width = util_format_get_plane_width(src_tex->multi_plane_format, i, src_box->width); in si_copy_multi_plane_texture()
1432 plane_templ[i].width0 = util_format_get_plane_width(templ->format, i, templ->width0); in si_texture_create_with_modifier()
/external/mesa3d/src/gallium/frontends/va/
Dpostproc.c145 util_format_get_plane_width(format, 1, 4) != 4) { in vlVaGetChromaLocation()
Dsurface.c816 res_templ.width0 = util_format_get_plane_width(templat->buffer_format, i, in surface_from_external_memory()
928 res_templ.width0 = util_format_get_plane_width(templat->buffer_format, plane, in surface_from_prime()
/external/mesa3d/src/util/format/
Du_format.h1310 util_format_get_plane_width(enum pipe_format format, unsigned plane, in util_format_get_plane_width() function