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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_clip_state.c 40 uint32_t provoking, userclip; local
67 userclip = ctx->Transform.ClipPlanesEnabled;
77 userclip << GEN6_USER_CLIP_CLIP_DISTANCES_SHIFT |
gen7_clip_state.c 37 uint32_t provoking, userclip; local
94 userclip = ctx->Transform.ClipPlanesEnabled;
104 userclip << GEN6_USER_CLIP_CLIP_DISTANCES_SHIFT |
brw_gs.c 184 key->userclip_active = brw->vs.prog_data->userclip;
brw_context.h 451 bool userclip; member in struct:brw_vs_prog_data
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 82 userclip( struct gl_context *ctx, function
164 /* Test userclip planes. This contributes to VB->ClipMask.
169 userclip( ctx,

Completed in 213 milliseconds