Lines Matching defs:front
217 const struct pipe_stencil_state *front = &cso->stencil[0];
220 if (front->enabled) {
225 /* If !back->enabled, then the front values should be
226 * used for both front and back-facing primitives.
230 config.stencil_write_mask = front->writemask;
231 config.stencil_test_mask = front->valuemask;
233 config.stencil_test_function = front->func;
235 translate_stencil_op(front->zpass_op);
237 translate_stencil_op(front->zfail_op);
239 translate_stencil_op(front->fail_op);
1049 /* Compute the sampler view's swizzle up front. This will be plugged