/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 | 44 static void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 45 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 46 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w); 97 triangle_dump_points( const GGLcoord* v0, in triangle_dump_points() argument 105 v0[0]*tri, v0[1]*tri, v0[0], v0[1], in triangle_dump_points() 338 void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w) in linex_validate() argument 347 c->procs.linex(con, v0, v1, w); in linex_validate() 350 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) in linex() argument 353 v[0][0] = v0[0]; v[0][1] = v0[1]; in linex() 355 v0 = v[0]; in linex() [all …]
|
D | scanline.cpp | 754 int v0 = v >> 16; in scanline() local 756 int v1 = v0 + 1; in scanline() 769 if (v0<0) v0 += h; in scanline() 771 if (v0>=h) v0 -= h; in scanline() 774 if (v0<0) v0 = 0; in scanline() 776 if (v0>=h) v0 = h-1; in scanline() 781 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]); in scanline() 783 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]); in scanline() 1626 T interpolate(int y, T v0, U dvdx, U dvdy) { in interpolate() argument 1629 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 uint32_t u0, v0; in default_mul_32s_32s_hi() local 70 v0 = v & 0xFFFF; in default_mul_32s_32s_hi() 72 t = u0 * v0; in default_mul_32s_32s_hi() 73 t = u1 * v0 + ((uint32_t)t >> 16); in default_mul_32s_32s_hi()
|
D | synthesis-sbc.c | 228 uint16_t v0; in default_mul_16s_32s_hi() local 233 v0 = (uint16_t)(v & 0xffff); in default_mul_16s_32s_hi() 237 x = u * v0; in default_mul_16s_32s_hi()
|
/system/core/libunwindstack/ |
D | AsmGetRegsMips64.S | 44 sd $v0, 16($a0)
|
D | AsmGetRegsMips.S | 44 sw $v0, 8($a0)
|
/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);
|