Searched refs:format_planes (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c814 const unsigned format_planes = util_format_get_num_planes(map->pipe_format); local in function:dri2_create_image_from_winsys
877 for (i = num_handles - 1; i >= format_planes; i--) {
893 for (i = (use_lowered ? map->nplanes : format_planes) - 1; i >= 0; i--) {

Completed in 51 milliseconds