Searched refs:PIPE_MAX_CLIP_PLANES (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h48 unsigned clip_plane_enable : PIPE_MAX_CLIP_PLANES;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h61 #define PIPE_MAX_CLIP_PLANES 8 macro
184 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
230 float ucp[PIPE_MAX_CLIP_PLANES][4];
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h62 #define PIPE_MAX_CLIP_PLANES 8 macro
194 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
244 float ucp[PIPE_MAX_CLIP_PLANES][4];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.h100 float userClipPlanes[PIPE_MAX_CLIP_PLANES][4];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_shader.h94 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.h117 float userClipPlanes[PIPE_MAX_CLIP_PLANES][4];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_private.h55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
H A Ddraw_llvm.h301 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES;
H A Ddraw_pipe_clip.c50 #define MAX_CLIPPED_VERTICES ((2 * (6 + PIPE_MAX_CLIP_PLANES))+1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_shader.h124 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c472 BEGIN_1IC0(push, NVC0_3D(CB_POS), PIPE_MAX_CLIP_PLANES * 4 + 1);
474 PUSH_DATAp(push, &nvc0->clip.ucp[0][0], PIPE_MAX_CLIP_PLANES * 4);
517 if (clip_enable && vp->vp.num_ucps < PIPE_MAX_CLIP_PLANES)
521 if (vp->vp.num_ucps > 0 && vp->vp.num_ucps <= PIPE_MAX_CLIP_PLANES)
H A Dnvc0_context.h133 #define NVC0_CB_AUX_UCP_SIZE (PIPE_MAX_CLIP_PLANES * 4 * 4)
H A Dnvc0_program.c273 vp->vp.num_ucps = PIPE_MAX_CLIP_PLANES + 1; /* prevent rebuilding */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h134 #define NVC0_CB_AUX_UCP_SIZE (PIPE_MAX_CLIP_PLANES * 4 * 4)
H A Dnvc0_state_validate.c481 BEGIN_1IC0(push, NVC0_3D(CB_POS), PIPE_MAX_CLIP_PLANES * 4 + 1);
483 PUSH_DATAp(push, &nvc0->clip.ucp[0][0], PIPE_MAX_CLIP_PLANES * 4);
526 if (clip_enable && vp->vp.num_ucps < PIPE_MAX_CLIP_PLANES)
530 if (vp->vp.num_ucps > 0 && vp->vp.num_ucps <= PIPE_MAX_CLIP_PLANES)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_private.h55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
H A Ddraw_llvm.h509 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state_validate.c360 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), PIPE_MAX_CLIP_PLANES * 4);
361 PUSH_DATAp(push, &nv50->clip.ucp[0][0], PIPE_MAX_CLIP_PLANES * 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state_validate.c360 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), PIPE_MAX_CLIP_PLANES * 4);
361 PUSH_DATAp(push, &nv50->clip.ucp[0][0], PIPE_MAX_CLIP_PLANES * 4);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst335 For each k in [0, PIPE_MAX_CLIP_PLANES), if bit k of this field is set,
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst340 For each k in [0, PIPE_MAX_CLIP_PLANES), if bit k of this field is set,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dadapter9.c806 pCaps->MaxUserClipPlanes = PIPE_MAX_CLIP_PLANES;
H A Dstateblock9.c240 for (i = 0; i < PIPE_MAX_CLIP_PLANES; ++i)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c246 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dump_state.c454 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) {

Completed in 27 milliseconds

12