Searched refs:MAX_CLIP_PLANES (Results 1 – 13 of 13) sorted by relevance
30 #define MAX_CLIP_PLANES 8 macro157 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; in lower_clip_vs()174 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_vs()267 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; in lower_clip_fs()278 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_fs()
65 #define MAX_CLIP_PLANES 8 macro315 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
1222 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */1223 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
92 MAX_CLIP_PLANES = 6, enumerator
446 Plane userPlane[MAX_CLIP_PLANES];447 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
2690 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()
114 dst_reg userplane[MAX_CLIP_PLANES];
354 fs_reg userplane[MAX_CLIP_PLANES];
247 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced