Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h274 return util_format_get_plane_width(vk_format_to_pipe_format(format), plane, width); in vk_format_get_plane_width()
/third_party/mesa3d/src/util/format/
Du_format.h1393 util_format_get_plane_width(enum pipe_format format, unsigned plane, in util_format_get_plane_width() function
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c631 res_templ.width0 = util_format_get_plane_width(templat->buffer_format, i, in surface_from_external_memory()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1254 plane_templ[i].width0 = util_format_get_plane_width(templ->format, i, templ->width0); in si_texture_create_with_modifier()