Searched refs:apply_stencil_op (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_stencil.c | 128 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, function in typeref:typename:void 170 _mesa_problem(ctx, "Bad stencil op in apply_stencil_op"); 263 apply_stencil_op(ctx, ctx->Stencil.FailFunc[face], face, n, stencil, 401 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, count, 423 apply_stencil_op(ctx, ctx->Stencil.ZFailFunc[face], face, 427 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_stencil.c | 128 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, function in typeref:typename:void 170 _mesa_problem(ctx, "Bad stencil op in apply_stencil_op"); 263 apply_stencil_op(ctx, ctx->Stencil.FailFunc[face], face, n, stencil, 461 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, count, 483 apply_stencil_op(ctx, ctx->Stencil.ZFailFunc[face], face, 487 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 437 apply_stencil_op(struct depth_data *data, function in typeref:typename:void 656 apply_stencil_op(data, failMask, failOp, ref, wrtMask); 670 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask); 675 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask); 680 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test.c | 437 apply_stencil_op(struct depth_data *data, function in typeref:typename:void 653 apply_stencil_op(data, failMask, failOp, ref, wrtMask); 667 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask); 672 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask); 677 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask);
|
Completed in 6 milliseconds