Lines Matching defs:back
218 const struct pipe_stencil_state *back = &cso->stencil[1];
225 /* If !back->enabled, then the front values should be
226 * used for both front and back-facing primitives.
228 config.back_config = !back->enabled;
242 if (back->enabled) {
249 config.stencil_write_mask = back->writemask;
250 config.stencil_test_mask = back->valuemask;
252 config.stencil_test_function = back->func;
254 translate_stencil_op(back->zpass_op);
256 translate_stencil_op(back->zfail_op);
258 translate_stencil_op(back->fail_op);