HomeSort by relevance Sort by last modified time
    Searched refs:ClipPlanesEnabled (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_state.c 123 clip->clip5.userclip_enable_flags = ctx->Transform.ClipPlanesEnabled;
126 clip->clip5.userclip_enable_flags = (ctx->Transform.ClipPlanesEnabled & 0x3f) | 0x40;
brw_curbe.c 88 if (ctx->Transform.ClipPlanesEnabled) {
89 GLuint nr_planes = 6 + _mesa_bitcount(ctx->Transform.ClipPlanesEnabled);
246 mask = ctx->Transform.ClipPlanesEnabled;
brw_clip.c 170 if (ctx->Transform.ClipPlanesEnabled)
171 key.nr_userclip = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
brw_sf.c 187 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
gen6_clip_state.c 154 dw2 |= (ctx->Transform.ClipPlanesEnabled <<
brw_vs.c 295 if (ctx->Transform.ClipPlanesEnabled != 0 &&
299 _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
  /external/mesa3d/src/mesa/main/
clip.c 89 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
matrix.c 585 mask = ctx->Transform.ClipPlanesEnabled;
778 ctx->Transform.ClipPlanesEnabled = 0;
enable.c 331 if ((ctx->Transform.ClipPlanesEnabled & (1 << p))
338 ctx->Transform.ClipPlanesEnabled |= (1 << p);
342 ctx->Transform.ClipPlanesEnabled &= ~(1 << p);
    [all...]
rastpos.c 94 GLbitfield mask = ctx->Transform.ClipPlanesEnabled;
406 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) {
attrib.c 326 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled;
597 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask))
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 68 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; \
213 if (ctx->Transform.ClipPlanesEnabled) {
t_vb_cliptmp.h 139 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
227 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
289 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
t_vb_program.c 88 GLbitfield mask = ctx->Transform.ClipPlanesEnabled;
165 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled ||
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 228 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 )
    [all...]
radeon_state.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 113 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
114 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
115 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
116 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
117 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
118 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
119 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
120 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 288 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled;
st_context.h 349 ctx->Transform.ClipPlanesEnabled;
  /external/mesa3d/src/mesa/drivers/common/
meta.h 145 GLbitfield ClipPlanesEnabled;
meta.c 688 save->ClipPlanesEnabled = ctx->Transform.ClipPlanesEnabled;
689 mask = ctx->Transform.ClipPlanesEnabled;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c     [all...]
r200_state.c     [all...]
r200_state_init.c 269 TCL_OR_VP_CHECK( tcl_ucp_add4, (ctx->Transform.ClipPlanesEnabled & (1 << (atom->idx))), 4 )
    [all...]

Completed in 183 milliseconds