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.c127 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, in apply_stencil_op() function
262 apply_stencil_op(ctx, ctx->Stencil.FailFunc[face], face, n, stencil, in do_stencil_test()
400 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, count, in _swrast_stencil_and_ztest_span()
422 apply_stencil_op(ctx, ctx->Stencil.ZFailFunc[face], face, in _swrast_stencil_and_ztest_span()
426 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.c424 apply_stencil_op(struct depth_data *data, in apply_stencil_op() function
643 apply_stencil_op(data, failMask, failOp, ref, wrtMask); in depth_stencil_test_quad()
657 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask); in depth_stencil_test_quad()
662 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()
667 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()