/system/core/libpixelflinger/ |
D | buffer.cpp | 27 uint32_t x, uint32_t y, pixel_t* pixel); 29 uint32_t x, uint32_t y, const pixel_t* pixel); 31 uint32_t x, uint32_t y, pixel_t* pixel); 33 uint32_t x, uint32_t y, pixel_t* pixel); 112 uint32_t x, uint32_t y, pixel_t* pixel) in read_pixel() argument 127 pixel->s[i] = f->c[i].h - f->c[i].l; in read_pixel() 128 if (pixel->s[i]) in read_pixel() 129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8); in read_pixel() 134 uint32_t x, uint32_t y, pixel_t* pixel) in readRGB565() argument 137 pixel->c[0] = 0; in readRGB565() [all …]
|
D | t32cb16blend.S | 45 .macro pixel, DREG, SRC, FB, ODD macro 156 pixel r3, r4, r12, 0 176 pixel r3, r4, r12, 0 177 pixel r3, r5, r12, 1 191 pixel r3, r4, r12, 0 192 pixel r3, r5, r12, 16
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 254 pixel_t pixel; in scanline_core() local 259 pixel = directTex ? parts.texel[directTex-1] : parts.iterated; in scanline_core() 260 pixel.flags &= ~CORRUPTIBLE; in scanline_core() 273 pixel.setTo(regs.obtain(), &mCbFormat, FIRST); in scanline_core() 275 build_component(pixel, parts, GGLFormat::ALPHA, regs); in scanline_core() 283 build_component(pixel, parts, GGLFormat::RED, regs); in scanline_core() 284 build_component(pixel, parts, GGLFormat::GREEN, regs); in scanline_core() 285 build_component(pixel, parts, GGLFormat::BLUE, regs); in scanline_core() 287 pixel.flags |= CORRUPTIBLE; in scanline_core() 293 if (pixel.reg == -1) { in scanline_core() [all …]
|
D | texturing.cpp | 714 int pixel= scratches.obtain(); in filter8() local 726 int offset = pixel; in filter8() 728 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter8() 730 SMULBB(AL, d, pixel, u); in filter8() 735 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(lb)); in filter8() 737 SMLABB(AL, d, pixel, u, d); in filter8() 742 LDRB(AL, pixel, txPtr.reg); in filter8() 744 SMLABB(AL, d, pixel, u, d); in filter8() 747 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(rt)); in filter8() 749 SMLABB(AL, texel.reg, pixel, u, d); in filter8() [all …]
|
D | blending.cpp | 66 const pixel_t& pixel, // framebuffer in build_blending() argument 124 extract(fb, pixel, component); in build_blending() 172 component, pixel, fragment, fb, scratches); in build_blending() 182 component, pixel, fragment, fb, scratches); in build_blending() 211 component, pixel, fragment, fb, scratches); in build_blending() 223 component, pixel, fragment, fb, scratches); in build_blending() 230 component, pixel, fragment, fb, scratches); in build_blending() 242 component, pixel, fragment, fb, scratches); in build_blending()
|
D | GGLAssembler.h | 421 void build_component( pixel_t& pixel, 486 const pixel_t& pixel, 519 void build_logic_op(pixel_t& pixel, Scratch& regs); 521 void build_masking(pixel_t& pixel, Scratch& regs);
|
/system/core/libpixelflinger/arch-mips64/ |
D | col32cb16blend.S | 17 .macro pixel dreg src f sR sG sB shift macro 81 pixel $a6 $t3 $v0 $a3 $a4 $a5 0 82 pixel $a7 $t3 $v0 $a3 $a4 $a5 16 83 pixel $t8 $t3 $v0 $a3 $a4 $a5 32 84 pixel $t9 $t3 $v0 $a3 $a4 $a5 48 102 pixel $a6 $t3 $v0 $a3 $a4 $a5 0
|
D | t32cb16blend.S | 34 .macro pixel dreg src fb shift macro 98 pixel $a7,$t0,$a5,0 122 pixel $a7,$t0,$a5,0 124 pixel $a7,$t1,$a5,16 139 pixel $a7,$t0,$a5,0 141 pixel $a7,$t1,$a5,16 159 pixel $a7,$t0,$a5,0
|
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 17 .macro pixel dreg src f sR sG sB shift macro 97 pixel $t2 $t7 $v0 $a3 $t0 $t1 0 98 pixel $t3 $t7 $v0 $a3 $t0 $t1 16 105 pixel $t7 $t8 $v0 $a3 $t0 $t1 0 106 pixel $t3 $t8 $v0 $a3 $t0 $t1 16 128 pixel $t2 $t7 $v0 $a3 $t0 $t1 0
|
D | t32cb16blend.S | 36 .macro pixel dreg src fb shift macro 94 .macro pixel dreg src fb shift macro 200 pixel $t3,$t4,$t1,0 224 pixel $t3,$t4,$t1,0 226 pixel $t3,$t5,$t1,16 241 pixel $t3,$t4,$t1,0 243 pixel $t3,$t5,$t1,16 261 pixel $t3,$t4,$t1,0
|
/system/core/libpixelflinger/arch-arm64/ |
D | t32cb16blend.S | 56 .macro pixel, DREG, SRC, FB, ODD macro 169 pixel w3, w4, w12, 0 187 pixel w3, w4, w12, 0 188 pixel w3, w5, w12, 1 200 pixel w3, w4, w12, 0 201 pixel w3, w5, w12, 1
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 358 uint32_t x, uint32_t y, pixel_t* pixel); 360 uint32_t x, uint32_t y, const pixel_t* pixel);
|