Home
last modified time | relevance | path

Searched refs:_mesa_get_stencil_ref (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_wm_depth_stencil.c79 int stencil_ref = _mesa_get_stencil_ref(ctx, 0); in gen8_upload_wm_depth_stencil()
80 int backface_ref = _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace); in gen8_upload_wm_depth_stencil()
Dgen6_cc.c271 cc->cc0.stencil_ref = _mesa_get_stencil_ref(ctx, 0); in gen6_upload_color_calc_state()
273 _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace); in gen6_upload_color_calc_state()
Dbrw_cc.c136 cc->cc1.stencil_ref = _mesa_get_stencil_ref(ctx, 0); in upload_cc_unit()
150 cc->cc1.bf_stencil_ref = _mesa_get_stencil_ref(ctx, back); in upload_cc_unit()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c129 sr.ref_value[0] = _mesa_get_stencil_ref(ctx, 0); in update_depth_stencil_alpha()
140 sr.ref_value[1] = _mesa_get_stencil_ref(ctx, back); in update_depth_stencil_alpha()
/external/mesa3d/src/mesa/main/
Dstencil.h89 _mesa_get_stencil_ref(struct gl_context const *ctx, int face) in _mesa_get_stencil_ref() function
Dget.c773 v->value_int = _mesa_get_stencil_ref(ctx, ctx->Stencil.ActiveFace); in find_custom_value()
776 v->value_int = _mesa_get_stencil_ref(ctx, 1); in find_custom_value()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c182 _mesa_get_stencil_ref(ctx, 0) << 8 | in nv04_emit_control()
Dnv10_state_raster.c152 PUSH_DATA (push, _mesa_get_stencil_ref(ctx, 0)); in nv10_emit_stencil_func()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c68 front_ref = _mesa_get_stencil_ref(ctx, 0); in i915_update_stencil()
75 back_ref = _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace); in i915_update_stencil()
83 front_ref = _mesa_get_stencil_ref(ctx, ctx->Stencil._BackFace); in i915_update_stencil()
90 back_ref = _mesa_get_stencil_ref(ctx, 0); in i915_update_stencil()
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c133 const GLubyte ref = _mesa_get_stencil_ref(ctx, face); in apply_stencil_op()
220 const GLubyte ref = (GLubyte) (_mesa_get_stencil_ref(ctx, face) & valueMask); in do_stencil_test()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1161 GLuint refmask = ((_mesa_get_stencil_ref(ctx, 0) << RADEON_STENCIL_REF_SHIFT) | in radeonStencilFuncSeparate()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1388 GLuint refmask = ((_mesa_get_stencil_ref(ctx, 0) << R200_STENCIL_REF_SHIFT) | in r200StencilFuncSeparate()