/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 147 pipe->set_stencil_ref = softpipe_set_stencil_ref; in softpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 51 CALL(set_stencil_ref)
|
D | u_blitter.c | 732 pipe->set_stencil_ref(pipe, ctx->base.saved_stencil_ref); in util_blitter_restore_fragment_states() 1567 pipe->set_stencil_ref(pipe, sr); in util_blitter_clear_custom() 2476 pipe->set_stencil_ref(pipe, sr); in util_blitter_clear_depth_stencil() 2484 pipe->set_stencil_ref(pipe, sr); in util_blitter_clear_depth_stencil() 2947 pipe->set_stencil_ref(pipe, sr); in util_blitter_stencil_fallback()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.cpp | 78 void set_stencil_ref(GrD3DGpu* gpu, const GrProgramInfo& info) { in set_stencil_ref() function 190 set_stencil_ref(fGpu, info); in onBindPipeline()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 213 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref; in llvmpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 311 svga->pipe.set_stencil_ref = svga_set_stencil_ref; in svga_init_depth_stencil_functions()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 436 ctx->base.set_stencil_ref = lima_set_stencil_ref; in lima_state_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 409 void (*set_stencil_ref)( struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 464 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 371 ctx->pipe->set_stencil_ref(ctx->pipe, sr); in cso_unbind_context() 800 ctx->pipe->set_stencil_ref(ctx->pipe, sr); in cso_set_stencil_ref() 817 ctx->pipe->set_stencil_ref(ctx->pipe, ctx->stencil_ref); in cso_restore_stencil_ref()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 208 pctx->set_stencil_ref(pctx, sr); in fd_blitter_clear()
|
D | freedreno_state.c | 704 pctx->set_stencil_ref = fd_set_stencil_ref; in fd_state_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 472 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 449 context->gpu->set_stencil_ref(context->gpu, ref); in tegra_set_stencil_ref() 1348 context->base.set_stencil_ref = tegra_set_stencil_ref; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 614 pipe->set_stencil_ref(pipe, in rbug_set_stencil_ref() 1330 rb_pipe->base.set_stencil_ref = rbug_set_stencil_ref; in rbug_context_create()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 687 pctx->set_stencil_ref = vc4_set_stencil_ref; in vc4_state_init()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 997 pipe->set_stencil_ref(pipe, psr); in SetDepthStencilState()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 858 pctx->set_stencil_ref = etna_set_stencil_ref; in etna_state_init()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1058 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 393 def set_stencil_ref(self, state): member in Context
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 886 pipe->set_stencil_ref(pipe, state); in trace_context_set_stencil_ref() 2355 TR_CTX_INIT(set_stencil_ref); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.c | 1093 gallium->set_stencil_ref = panfrost_set_stencil_ref; in panfrost_create_context()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 905 CTX_INIT(set_stencil_ref); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1474 pctx->set_stencil_ref = v3d_set_stencil_ref; in v3dX()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1498 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
|