Home
last modified time | relevance | path

Searched refs:apply_stencil_op (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_stencil.c129 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, in apply_stencil_op() function
264 apply_stencil_op(ctx, ctx->Stencil.FailFunc[face], face, n, stencil, in do_stencil_test()
402 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, count, in _swrast_stencil_and_ztest_span()
424 apply_stencil_op(ctx, ctx->Stencil.ZFailFunc[face], face, in _swrast_stencil_and_ztest_span()
428 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, in _swrast_stencil_and_ztest_span()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c437 apply_stencil_op(struct depth_data *data, in apply_stencil_op() function
656 apply_stencil_op(data, failMask, failOp, ref, wrtMask); in depth_stencil_test_quad()
670 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask); in depth_stencil_test_quad()
675 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()
680 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()