Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h154 return util_format_get_plane_height(vk_format_to_pipe_format(format), plane, height); in vk_format_get_plane_height()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp328 …plane_res->base.b.height0 = util_format_get_plane_height(res->base.b.format, plane, res->base.b.he… in convert_planar_resource()
742 …float height_multiplier = res->first_plane->height0 / (float) util_format_get_plane_height(res->ov… in d3d12_adjust_transfer_dimensions_for_plane()
752 …ptrans->box.height = util_format_get_plane_height(res->overall_format, plane_slice, ptrans->box.he… in d3d12_adjust_transfer_dimensions_for_plane()
754 ptrans->box.y = util_format_get_plane_height(res->overall_format, plane_slice, ptrans->box.y); in d3d12_adjust_transfer_dimensions_for_plane()
772 …int height = util_format_get_plane_height(res->base.b.format, plane_slice, res->first_plane->heigh… in d3d12_resource_get_planes_info()
/third_party/mesa3d/src/util/format/
Du_format.h1419 util_format_get_plane_height(enum pipe_format format, unsigned plane, in util_format_get_plane_height() function
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c638 res_templ.height0 = util_format_get_plane_height(templat->buffer_format, i, in surface_from_external_memory()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1293 plane_templ[i].height0 = util_format_get_plane_height(templ->format, i, templ->height0); in si_texture_create_with_modifier()