Lines Matching defs:depth
173 efb_priv->depth[efb_priv->consinfo.stream] / 8;
174 devinit.depth = efb_priv->depth[efb_priv->consinfo.stream];
227 if (devinit.depth == 32)
297 switch (efb_priv->depth[efb_priv->consinfo.stream]) {
338 devinit.depth = efb_priv->depth[efb_priv->consinfo.stream];
340 efb_priv->depth[efb_priv->consinfo.stream] / 8;
410 * For 32-bit depth the DAC must be initialized for linear TrueColor 24 before
416 * Initialize the cmap for the current fb depth
483 switch (efb_priv->depth[stream]) {
784 * are made based on the video mode depth. This operation is implemented
813 switch (efb_priv->depth[stream]) {
846 * for the current screen depth. Due to the difficulty of managing
889 ASSERT(efb_priv->depth[efb_priv->consinfo.stream] == 32);
934 ASSERT(efb_priv->depth[efb_priv->consinfo.stream] == 8);
957 switch (efb_priv->depth[efb_priv->consinfo.stream]) {
990 uint32_t depth, pitch, offset;
1006 depth = efb_priv->depth[stream];
1007 pitch = efb_priv->consinfo.pitch * depth / 8 / 64;
1013 switch (depth) {