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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_wm_depth_stencil.c 55 if (stencil->_WriteEnabled)
gen8_depth_state.c 222 stencil_mt, ctx->Stencil._WriteEnabled,
290 const bool stencil_writes_enabled = ctx->Stencil._WriteEnabled;
343 ctx->Stencil._WriteEnabled ? PIPE_CONTROL_RENDER_TARGET_FLUSH : 0;
gen6_depthstencil.c 79 ds->ds0.stencil_write_enable = ctx->Stencil._WriteEnabled;
gen7_misc_state.c 111 ((stencil_mt != NULL && ctx->Stencil._WriteEnabled) << 27) |
brw_draw.c 381 stencil_irb && ctx->Stencil._WriteEnabled) {
  /external/mesa3d/src/mesa/main/
stencil.c 538 ctx->Stencil._WriteEnabled =
mtypes.h 841 GLboolean _WriteEnabled; /**< _Enabled and non-zero writemasks */
    [all...]

Completed in 75 milliseconds