Searched refs:MAX_CLIP_PLANES (Results 1 – 12 of 12) sorted by relevance
66 #define MAX_CLIP_PLANES 8 macro310 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
1297 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */1298 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
30 #define MAX_CLIP_PLANES 8 macro250 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; in lower_clip_outputs()269 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_outputs()432 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; in lower_clip_fs()450 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_fs()
92 MAX_CLIP_PLANES = 6, enumerator
406 Plane userPlane[MAX_CLIP_PLANES];407 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
2846 if(index < MAX_CLIP_PLANES) in setClipPlane()
72 MAX_CLIP_PLANES = sw::MAX_CLIP_PLANES, enumerator
1389 …case GL_MAX_CLIP_PLANES: *params = MAX_CLIP_PLANES; … in getIntegerv()
553 if(index < 0 || index >= MAX_CLIP_PLANES) in ClipPlanef()
252 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced
669 gl_state_index16 clipplane_state[MAX_CLIP_PLANES][STATE_LENGTH] = {{0}}; in lower_ucp()670 for (int i = 0; i < MAX_CLIP_PLANES; ++i) { in lower_ucp()