Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h142 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
143 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
144 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
145 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
230 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
231 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
232 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
233 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
292 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
293 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
[all …]
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]; \
Dt_vb_program.c93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in userclip()
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in userclip()
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in userclip()
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in userclip()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in st_update_clip()
62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in st_update_clip()
/external/mesa3d/src/mesa/main/
Drastpos.c97 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point()
98 + v[1] * ctx->Transform._ClipUserPlane[p][1] in userclip_point()
99 + v[2] * ctx->Transform._ClipUserPlane[p][2] in userclip_point()
100 + v[3] * ctx->Transform._ClipUserPlane[p][3]; in userclip_point()
Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
Dmatrix.c589 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p], in update_projection()
Dmtypes.h1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c68 return ctx->Transform._ClipUserPlane; in brw_select_clip_planes()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1124 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in radeonClipPlane()
1140 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in radeonUpdateClipPlanes()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1352 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in r200ClipPlane()
1368 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in r200UpdateClipPlanes()