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

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipreinit.c610 static const CARD8 AllowedDepthBpp[][2] = local in function:ATIPreInit
619 if (j < NumberOf(AllowedDepthBpp))
621 if (pScreenInfo->depth > AllowedDepthBpp[j][0])
624 if (pScreenInfo->depth == AllowedDepthBpp[j][0])
626 if (pScreenInfo->bitsPerPixel > AllowedDepthBpp[j][1])
629 if (pScreenInfo->bitsPerPixel == AllowedDepthBpp[j][1])

Completed in 4 milliseconds