Searched refs:GGL_COLOR_BITS (Results 1 – 5 of 5) sorted by relevance
264 const int32_t hbits = GGL_COLOR_BITS; in ggl_pack_color()265 const int32_t lbits = GGL_COLOR_BITS - 8; in ggl_pack_color()
709 fragment.c[1] = r >> (GGL_COLOR_BITS-8); in scanline()710 fragment.c[2] = g >> (GGL_COLOR_BITS-8); in scanline()711 fragment.c[3] = b >> (GGL_COLOR_BITS-8); in scanline()712 fragment.c[0] = a >> (GGL_COLOR_BITS-8); in scanline()861 ((1<<GGL_COLOR_BITS)-1)) / ((1<<fragment.s[0])-1); in scanline()1253 const int r = c->iterators.ydrdy >> (GGL_COLOR_BITS-8); in init()1254 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8); in init()1255 const int b = c->iterators.ydbdy >> (GGL_COLOR_BITS-8); in init()1256 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8); in init()2230 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8); in scanline_t16cb16blend_clamp_mod()
108 const int GGL_COLOR_BITS = 24; variable
192 fragment.h = GGL_COLOR_BITS; in build_iterated_color()193 fragment.l = GGL_COLOR_BITS - 8; in build_iterated_color()
701 const int shift = GGL_COLOR_BITS-fragment.size(); in build_alpha_test()