Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dconfig.h66 #define MAX_CLIP_PLANES 8 macro
300 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
H A 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/
H A 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/
H A DConfig.hpp90 MAX_CLIP_PLANES = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp406 Plane userPlane[MAX_CLIP_PLANES];
407 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
H A DRenderer.cpp2846 if(index < MAX_CLIP_PLANES)
/third_party/mesa3d/src/mesa/state_tracker/
H A 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()
H A 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()
H A Dst_extensions.c236 pc->MaxUniformComponents -= 4 * MAX_CLIP_PLANES; in st_init_limits()

Completed in 18 milliseconds