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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_wm_depth_stencil.c 63 const int b = stencil->_BackFace;
80 int backface_ref = _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace);
gen6_depthstencil.c 51 int back = ctx->Stencil._BackFace;
gen6_cc.c 273 _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace);
brw_cc.c 125 const unsigned back = ctx->Stencil._BackFace;
brw_wm.c 479 ctx->Stencil.WriteMask[ctx->Stencil._BackFace])
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 75 back_ref = _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace);
76 back_mask = ctx->Stencil.ValueMask[ctx->Stencil._BackFace];
77 back_writemask = ctx->Stencil.WriteMask[ctx->Stencil._BackFace];
78 back_func = ctx->Stencil.Function[ctx->Stencil._BackFace];
79 back_fail = ctx->Stencil.FailFunc[ctx->Stencil._BackFace];
80 back_pass_z_fail = ctx->Stencil.ZFailFunc[ctx->Stencil._BackFace];
81 back_pass_z_pass = ctx->Stencil.ZPassFunc[ctx->Stencil._BackFace];
83 front_ref = _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace);
84 front_mask = ctx->Stencil.ValueMask[ctx->Stencil._BackFace];
85 front_writemask = ctx->Stencil.WriteMask[ctx->Stencil._BackFace];
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 132 const GLuint back = ctx->Stencil._BackFace;
  /external/mesa3d/src/mesa/main/
stencil.c 523 const GLint face = ctx->Stencil._BackFace;
592 ctx->Stencil._BackFace = 1;
enable.c 909 ctx->Stencil._BackFace = 2;
911 ctx->Stencil._BackFace = 1;
    [all...]
mtypes.h 829 * The derived value \c _BackFace is either 1 or 2 depending on whether or
843 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 358 const GLuint face = (span->facing == 0) ? 0 : ctx->Stencil._BackFace;

Completed in 167 milliseconds