Searched refs:set_stencil_ref (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c147 pipe->set_stencil_ref = softpipe_set_stencil_ref;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c147 pipe->set_stencil_ref = softpipe_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c195 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c195 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c163 svga->pipe.set_stencil_ref = svga_set_stencil_ref;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c163 svga->pipe.set_stencil_ref = svga_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_state.c315 ctx->set_stencil_ref = noop_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h192 void (*set_stencil_ref)( struct pipe_context *, member in struct:pipe_context
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_state.c315 ctx->set_stencil_ref = noop_set_stencil_ref;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h192 void (*set_stencil_ref)( struct pipe_context *, member in struct:pipe_context
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c450 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref);
923 pipe->set_stencil_ref(pipe, &sr);
1353 pipe->set_stencil_ref(pipe, &sr);
1361 pipe->set_stencil_ref(pipe, &sr);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c450 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref);
923 pipe->set_stencil_ref(pipe, &sr);
1353 pipe->set_stencil_ref(pipe, &sr);
1361 pipe->set_stencil_ref(pipe, &sr);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c440 pipe->set_stencil_ref(pipe,
1038 GLHD_PIPE_INIT(set_stencil_ref);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c404 pipe->set_stencil_ref(pipe,
913 id_pipe->base.set_stencil_ref = identity_set_stencil_ref;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c440 pipe->set_stencil_ref(pipe,
1038 GLHD_PIPE_INIT(set_stencil_ref);
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c404 pipe->set_stencil_ref(pipe,
913 id_pipe->base.set_stencil_ref = identity_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state.c448 pipe->set_stencil_ref = nv30_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1114 void set_stencil_ref() function in struct:GalliumD3D11DeviceContext
1119 pipe->set_stencil_ref(pipe, &sref);
1136 set_stencil_ref();
1710 set_stencil_ref();
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c448 pipe->set_stencil_ref = nv30_set_stencil_ref;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1114 void set_stencil_ref() function in struct:GalliumD3D11DeviceContext
1119 pipe->set_stencil_ref(pipe, &sref);
1136 set_stencil_ref();
1710 set_stencil_ref();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c709 ctx->pipe->set_stencil_ref(ctx->pipe, sr);
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c601 pipe->set_stencil_ref(pipe,
1199 rb_pipe->base.set_stencil_ref = rbug_set_stencil_ref;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c702 trace_dump_call_begin("pipe_context", "set_stencil_ref");
707 pipe->set_stencil_ref(pipe, state);
1620 TR_CTX_INIT(set_stencil_ref);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c709 ctx->pipe->set_stencil_ref(ctx->pipe, sr);
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c601 pipe->set_stencil_ref(pipe,
1199 rb_pipe->base.set_stencil_ref = rbug_set_stencil_ref;

Completed in 849 milliseconds

12