Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_clip.c30 #define MAX_CLIP_PLANES 8 macro
157 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()
/external/mesa3d/src/mesa/main/
Dconfig.h65 #define MAX_CLIP_PLANES 8 macro
315 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
Dmtypes.h1222 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1223 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
/external/swiftshader/src/Main/
DConfig.hpp92 MAX_CLIP_PLANES = 6, enumerator
/external/swiftshader/src/Renderer/
DRenderer.hpp446 Plane userPlane[MAX_CLIP_PLANES];
447 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
DRenderer.cpp2690 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/drivers/dri/i965/
Dbrw_vec4.h114 dst_reg userplane[MAX_CLIP_PLANES];
Dbrw_fs.h354 fs_reg userplane[MAX_CLIP_PLANES];
/external/mesa3d/src/mesa/tnl/
Dt_draw.c247 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)
/external/mesa3d/docs/relnotes/
D4.1294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced