Searched refs:PIPE_MAX_CLIP_PLANES (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 62 #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/ |
D | ir3_cache.h | 48 unsigned clip_plane_enable : PIPE_MAX_CLIP_PLANES;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state_validate.c | 481 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()
|
D | nvc0_context.h | 134 #define NVC0_CB_AUX_UCP_SIZE (PIPE_MAX_CLIP_PLANES * 4 * 4)
|
D | nvc0_program.c | 274 vp->vp.num_ucps = PIPE_MAX_CLIP_PLANES + 1; /* prevent rebuilding */ in nvc0_vtgp_gen_header()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state_validate.c | 360 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/ |
D | svga_shader.h | 127 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES;
|
D | svga_tgsi_vgpu10.c | 454 unsigned clip_plane_const[PIPE_MAX_CLIP_PLANES];
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_private.h | 55 #define DRAW_TOTAL_CLIP_PLANES (6 + PIPE_MAX_CLIP_PLANES)
|
D | draw_llvm.h | 509 unsigned ucp_enable:PIPE_MAX_CLIP_PLANES;
|
D | draw_pipe_clip.c | 50 #define MAX_CLIPPED_VERTICES ((2 * (6 + PIPE_MAX_CLIP_PLANES))+1)
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | stateblock9.c | 240 for (i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) in nine_state_copy_common()
|
D | adapter9.c | 846 pCaps->MaxUserClipPlanes = PIPE_MAX_CLIP_PLANES; in NineAdapter9_GetDeviceCaps()
|
D | device9.c | 2380 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()
|
D | nine_state.c | 2151 for (i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) in nine_context_apply_stateblock()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 253 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) { in trace_dump_clip_state()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 340 For each k in [0, PIPE_MAX_CLIP_PLANES), if bit k of this field is set,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 454 for(i = 0; i < PIPE_MAX_CLIP_PLANES; ++i) { in util_dump_clip_state()
|