Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 7 of 7) sorted by relevance

/system/core/libpixelflinger/
Dtrap.cpp42 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);
96 const GGLcoord* v1, in triangle_dump_points() argument
104 v1[0]*tri, v1[1]*tri, v1[0], v1[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
353 v[1][0] = v1[0]; v[1][1] = v1[1]; in linex()
355 v1 = v[1]; in linex()
[all …]
Dscanline.cpp598 int v1 = v0 + 1; in scanline() local
612 if (v1<0) v1 += h; in scanline()
614 if (v1>=h) v1 -= h; in scanline()
617 if (v1<0) v1 = 0; in scanline()
619 if (v1>=h) v1 = h-1; in scanline()
624 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]); in scanline()
626 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]); in scanline()
1136 const int32_t v1 = gglMulx(v, q1, iwscale); in scanline_perspective() local
1137 int32_t dvdx = v1 - v0; in scanline_perspective()
1141 tc[i].st[j].q = v1; in scanline_perspective()
/system/wlan/ti/wilink_6_1/external_drivers/zoom2/Linux/sdio/
DSdioDrv.c169 #define SDIO_CMD52_READ(v1,v2,v3,v4) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_RAWFLAG(v3)| SDIO_… argument
170 #define SDIO_CMD52_WRITE(v1,v2,v3,v4,v5) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_RAWFLAG(v3)| SDIO_… argument
171 #define SDIO_CMD53_READ(v1,v2,v3,v4,v5,v6) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_BLKM(v3)| SDIO_OPC… argument
172 #define SDIO_CMD53_WRITE(v1,v2,v3,v4,v5,v6) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_BLKM(v3)| SDIO_OPC… argument
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
DSdioDrv.c177 #define SDIO_CMD52_READ(v1,v2,v3,v4) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_RAWFLAG(v3)| SDIO_… argument
178 #define SDIO_CMD52_WRITE(v1,v2,v3,v4,v5) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_RAWFLAG(v3)| SDIO_… argument
179 #define SDIO_CMD53_READ(v1,v2,v3,v4,v5,v6) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_BLKM(v3)| SDIO_OPC… argument
180 #define SDIO_CMD53_WRITE(v1,v2,v3,v4,v5,v6) (SDIO_RWFLAG(v1)|SDIO_FUNCN(v2)|SDIO_BLKM(v3)| SDIO_OPC… argument
/system/core/liblog/
Devent_tag_map.c393 static int compareEventTags(const void* v1, const void* v2) in compareEventTags() argument
395 const EventTag* tag1 = (const EventTag*) v1; in compareEventTags()
/system/core/include/pixelflinger/
Dpixelflinger.h208 const GGLcoord* v0, const GGLcoord* v1, GGLcoord width);
211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
/system/core/sh/
Dvar.c491 const struct var * const *v1 = v_v1; in sort_var() local
495 return strcmp((*v1)->text, (*v2)->text); in sort_var()