Searched refs:MAX_CLIP_PLANES (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h65 #define MAX_CLIP_PLANES 8 macro
315 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
H A Dmtypes.h1295 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1296 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h66 #define MAX_CLIP_PLANES 8 macro
296 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
H A Dmtypes.h1305 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1306 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_clip.c30 #define MAX_CLIP_PLANES 8 macro
163 nir_ssa_def *clipdist[MAX_CLIP_PLANES];
235 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) {
272 nir_ssa_def *clipdist[MAX_CLIP_PLANES];
283 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_clip.c30 #define MAX_CLIP_PLANES 8 macro
237 nir_ssa_def *clipdist[MAX_CLIP_PLANES];
256 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) {
419 nir_ssa_def *clipdist[MAX_CLIP_PLANES];
437 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.h112 dst_reg userplane[MAX_CLIP_PLANES];
H A Dbrw_fs.h379 fs_reg userplane[MAX_CLIP_PLANES];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_draw.c254 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_draw.c252 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c733 gl_state_index16 clipplane_state[MAX_CLIP_PLANES][STATE_LENGTH] = {{0}};
734 for (int i = 0; i < MAX_CLIP_PLANES; ++i) {
H A Dst_extensions.c231 pc->MaxUniformComponents -= 4 * MAX_CLIP_PLANES;

Completed in 77 milliseconds