Searched refs:ClipPlanesEnabled (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_util.h101 ctx->Transform.ClipPlanesEnabled;
H A Dst_atom_rasterizer.c300 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_util.h101 ctx->Transform.ClipPlanesEnabled;
H A Dst_atom_shader.c258 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled;
321 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c114 if (ctx->Transform.ClipPlanesEnabled)
115 key.nr_userclip = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
H A Dbrw_curbe.c89 if (ctx->Transform.ClipPlanesEnabled) {
90 GLuint nr_planes = 6 + util_bitcount(ctx->Transform.ClipPlanesEnabled);
254 mask = ctx->Transform.ClipPlanesEnabled;
H A Dbrw_sf.c124 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
H A Dbrw_vs.c257 if (ctx->Transform.ClipPlanesEnabled != 0 &&
261 _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c114 if (ctx->Transform.ClipPlanesEnabled)
115 key.nr_userclip = util_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
H A Dbrw_curbe.c89 if (ctx->Transform.ClipPlanesEnabled) {
90 GLuint nr_planes = 6 + util_bitcount(ctx->Transform.ClipPlanesEnabled);
254 mask = ctx->Transform.ClipPlanesEnabled;
H A Dbrw_sf.c124 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
H A Dbrw_vs.c272 if (ctx->Transform.ClipPlanesEnabled != 0 &&
276 util_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dclip.c91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
H A Dmatrix.c585 mask = ctx->Transform.ClipPlanesEnabled;
774 ctx->Transform.ClipPlanesEnabled = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dclip.c92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_vertex.c68 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; \
215 if (ctx->Transform.ClipPlanesEnabled) {
H A Dt_vb_cliptmp.h139 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
227 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
289 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
H A Dt_vb_program.c89 GLbitfield mask = ctx->Transform.ClipPlanesEnabled;
168 if (ctx->Transform.ClipPlanesEnabled &&
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_vertex.c68 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; \
218 if (ctx->Transform.ClipPlanesEnabled) {
H A Dt_vb_cliptmp.h139 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
227 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
289 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
H A Dt_vb_program.c89 GLbitfield mask = ctx->Transform.ClipPlanesEnabled;
168 if (ctx->Transform.ClipPlanesEnabled &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c229 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 )
230 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 )
231 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 )
232 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 )
233 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 )
234 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 )
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c228 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 )
229 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 )
230 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 )
231 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 )
232 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 )
233 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 )
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h116 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
117 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
118 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
119 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
120 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
121 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
122 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
123 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h116 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
117 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
118 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
119 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
120 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
121 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
122 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
123 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },

Completed in 23 milliseconds

12