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/
gen6_clip_state.c 67 userclip = ctx->Transform.ClipPlanesEnabled;
gen6_vs_state.c 57 if (brw->vs.prog_data->nr_params == 0 && !ctx->Transform.ClipPlanesEnabled) {
79 if (ctx->Transform.ClipPlanesEnabled != 0 && !uses_clip_distance) {
82 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
gen7_clip_state.c 94 userclip = ctx->Transform.ClipPlanesEnabled;
brw_curbe.c 68 if (ctx->Transform.ClipPlanesEnabled) {
69 GLuint nr_planes = 6 + _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
239 if (ctx->Transform.ClipPlanesEnabled & (1<<j)) {
brw_vs.c 389 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
394 = _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
396 = ctx->Transform.ClipPlanesEnabled;
399 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
brw_vs_state.c 92 if (ctx->Transform.ClipPlanesEnabled && !brw->vs.prog_data->uses_new_param_layout) {
brw_sf.c 172 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
brw_clip.c 154 key.nr_userclip = _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
  /external/mesa3d/src/mesa/main/
clip.c 90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
matrix.c 579 if (ctx->Transform.ClipPlanesEnabled) {
582 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
781 ctx->Transform.ClipPlanesEnabled = 0;
enable.c 316 if ((ctx->Transform.ClipPlanesEnabled & (1 << p))
323 ctx->Transform.ClipPlanesEnabled |= (1 << p);
327 ctx->Transform.ClipPlanesEnabled &= ~(1 << p);
    [all...]
get.c 566 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
567 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
568 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
569 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
570 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
571 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
572 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
573 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
    [all...]
attrib.c 267 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled;
514 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask))
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 70 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { \
213 if (ctx->Transform.ClipPlanesEnabled) {
t_vb_cliptmp.h 141 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
230 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
293 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
t_rasterpos.c 92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
401 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) {
t_vb_program.c 91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
167 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/src/mesa/state_tracker/
st_atom_rasterizer.c 251 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c     [all...]
r200_state.c     [all...]
r200_state_init.c 270 TCL_OR_VP_CHECK( tcl_ucp_add4, (ctx->Transform.ClipPlanesEnabled & (1 << (atom->idx))), 4 )
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 152 GLbitfield ClipPlanesEnabled;
731 save->ClipPlanesEnabled = ctx->Transform.ClipPlanesEnabled;
732 if (ctx->Transform.ClipPlanesEnabled) {
    [all...]

Completed in 726 milliseconds