Searched refs:pv2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 576 XPoint *pv2; local in function:drawPoly 600 pv2 = v2; 602 pv2->x = (int) ((pxv->x + 1.0) * closure->wo2) + icoX; 603 pv2->y = (int) ((pxv->y + 1.0) * closure->ho2) + icoY; 605 ++pv2; 612 pv2 = v2; 659 ppts[j].x = pv2[p0].x; 660 ppts[j].y = pv2[p0].y; 675 pe->x1 = pv2[p0].x; 676 pe->y1 = pv2[p [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.c | 3046 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \ 3047 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 3081 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \ 3082 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }
|
Completed in 95 milliseconds