Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:GGL_COLOR_BITS

670         fragment.c[1] = r >> (GGL_COLOR_BITS-8);
671 fragment.c[2] = g >> (GGL_COLOR_BITS-8);
672 fragment.c[3] = b >> (GGL_COLOR_BITS-8);
673 fragment.c[0] = a >> (GGL_COLOR_BITS-8);
822 ((1<<GGL_COLOR_BITS)-1)) / ((1<<fragment.s[0])-1);
1214 const int r = c->iterators.ydrdy >> (GGL_COLOR_BITS-8);
1215 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8);
1216 const int b = c->iterators.ydbdy >> (GGL_COLOR_BITS-8);
1217 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);
2179 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);