Lines Matching defs:back
656 * so stage to temporary storage rather than reading back write-combine
4333 const struct pipe_stencil_state back =
4354 cfg.stencil_mask_back = back.writemask;
4364 pan_pipe_to_stencil(&back, &so->stencil_back);
4372 cfg.back_compare_function = (enum mali_func) back.func;
4373 cfg.back_stencil_fail = pan_pipe_to_stencil_op(back.fail_op);
4374 cfg.back_depth_fail = pan_pipe_to_stencil_op(back.zfail_op);
4375 cfg.back_depth_pass = pan_pipe_to_stencil_op(back.zpass_op);
4379 cfg.back_write_mask = back.writemask;
4381 cfg.back_value_mask = back.valuemask;