Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c57 unsigned num_planes = util_format_get_num_planes(format); in vl_get_video_buffer_formats()
/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c753 const unsigned format_planes = util_format_get_num_planes(map->pipe_format); in dri2_create_image_from_winsys()
903 return 2 * util_format_get_num_planes(map->pipe_format); in dri2_get_modifier_num_planes()
931 return util_format_get_num_planes(map->pipe_format); in dri2_get_modifier_num_planes()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1055 if (util_format_get_num_planes(src->base.format) == 1 && in zink_resource_copy_region()
1056 util_format_get_num_planes(dst->base.format) == 1) { in zink_resource_copy_region()
/external/mesa3d/src/util/format/
Du_format.h1290 util_format_get_num_planes(enum pipe_format format) in util_format_get_num_planes() function
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1079 if (whandle->plane < util_format_get_num_planes(whandle->format)) { in iris_resource_from_handle()
1178 *value = 2 * util_format_get_num_planes(res->external_format); in iris_resource_get_param()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1335 unsigned num_planes = util_format_get_num_planes(templ->format); in si_texture_create()