Searched refs:ClipPlanesEnabled (Results 1 – 11 of 11) sorted by relevance
72 ctx->Transform.ClipPlanesEnabled; in st_user_clip_planes_enabled()
235 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled; in st_update_vp()286 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled; in st_update_common_program()
305 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled; in st_update_rasterizer()
683 u_foreach_bit(i, ctx->Transform.ClipPlanesEnabled) { in st_draw_hw_select_prepare_common()745 state.num_user_clip_planes = util_bitcount(ctx->Transform.ClipPlanesEnabled); in make_state_key()
94 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in _mesa_ClipPlane()
141 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled; in _mesa_PushAttrib()351 if (ctx->Transform.ClipPlanesEnabled != enable->ClipPlanes) { in pop_enable_group()353 TEST_AND_UPDATE_BIT(ctx->Transform.ClipPlanesEnabled, in pop_enable_group()1046 TEST_AND_UPDATE_BIT(ctx->Transform.ClipPlanesEnabled, in _mesa_PopAttrib()1047 attr->Transform.ClipPlanesEnabled, i, in _mesa_PopAttrib()
451 if ((ctx->Transform.ClipPlanesEnabled & (1 << p)) in _mesa_set_enable()467 ctx->Transform.ClipPlanesEnabled |= (1 << p); in _mesa_set_enable()477 ctx->Transform.ClipPlanesEnabled &= ~(1 << p); in _mesa_set_enable()1564 return (ctx->Transform.ClipPlanesEnabled >> p) & 1; in _mesa_IsEnabled()
931 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; in update_projection()1096 ctx->Transform.ClipPlanesEnabled = 0; in _mesa_init_transform()
115 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; in userclip_point()439 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) { in _mesa_RasterPos()
1344 GLbitfield ClipPlanesEnabled; /**< on/off bitmask */ member
295 by GLuint ctx->Transform.ClipPlanesEnabled. The later is a bitfield.