Searched refs:_ClipUserPlane (Results 1 – 11 of 11) sorted by relevance
142 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 …]
72 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]; \
93 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()
50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in st_update_clip()62 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in st_update_clip()
97 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()
45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
589 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p], in update_projection()
1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member
68 return ctx->Transform._ClipUserPlane; in brw_select_clip_planes()
1124 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in radeonClipPlane()1140 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in radeonUpdateClipPlanes()
1352 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in r200ClipPlane()1368 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in r200UpdateClipPlanes()