Searched refs:_ClipUserPlane (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
59 /* _ClipUserPlane = _NEW_TRANSFORM | _NEW_PROJECTION
64 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h142 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
143 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
144 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
145 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
230 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
231 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
232 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
233 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
292 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
293 const GLfloat b = ctx->Transform._ClipUserPlane[
[all...]
H A Dt_vb_vertex.c72 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; \
73 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; \
74 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; \
75 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; \
H A Dt_vb_program.c92 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
93 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
94 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
95 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
/external/mesa3d/src/mesa/main/
H A Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
H A Drastpos.c97 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
98 + v[1] * ctx->Transform._ClipUserPlane[p][1]
99 + v[2] * ctx->Transform._ClipUserPlane[p][2]
100 + v[3] * ctx->Transform._ClipUserPlane[p][3];
H A Dmatrix.c589 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
H A Dmtypes.h1211 * of the ctx->Transform.EyeUserPlane or ctx->Transform._ClipUserPlane array).
1223 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member in struct:gl_transform_attrib
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_shader.cpp1292 * _ClipUserPlane, which was transformed into clip coordinates by Mesa
1295 return ctx->Transform._ClipUserPlane;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1352 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
1368 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1125 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
1141 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];

Completed in 149 milliseconds