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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
/external/chromium_org/third_party/mesa/src/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];
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
294 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
295 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_rasterpos.c93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
94 + v[1] * ctx->Transform._ClipUserPlane[p][1]
95 + v[2] * ctx->Transform._ClipUserPlane[p][2]
96 + v[3] * ctx->Transform._ClipUserPlane[p][3];
H A Dt_vb_program.c93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
/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];
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
294 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
295 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_rasterpos.c93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
94 + v[1] * ctx->Transform._ClipUserPlane[p][1]
95 + v[2] * ctx->Transform._ClipUserPlane[p][2]
96 + v[3] * ctx->Transform._ClipUserPlane[p][3];
H A Dt_vb_program.c93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
H A Dmatrix.c583 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
H A Dmtypes.h1467 * of the ctx->Transform.EyeUserPlane or ctx->Transform._ClipUserPlane array).
1479 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member in struct:gl_transform_attrib
/external/mesa3d/src/mesa/main/
H A Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
H A Dmatrix.c583 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
H A Dmtypes.h1467 * of the ctx->Transform.EyeUserPlane or ctx->Transform._ClipUserPlane array).
1479 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member in struct:gl_transform_attrib
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c182 * _ClipUserPlane, which was transformed into clip coordinates by Mesa
185 return ctx->Transform._ClipUserPlane;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c182 * _ClipUserPlane, which was transformed into clip coordinates by Mesa
185 return ctx->Transform._ClipUserPlane;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state.c1349 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
1365 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1121 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
1137 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1349 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
1365 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1121 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];
1137 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p];

Completed in 394 milliseconds