Home
last modified time | relevance | path

Searched refs:ClipPlanesEnabled (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_util.h72 ctx->Transform.ClipPlanesEnabled; in st_user_clip_planes_enabled()
Dst_atom_shader.c235 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled; in st_update_vp()
286 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled; in st_update_common_program()
Dst_atom_rasterizer.c305 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled; in st_update_rasterizer()
Dst_draw_hw_select.c683 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()
/third_party/mesa3d/src/mesa/main/
Dclip.c94 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in _mesa_ClipPlane()
Dattrib.c141 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()
Denable.c451 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()
Dmatrix.c931 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; in update_projection()
1096 ctx->Transform.ClipPlanesEnabled = 0; in _mesa_init_transform()
Drastpos.c115 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; in userclip_point()
439 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) { in _mesa_RasterPos()
Dmtypes.h1344 GLbitfield ClipPlanesEnabled; /**< on/off bitmask */ member
/third_party/mesa3d/docs/relnotes/
D4.1295 by GLuint ctx->Transform.ClipPlanesEnabled. The later is a bitfield.