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

/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c661 int nplanes_per_color_component = pvfb->depth / 3; local in function:vfbAllocateFramebufferMemory
662 if (pvfb->depth % 3) nplanes_per_color_component++;
663 pvfb->ncolors = 1 << nplanes_per_color_component;
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c586 int nplanes_per_color_component = pvfb->depth / 3; local in function:vfbAllocateFramebufferMemory
589 nplanes_per_color_component++;
590 pvfb->ncolors = 1 << nplanes_per_color_component;

Completed in 4 milliseconds