Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dconfig.h66 #define MAX_CLIP_PLANES 8 macro
300 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
Dmtypes.h1342 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1343 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip.c30 #define MAX_CLIP_PLANES 8 macro
253 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()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.hpp90 MAX_CLIP_PLANES = 6, enumerator
/third_party/skia/third_party/externals/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()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_hw_select.c59 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()
Dst_program.c648 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()
Dst_extensions.c236 pc->MaxUniformComponents -= 4 * MAX_CLIP_PLANES; in st_init_limits()
/third_party/mesa3d/docs/relnotes/
D4.1294 9. GLboolean ctx->Tranform.ClipEnabled[MAX_CLIP_PLANES] has been replaced
/third_party/openGLES/extensions/NV/
DNV_vertex_program2_option.txt1499 <clipPlaneNum> ::= <integer> /*[0,MAX_CLIP_PLANES-1]*/
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2_option.txt1499 <clipPlaneNum> ::= <integer> /*[0,MAX_CLIP_PLANES-1]*/
/third_party/mesa3d/docs/gallium/
Dscreen.rst609 … Driver supports user-defined clip-planes. 0 denotes none, 1 denotes MAX_CLIP_PLANES. > 1 override…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_program.txt2529 <stateClipPlaneNum> ::= <integer> from 0 to MAX_CLIP_PLANES-1
/third_party/openGLES/extensions/ARB/
DARB_vertex_program.txt2539 <stateClipPlaneNum> ::= <integer> from 0 to MAX_CLIP_PLANES-1