Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dconfig.h66 #define MAX_CLIP_PLANES 8 macro
310 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
Dmtypes.h1297 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1298 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
/external/mesa3d/src/compiler/nir/
Dnir_lower_clip.c30 #define MAX_CLIP_PLANES 8 macro
250 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()
/external/swiftshader/src/Main/
DConfig.hpp92 MAX_CLIP_PLANES = 6, enumerator
/external/swiftshader/src/Renderer/
DRenderer.hpp406 Plane userPlane[MAX_CLIP_PLANES];
407 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
DRenderer.cpp2846 if(index < MAX_CLIP_PLANES) in setClipPlane()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h72 MAX_CLIP_PLANES = sw::MAX_CLIP_PLANES, enumerator
DContext.cpp1389 …case GL_MAX_CLIP_PLANES: *params = MAX_CLIP_PLANES; … in getIntegerv()
DlibGLES_CM.cpp553 if(index < 0 || index >= MAX_CLIP_PLANES) in ClipPlanef()
/external/mesa3d/src/mesa/tnl/
Dt_draw.c252 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
/external/mesa3d/docs/relnotes/
D4.1294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c669 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()