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

  /external/mesa3d/src/mesa/main/
config.h 65 #define MAX_CLIP_PLANES 8
315 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
mtypes.h     [all...]
  /external/swiftshader/src/Main/
Config.hpp 96 MAX_CLIP_PLANES = 6,
  /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/Renderer/
Renderer.hpp 448 Plane userPlane[MAX_CLIP_PLANES];
449 Plane clipPlane[MAX_CLIP_PLANES]; // Tranformed to clip space
Renderer.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 72 MAX_CLIP_PLANES = sw::MAX_CLIP_PLANES,
Context.cpp     [all...]
libGLES_CM.cpp 588 if(index < 0 || index >= MAX_CLIP_PLANES)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 354 fs_reg userplane[MAX_CLIP_PLANES];
brw_vec4.h 114 dst_reg userplane[MAX_CLIP_PLANES];
  /external/mesa3d/src/mesa/tnl/
t_draw.c 247 #define CLIPVERTS ((6 + MAX_CLIP_PLANES) * 2)

Completed in 293 milliseconds