Home
last modified time | relevance | path

Searched refs:PIPE_MAX_CLIP_PLANES (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h62 #define PIPE_MAX_CLIP_PLANES 8 macro
202 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
252 float ucp[PIPE_MAX_CLIP_PLANES][4];
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.h48 unsigned clip_plane_enable : PIPE_MAX_CLIP_PLANES;
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c481 BEGIN_1IC0(push, NVC0_3D(CB_POS), PIPE_MAX_CLIP_PLANES * 4 + 1); in nvc0_upload_uclip_planes()
483 PUSH_DATAp(push, &nvc0->clip.ucp[0][0], PIPE_MAX_CLIP_PLANES * 4); in nvc0_upload_uclip_planes()
526 if (clip_enable && vp->vp.num_ucps < PIPE_MAX_CLIP_PLANES) in nvc0_validate_clip()
530 if (vp->vp.num_ucps > 0 && vp->vp.num_ucps <= PIPE_MAX_CLIP_PLANES) in nvc0_validate_clip()
Dnvc0_context.h134 #define NVC0_CB_AUX_UCP_SIZE (PIPE_MAX_CLIP_PLANES * 4 * 4)
Dnvc0_program.c274 vp->vp.num_ucps = PIPE_MAX_CLIP_PLANES + 1; /* prevent rebuilding */ in nvc0_vtgp_gen_header()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state_validate.c360 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), PIPE_MAX_CLIP_PLANES * 4); in nv50_validate_clip()
361 PUSH_DATAp(push, &nv50->clip.ucp[0][0], PIPE_MAX_CLIP_PLANES * 4); in nv50_validate_clip()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h127 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
Dsvga_tgsi_vgpu10.c454 unsigned clip_plane_const[PIPE_MAX_CLIP_PLANES];
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
Ddraw_llvm.h509 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES;
Ddraw_pipe_clip.c50 #define MAX_CLIPPED_VERTICES ((2 * (6 + PIPE_MAX_CLIP_PLANES))+1)
/third_party/mesa3d/src/gallium/frontends/nine/
Dstateblock9.c240 for (i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) in nine_state_copy_common()
Dadapter9.c846 pCaps->MaxUserClipPlanes = PIPE_MAX_CLIP_PLANES; in NineAdapter9_GetDeviceCaps()
Ddevice9.c2380 user_assert(Index < PIPE_MAX_CLIP_PLANES, D3DERR_INVALIDCALL); in NineDevice9_SetClipPlane()
2400 user_assert(Index < PIPE_MAX_CLIP_PLANES, D3DERR_INVALIDCALL); in NineDevice9_GetClipPlane()
2541 dst->changed.ucp = (1 << PIPE_MAX_CLIP_PLANES) - 1; in NineDevice9_CreateStateBlock()
Dnine_state.c2151 for (i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) in nine_context_apply_stateblock()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c253 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) { in trace_dump_clip_state()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst340 For each k in [0, PIPE_MAX_CLIP_PLANES), if bit k of this field is set,
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c454 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) { in util_dump_clip_state()