Searched refs:stencil_ref (Results 1 - 25 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c158 const struct pipe_stencil_ref *stencil_ref)
162 if(!stencil_ref)
165 if(memcmp(&llvmpipe->stencil_ref, stencil_ref, sizeof *stencil_ref) == 0)
170 memcpy(&llvmpipe->stencil_ref, stencil_ref, sizeof *stencil_ref);
157 llvmpipe_set_stencil_ref(struct pipe_context *pipe, const struct pipe_stencil_ref *stencil_ref) argument
H A Dlp_context.h72 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
H A Dlp_state_derived.c172 llvmpipe->stencil_ref.ref_value);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_stencilref.c51 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]);
64 sr->ref_value_front = r300->stencil_ref.ref_value[0];
81 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1];
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c117 const struct pipe_stencil_ref *stencil_ref)
121 softpipe->stencil_ref = *stencil_ref;
116 softpipe_set_stencil_ref(struct pipe_context *pipe, const struct pipe_stencil_ref *stencil_ref) argument
H A Dsp_context.h76 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c141 const struct pipe_stencil_ref *stencil_ref )
145 svga->curr.stencil_ref = *stencil_ref;
H A Dsvga_context.h223 struct pipe_stencil_ref stencil_ref; member in struct:svga_state
H A Dsvga_state_rss.c198 EMIT_RS( svga, svga->curr.stencil_ref.ref_value[0], STENCILREF, fail );
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_immediate.c133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT;
H A Di915_state_dynamic.c118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
H A Di915_context.h240 struct pipe_stencil_ref stencil_ref; member in struct:i915_context
H A Di915_state.c209 const struct pipe_stencil_ref *stencil_ref )
213 i915->stencil_ref = *stencil_ref;
H A Di915_surface.c71 util_blitter_save_stencil_ref(i915->blitter, &i915->stencil_ref);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c263 struct pipe_stencil_ref stencil_ref; local
264 memset(&stencil_ref, 0, sizeof(stencil_ref));
272 stencil_ref.ref_value[0] = ctx->Stencil.Clear;
273 cso_set_stencil_ref(st->cso_context, &stencil_ref);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c119 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member in struct:cso_context
707 if (memcmp(&ctx->stencil_ref, sr, sizeof(ctx->stencil_ref))) {
708 ctx->stencil_ref = *sr;
716 ctx->stencil_ref_saved = ctx->stencil_ref;
722 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved,
723 sizeof(ctx->stencil_ref))) {
724 ctx->stencil_ref = ctx->stencil_ref_saved;
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h100 struct pipe_stencil_ref stencil_ref; member in struct:nv30_context
H A Dnv30_state_validate.c212 PUSH_DATA (push, nv30->stencil_ref.ref_value[0]);
214 PUSH_DATA (push, nv30->stencil_ref.ref_value[1]);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h128 struct pipe_stencil_ref stencil_ref; member in struct:r600_context
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h144 struct pipe_stencil_ref stencil_ref; member in struct:nv50_context
H A Dnv50_state_validate.c120 PUSH_DATA (push, nv50->stencil_ref.ref_value[0]);
122 PUSH_DATA (push, nv50->stencil_ref.ref_value[1]);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h148 struct pipe_stencil_ref stencil_ref; member in struct:nvc0_context
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c119 cc->cc1.stencil_ref = ctx->Stencil.Ref[0];
H A Dgen6_cc.c225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0];
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h77 unsigned stencil_ref; member in struct:GalliumD3D11DeviceContext
170 stencil_ref = 0;
1117 sref.ref_value[0] = stencil_ref;
1118 sref.ref_value[1] = stencil_ref;
1133 if(new_stencil_ref != stencil_ref)
1135 stencil_ref = new_stencil_ref;
1148 *out_stencil_ref = stencil_ref;

Completed in 398 milliseconds

12