Searched refs:MAX_CLIP_PLANES (Results 1 – 15 of 15) sorted by relevance
66 #define MAX_CLIP_PLANES 8 macro300 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
1342 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
30 #define MAX_CLIP_PLANES 8 macro253 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; in lower_clip_outputs()272 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_outputs()439 nir_ssa_def *clipdist[MAX_CLIP_PLANES]; in lower_clip_fs()457 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_fs()
90 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()
59 float clip_planes[MAX_CLIP_PLANES][4];692 cb.buffer_size = sizeof(consts) - (MAX_CLIP_PLANES - num_planes) * 4 * sizeof(float); in st_draw_hw_select_prepare_common()
648 gl_state_index16 clipplane_state[MAX_CLIP_PLANES][STATE_LENGTH] = {{0}}; in lower_ucp()649 for (int i = 0; i < MAX_CLIP_PLANES; ++i) { in lower_ucp()
236 pc->MaxUniformComponents -= 4 * MAX_CLIP_PLANES; in st_init_limits()
294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced
1499 <clipPlaneNum> ::= <integer> /*[0,MAX_CLIP_PLANES-1]*/
609 … Driver supports user-defined clip-planes. 0 denotes none, 1 denotes MAX_CLIP_PLANES. > 1 override…
2529 <stateClipPlaneNum> ::= <integer> from 0 to MAX_CLIP_PLANES-1
2539 <stateClipPlaneNum> ::= <integer> from 0 to MAX_CLIP_PLANES-1