Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:GGL_COLOR_BITS

691         fragment.c[1] = r >> (GGL_COLOR_BITS-8);
692 fragment.c[2] = g >> (GGL_COLOR_BITS-8);
693 fragment.c[3] = b >> (GGL_COLOR_BITS-8);
694 fragment.c[0] = a >> (GGL_COLOR_BITS-8);
843 ((1<<GGL_COLOR_BITS)-1)) / ((1<<fragment.s[0])-1);
1235 const int r = c->iterators.ydrdy >> (GGL_COLOR_BITS-8);
1236 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8);
1237 const int b = c->iterators.ydbdy >> (GGL_COLOR_BITS-8);
1238 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);
2204 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);