HomeSort by relevance Sort by last modified time
    Searched full:back_writemask (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 57 GLuint back_ref, back_writemask, back_mask; local
75 back_writemask = ctx->Stencil.WriteMask[ctx->Stencil._BackFace];
90 back_writemask = ctx->Stencil.WriteMask[0];
148 BFM_STENCIL_WRITE_MASK(back_writemask));
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 282 LLVMValueRef back_writemask = lp_build_const_int_vec(bld->gallivm, bld->type, local
284 writemask = lp_build_select(bld, front_facing, writemask, back_writemask);

Completed in 66 milliseconds