Searched refs:_ClipUserPlane (Results 1 – 12 of 12) 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()
45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
115 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point()116 + v[1] * ctx->Transform._ClipUserPlane[p][1] in userclip_point()117 + v[2] * ctx->Transform._ClipUserPlane[p][2] in userclip_point()118 + v[3] * ctx->Transform._ClipUserPlane[p][3]; in userclip_point()
927 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p], in update_projection()
1298 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */ member
68 return ctx->Transform._ClipUserPlane; in brw_select_clip_planes()
624 COPY_4V(value, ctx->Transform._ClipUserPlane[plane]); in fetch_state()
1122 GLint *ip = (GLint *)ctx->Transform._ClipUserPlane[p]; in radeonClipPlane()1138 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()