Searched refs:util_format_get_plane_width (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 739 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/ |
D | d3d12_resource.cpp | 449 …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/ |
D | si_texture.c | 89 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/ |
D | postproc.c | 145 util_format_get_plane_width(format, 1, 4) != 4) { in vlVaGetChromaLocation()
|
D | surface.c | 816 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/ |
D | u_format.h | 1310 util_format_get_plane_width(enum pipe_format format, unsigned plane, in util_format_get_plane_width() function
|