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 D | ir3_cache.h | 48 unsigned clip_plane_enable : PIPE_MAX_CLIP_PLANES;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 61 #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 D | p_state.h | 62 #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 D | swr_context.h | 100 float userClipPlanes[PIPE_MAX_CLIP_PLANES][4];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_shader.h | 94 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_context.h | 117 float userClipPlanes[PIPE_MAX_CLIP_PLANES][4];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_private.h | 55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
|
| H A D | draw_llvm.h | 301 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES;
|
| H A D | draw_pipe_clip.c | 50 #define MAX_CLIPPED_VERTICES ((2 * (6 + PIPE_MAX_CLIP_PLANES))+1)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_shader.h | 124 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state_validate.c | 472 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 D | nvc0_context.h | 133 #define NVC0_CB_AUX_UCP_SIZE (PIPE_MAX_CLIP_PLANES * 4 * 4)
|
| H A D | nvc0_program.c | 273 vp->vp.num_ucps = PIPE_MAX_CLIP_PLANES + 1; /* prevent rebuilding */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.h | 134 #define NVC0_CB_AUX_UCP_SIZE (PIPE_MAX_CLIP_PLANES * 4 * 4)
|
| H A D | nvc0_state_validate.c | 481 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 D | draw_private.h | 55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
|
| H A D | draw_llvm.h | 509 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state_validate.c | 360 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 D | nv50_state_validate.c | 360 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 D | rasterizer.rst | 335 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 D | rasterizer.rst | 340 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 D | adapter9.c | 806 pCaps->MaxUserClipPlanes = PIPE_MAX_CLIP_PLANES;
|
| H A D | stateblock9.c | 240 for (i = 0; i < PIPE_MAX_CLIP_PLANES; ++i)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.c | 246 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_dump_state.c | 454 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) {
|
Completed in 27 milliseconds
12