Searched refs:ZPassFunc (Results 1 – 15 of 15) sorted by relevance
336 ctx->Stencil.ZPassFunc[face] == zpass && in stencil_op()342 ctx->Stencil.ZPassFunc[face] = zpass; in stencil_op()356 ctx->Stencil.ZPassFunc[0] == zpass && in stencil_op()357 ctx->Stencil.ZPassFunc[1] == zpass && in stencil_op()364 ctx->Stencil.ZPassFunc[0] = ctx->Stencil.ZPassFunc[1] = zpass; in stencil_op()443 ctx->Stencil.ZPassFunc[0] != zpass || in stencil_op_separate()448 ctx->Stencil.ZPassFunc[0] = zpass; in stencil_op_separate()457 ctx->Stencil.ZPassFunc[1] != zpass || in stencil_op_separate()462 ctx->Stencil.ZPassFunc[1] = zpass; in stencil_op_separate()639 ctx->Stencil.ZPassFunc[0] = GL_KEEP; in _mesa_init_stencil()[all …]
121 ctx->Stencil.ZPassFunc[0] != ctx->Stencil.ZPassFunc[face] || in _mesa_stencil_is_two_sided()
1412 stencil->ZPassFunc[0]); in _mesa_PopAttrib()1421 stencil->ZPassFunc[1]); in _mesa_PopAttrib()
841 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */ member
880 v->value_enum16 = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
126 dsa->stencil[0].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[0]); in st_update_depth_stencil_alpha()137 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]); in st_update_depth_stencil_alpha()
401 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, count, in _swrast_stencil_and_ztest_span()426 if (ctx->Stencil.ZPassFunc[face] != GL_KEEP) { in _swrast_stencil_and_ztest_span()427 apply_stencil_op(ctx, ctx->Stencil.ZPassFunc[face], face, in _swrast_stencil_and_ztest_span()
301 ctx->Stencil.ZPassFunc[0]); in _mesa_init_driver_state()305 ctx->Stencil.ZPassFunc[1]); in _mesa_init_driver_state()
1057 stencil->ZPassFunc[0]); in _mesa_meta_end()1066 stencil->ZPassFunc[1]); in _mesa_meta_end()
186 nv04->ctrl[2] |= get_stencil_op(ctx->Stencil.ZPassFunc[0]) << 8 | in nv04_emit_control()
173 PUSH_DATA (push, nvgl_stencil_op(ctx->Stencil.ZPassFunc[0])); in nv10_emit_stencil_op()
74 front_pass_z_pass = ctx->Stencil.ZPassFunc[0]; in i915_update_stencil()81 back_pass_z_pass = ctx->Stencil.ZPassFunc[ctx->Stencil._BackFace]; in i915_update_stencil()89 front_pass_z_pass = ctx->Stencil.ZPassFunc[ctx->Stencil._BackFace]; in i915_update_stencil()96 back_pass_z_pass = ctx->Stencil.ZPassFunc[0]; in i915_update_stencil()
1301 switch ( ctx->Stencil.ZPassFunc[0] ) { in radeonStencilOpSeparate()
1206 intel_translate_stencil_op(stencil->ZPassFunc[0]); in set_depth_stencil_bits()1222 intel_translate_stencil_op(stencil->ZPassFunc[b]); in set_depth_stencil_bits()
1504 switch ( ctx->Stencil.ZPassFunc[0] ) { in r200StencilOpSeparate()