Lines Matching defs:front
4332 const struct pipe_stencil_state front = zsa->stencil[0];
4334 zsa->stencil[1].enabled ? zsa->stencil[1] : front;
4352 cfg.stencil_enable = front.enabled;
4353 cfg.stencil_mask_front = front.writemask;
4363 pan_pipe_to_stencil(&front, &so->stencil_front);
4367 cfg.front_compare_function = (enum mali_func) front.func;
4368 cfg.front_stencil_fail = pan_pipe_to_stencil_op(front.fail_op);
4369 cfg.front_depth_fail = pan_pipe_to_stencil_op(front.zfail_op);
4370 cfg.front_depth_pass = pan_pipe_to_stencil_op(front.zpass_op);
4377 cfg.stencil_test_enable = front.enabled;
4378 cfg.front_write_mask = front.writemask;
4380 cfg.front_value_mask = front.valuemask;