Home
last modified time | relevance | path

Searched defs:MAX_CLIPPED_VERTICES (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dconfig.h310 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1) macro
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c50 #define MAX_CLIPPED_VERTICES ((2 * (6 + PIPE_MAX_CLIP_PLANES))+1) macro