Searched refs:MAX_CLIP_PLANES (Results 1 – 14 of 14) sorted by relevance
75 GLuint userclip_planes_enabled_gen_4_5:MAX_CLIP_PLANES;111 struct brw_reg userplane[MAX_CLIP_PLANES];
65 (MAX_CLIP_PLANES + nr_params) * in gen6_upload_vs_push_constants()
238 for (j = 0; j < MAX_CLIP_PLANES; j++) { in brw_upload_constant_buffer()
247 dst_reg userplane[MAX_CLIP_PLANES];
65 #define MAX_CLIP_PLANES 8 macro288 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
1478 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */1479 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
96 MAX_CLIP_PLANES = 6, enumerator
435 Plane userPlane[MAX_CLIP_PLANES];436 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
2578 if(index < MAX_CLIP_PLANES) in setClipPlane()
71 MAX_CLIP_PLANES = sw::MAX_CLIP_PLANES, enumerator
1354 …case GL_MAX_CLIP_PLANES: *params = MAX_CLIP_PLANES; … in getIntegerv()
588 if(index < 0 || index >= MAX_CLIP_PLANES) in ClipPlanef()
243 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced