/system/core/libpixelflinger/arch-mips64/ |
D | col32cb16blend.S | 63 srl $v0,$a1,24 /* sA */ 66 srl $v1,$v0,7 67 addu $v0,$v1,$v0 68 subu $v0,$t0,$v0 /* f */ 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 | 84 DBG li $v0,0xffffffff 167 DBG mul $v0,$a0
|
/system/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 69 srl $v0,$a1,24 /* sA */ 72 srl $v1,$v0,7 73 addu $v0,$v1,$v0 74 subu $v0,$t4,$v0 /* f */ 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 | 85 DBG sltu $at,$t8,$v0 86 DBG movn $v0,$t8,$at 172 DBG sltu $at,$t8,$v0 173 DBG movn $v0,$t8,$at 186 DBG li $v0,0xffffffff 269 DBG mul $v0,$a0
|
/system/core/libpixelflinger/ |
D | trap.cpp | 42 static void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 43 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 44 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 95 triangle_dump_points( const GGLcoord* v0, in triangle_dump_points() argument 103 v0[0]*tri, v0[1]*tri, v0[0], v0[1], in triangle_dump_points() 336 void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w) in linex_validate() argument 345 c->procs.linex(con, v0, v1, w); in linex_validate() 348 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) in linex() argument 352 v[0][0] = v0[0]; v[0][1] = v0[1]; in linex() 354 v0 = v[0]; in linex() [all …]
|
D | scanline.cpp | 759 int v0 = v >> 16; in scanline() local 761 int v1 = v0 + 1; in scanline() 774 if (v0<0) v0 += h; in scanline() 776 if (v0>=h) v0 -= h; in scanline() 779 if (v0<0) v0 = 0; in scanline() 781 if (v0>=h) v0 = h-1; in scanline() 786 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]); in scanline() 788 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]); in scanline() 1631 T interpolate(int y, T v0, U dvdx, U dvdy) { in interpolate() argument 1634 return (y * dvdy) + (v0 + ((dvdy + dvdx) >> 1)); in interpolate() [all …]
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | asm_mips_test_jacket.S | 54 ld $v0, 16($s1) 71 sd $v0, 16($s1)
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | synthesis-dct8.c | 65 OI_UINT32 u0, v0; in default_mul_32s_32s_hi() local 69 v0 = v & 0xFFFF; v1 = v >> 16; in default_mul_32s_32s_hi() 70 t = u0*v0; in default_mul_32s_32s_hi() 71 t = u1*v0 + ((OI_UINT32)t >> 16); in default_mul_32s_32s_hi()
|
D | synthesis-sbc.c | 218 OI_UINT16 v0; in default_mul_16s_32s_hi() local 223 v0 = (OI_UINT16)(v & 0xffff); in default_mul_16s_32s_hi() 227 x = u * v0; in default_mul_16s_32s_hi()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 208 const GGLcoord* v0, const GGLcoord* v1, GGLcoord width); 211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
|
/system/tpm/trunks/ |
D | README | 32 *Scraping for this version of trunks used Poppler's pdftotext utility v0.18.4.
|
/system/extras/tests/net_test/ |
D | README | 1 net_test v0.1
|