Searched refs:v1 (Results 1 - 25 of 117) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_feedback.h38 const SWvertex *v1, const SWvertex *v2 );
41 const SWvertex *v1, const SWvertex *v2 );
46 const SWvertex *v1, const SWvertex *v2 );
49 const SWvertex *v1, const SWvertex *v2 );
H A Ds_lines.h38 const SWvertex *v1 );
H A Ds_triangle.h38 const SWvertex *v1,
47 const SWvertex *v1,
H A Ds_aalinetemp.h119 NAME(line)(GLcontext *ctx, const SWvertex *v0, const SWvertex *v1) argument
130 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
131 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
151 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
157 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
159 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
161 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
163 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
166 constant_plane(v1->color[RCOMP], line.rPlane);
167 constant_plane(v1
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dvec.inl88 inline _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
90 return _D3DVECTOR(v1.x+v2.x, v1.y+v2.y, v1.z+v2.z);
93 inline _D3DVECTOR operator - (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
95 return _D3DVECTOR(v1.x-v2.x, v1.y-v2.y, v1.z-v2.z);
128 inline D3DVALUE DotProduct(const _D3DVECTOR& v1, const _D3DVECTOR& v2)
130 return v1
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dvec.inl95 inline _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
97 return _D3DVECTOR(v1.x+v2.x, v1.y+v2.y, v1.z+v2.z);
100 inline _D3DVECTOR operator - (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
102 return _D3DVECTOR(v1.x-v2.x, v1.y-v2.y, v1.z-v2.z);
135 inline D3DVALUE DotProduct(const _D3DVECTOR& v1, const _D3DVECTOR& v2)
137 return v1
[all...]
/vbox/src/VBox/Runtime/common/math/gcc/
H A Dmuldi3.c57 * v = 2^n v1 * v0
61 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
62 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
64 * Now add 2^n u1 v1 to the first term and subtract it from the middle,
68 * uv = (2^2n + 2^n) (u1 v1) +
69 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
74 * uv = (2^2n + 2^n) (u1 v1)
115 #define v1 macro
170 #undef v1 macro
194 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_primtmp.h74 TNL_VERTEX *v1 = v0 - 1; local
78 CLIP_OR_DRAW_LINE( ctx, v1, v0 );
80 DRAW_LINE( ctx, v1, v0 );
113 TNL_VERTEX *v1 = v0 - 1; local
114 ACTIVE_VERTEX = v1;
116 DRAW_LINELOOP_LINE( v1, v0 );
122 TNL_VERTEX *v1 = v0 + 1; local
123 ACTIVE_VERTEX = v1;
125 DRAW_LINELOOP_LINE( v1, v0 );
133 TNL_VERTEX *v1 local
160 TNL_VERTEX *v1 = v0 - 1; local
179 TNL_VERTEX *v1 = v0 + 1; local
229 TNL_VERTEX *v1 = v0 - 1; local
411 TNL_VERTEX *v1 = v0 - 1; local
470 TNL_VERTEX *v1 = IMM_VERTEX( v1 ); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxvisuals.h34 int glxVisualsMatch(__GLXvisualConfig * v1, __GLXvisualConfig * v2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxvisuals.h34 int glxVisualsMatch(__GLXvisualConfig * v1, __GLXvisualConfig * v2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxvisuals.h34 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxvisuals.h34 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxvisuals.h34 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxvisuals.h34 int glxVisualsMatch(__GLXvisualConfig * v1, __GLXvisualConfig * v2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxvisuals.h34 int glxVisualsMatch(__GLXvisualConfig * v1, __GLXvisualConfig * v2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxvisuals.h34 int glxVisualsMatch(__GLXvisualConfig * v1, __GLXvisualConfig * v2);
/vbox/src/VBox/Storage/
H A DVDICore.h231 VDIHEADER1 v1; member in union:VDIHEADER::__anon16796
300 case 1: return (VDIIMAGETYPE)ph->u.v1.u32Type;
315 return ph->u.v1.fFlags << 8;
326 case 1: return &ph->u.v1.szComment[0];
337 case 1: return ph->u.v1.offBlocks;
349 case 1: return ph->u.v1.offData;
360 case 1: ph->u.v1.offData = offData; return;
374 if (ph->u.v1.cbHeader < sizeof(ph->u.v1plus))
389 case 1: return ph->u.v1.cbDisk;
400 case 1: ph->u.v1
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_triemit.h40 VERTEX *v1,
51 PRINT_VERTEX(v1);
57 COPY_DWORDS( j, vb, vertsize, v1 );
64 VERTEX *v1,
75 PRINT_VERTEX(v1);
81 COPY_DWORDS( j, vb, vertsize, v1 );
83 COPY_DWORDS( j, vb, vertsize, v1 );
92 VERTEX *v1,
102 PRINT_VERTEX(v1);
107 COPY_DWORDS( j, vb, vertsize, v1 );
38 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
62 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
90 triangle( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2 ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_cliptmp.h87 const GLfloat dp1 = CLIP_DOTPROD( v1, A, B, C, D ); \
118 TAG(clip_line)( GLcontext *ctx, GLuint v0, GLuint v1, GLubyte mask ) argument
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
153 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
165 if (VB->ClipMask[v1]) {
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
167 interp( ctx, t1, newvert, v1, v0_orig, GL_FALSE );
170 tnl->Driver.Render.CopyPV( ctx, newvert, v1 );
172 v1 = newvert;
180 tnl->Driver.Render.ClippedLine( ctx, v0, v1 );
187 clip_tri( GLcontext *ctx, GLuint v0, GLuint v1, GLuint v2, GLubyte mask ) argument
237 clip_quad( GLcontext *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3, GLubyte mask ) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_feedback.c76 const CRVertex *v0, const CRVertex *v1,
79 vOut->eyePos.x = INTERPOLATE(t, v0->eyePos.x, v1->eyePos.x);
80 vOut->eyePos.y = INTERPOLATE(t, v0->eyePos.y, v1->eyePos.y);
81 vOut->eyePos.z = INTERPOLATE(t, v0->eyePos.z, v1->eyePos.z);
82 vOut->eyePos.w = INTERPOLATE(t, v0->eyePos.w, v1->eyePos.w);
84 vOut->clipPos.x = INTERPOLATE(t, v0->clipPos.x, v1->clipPos.x);
85 vOut->clipPos.y = INTERPOLATE(t, v0->clipPos.y, v1->clipPos.y);
86 vOut->clipPos.z = INTERPOLATE(t, v0->clipPos.z, v1->clipPos.z);
87 vOut->clipPos.w = INTERPOLATE(t, v0->clipPos.w, v1->clipPos.w);
89 vOut->attrib[VERT_ATTRIB_COLOR0][0] = INTERPOLATE(t, v0->attrib[VERT_ATTRIB_COLOR0][0], v1
75 interpolate_vertex(GLfloat t, const CRVertex *v0, const CRVertex *v1, CRVertex *vOut) argument
170 CRVertex v0, v1, vNew; local
557 feedback_line(const CRVertex *v0, const CRVertex *v1, GLboolean reset) argument
577 feedback_triangle(const CRVertex *v0, const CRVertex *v1, const CRVertex *v2) argument
1084 crStateFeedbackVertex4s(GLshort v0, GLshort v1, GLshort v2, GLshort v3) argument
1098 crStateFeedbackVertex4i(GLint v0, GLint v1, GLint v2, GLint v3) argument
1112 crStateFeedbackVertex4d(GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) argument
1126 crStateFeedbackVertex2i(GLint v0, GLint v1) argument
1138 crStateFeedbackVertex2s(GLshort v0, GLshort v1) argument
1150 crStateFeedbackVertex2f(GLfloat v0, GLfloat v1) argument
1162 crStateFeedbackVertex2d(GLdouble v0, GLdouble v1) argument
1174 crStateFeedbackVertex3i(GLint v0, GLint v1, GLint v2) argument
1186 crStateFeedbackVertex3s(GLshort v0, GLshort v1, GLshort v2) argument
1199 crStateFeedbackVertex3f(GLfloat v0, GLfloat v1, GLfloat v2) argument
1211 crStateFeedbackVertex3d(GLdouble v0, GLdouble v1, GLdouble v2) argument
1224 crStateFeedbackTexCoord4f( GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3 ) argument
1243 crStateFeedbackTexCoord4s( GLshort v0, GLshort v1, GLshort v2, GLshort v3 ) argument
1255 crStateFeedbackTexCoord4i( GLint v0, GLint v1, GLint v2, GLint v3 ) argument
1267 crStateFeedbackTexCoord4d( GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3 ) argument
1375 crStateFeedbackTexCoord3i( GLint v0, GLint v1, GLint v2 ) argument
1387 crStateFeedbackTexCoord3s( GLshort v0, GLshort v1, GLshort v2 ) argument
1399 crStateFeedbackTexCoord3f( GLfloat v0, GLfloat v1, GLfloat v2 ) argument
1411 crStateFeedbackTexCoord3d( GLdouble v0, GLdouble v1, GLdouble v2 ) argument
1452 crStateFeedbackRectiv(const GLint *v0, const GLint *v1) argument
1458 crStateFeedbackRectfv(const GLfloat *v0, const GLfloat *v1) argument
1464 crStateFeedbackRectdv(const GLdouble *v0, const GLdouble *v1) argument
1470 crStateFeedbackRectsv(const GLshort *v0, const GLshort *v1) argument
1728 select_line(const CRVertex *v0, const CRVertex *v1) argument
1743 select_triangle(const CRVertex *v0, const CRVertex *v1, const CRVertex *v2) argument
2267 crStateSelectRectiv(const GLint *v0, const GLint *v1) argument
2273 crStateSelectRectfv(const GLfloat *v0, const GLfloat *v1) argument
2279 crStateSelectRectdv(const GLdouble *v0, const GLdouble *v1) argument
2285 crStateSelectRectsv(const GLshort *v0, const GLshort *v1) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxvisuals.h39 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglxvisuals.h39 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxvisuals.h39 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxvisuals.h34 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxvisuals.h34 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );

Completed in 151 milliseconds

12345