Lines Matching defs:lcg_depth
164 static int lcg_depth;
722 fb->depth = lcg_depth;
723 fb->cmsize = 1 << lcg_depth;
750 lutaddr[i * 8 + 3] = lcg_cmap.r[i] >> (lcg_depth & 7);
752 lutaddr[i * 8 + 5] = lcg_cmap.g[i] >> (lcg_depth & 7);
754 lutaddr[i * 8 + 7] = lcg_cmap.b[i] >> (lcg_depth & 7);
885 if (index >= (1 << lcg_depth) || count > (1 << lcg_depth) - index)
904 if (index >= (1 << lcg_depth) || count > (1 << lcg_depth) - index)
923 lutaddr[index * 8 + 3] = lcg_cmap.r[index] >> (lcg_depth & 7);
925 lutaddr[index * 8 + 5] = lcg_cmap.g[index] >> (lcg_depth & 7);
927 lutaddr[index * 8 + 7] = lcg_cmap.b[index] >> (lcg_depth & 7);
1045 lcg_depth = 8;
1048 lcg_depth = 4;
1083 lcg_xsize, lcg_ysize, lcg_depth, magic);
1233 lutaddr[i * 8 + 3] = lcg_cmap.r[i] >> (lcg_depth & 7);
1235 lcg_depth & 7);
1237 lutaddr[i * 8 + 7] = lcg_cmap.b[i] >> (lcg_depth & 7);