Home
last modified time | relevance | path

Searched refs:GGL_COLOR_BITS (Results 1 – 10 of 10) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/
H A Dscanline.cpp709 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()
H A Dbuffer.cpp262 const int32_t hbits = GGL_COLOR_BITS; in ggl_pack_color()
263 const int32_t lbits = GGL_COLOR_BITS - 8; in ggl_pack_color()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/
H A Dscanline.cpp709 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()
H A Dbuffer.cpp264 const int32_t hbits = GGL_COLOR_BITS; in ggl_pack_color()
265 const int32_t lbits = GGL_COLOR_BITS - 8; in ggl_pack_color()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h108 const int GGL_COLOR_BITS = 24; variable
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h108 const int GGL_COLOR_BITS = 24; variable
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/codeflinger/
H A Dtexturing.cpp192 fragment.h = GGL_COLOR_BITS; in build_iterated_color()
193 fragment.l = GGL_COLOR_BITS - 8; in build_iterated_color()
H A DGGLAssembler.cpp701 const int shift = GGL_COLOR_BITS-fragment.size(); in build_alpha_test()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/codeflinger/
H A Dtexturing.cpp192 fragment.h = GGL_COLOR_BITS; in build_iterated_color()
193 fragment.l = GGL_COLOR_BITS - 8; in build_iterated_color()
H A DGGLAssembler.cpp701 const int shift = GGL_COLOR_BITS-fragment.size(); in build_alpha_test()