HomeSort by relevance Sort by last modified time
    Searched defs:MAX_CLIP_PLANES (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_clip.c 30 #define MAX_CLIP_PLANES 8
157 nir_ssa_def *clipdist[MAX_CLIP_PLANES];
174 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) {
267 nir_ssa_def *clipdist[MAX_CLIP_PLANES];
278 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) {
  /external/swiftshader/src/Main/
Config.hpp 92 MAX_CLIP_PLANES = 6,
  /external/mesa3d/src/mesa/main/
config.h 65 #define MAX_CLIP_PLANES 8
315 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 72 MAX_CLIP_PLANES = sw::MAX_CLIP_PLANES,

Completed in 92 milliseconds