Searched refs:util_format_get_num_planes (Results 1 – 6 of 6) sorted by relevance
57 unsigned num_planes = util_format_get_num_planes(format); in vl_get_video_buffer_formats()
753 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()
1055 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()
1290 util_format_get_num_planes(enum pipe_format format) in util_format_get_num_planes() function
1079 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()
1335 unsigned num_planes = util_format_get_num_planes(templ->format); in si_texture_create()