HomeSort by relevance Sort by last modified time
    Searched refs:bind_depth_stencil_alpha_state (Results 1 - 25 of 34) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 144 pipe->bind_depth_stencil_alpha_state = softpipe_bind_depth_stencil_state;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 197 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 608 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state);
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 270 ctx->bind_depth_stencil_alpha_state = noop_bind_state;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 297 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state;
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 244 ctx->bind_depth_stencil_alpha_state(ctx, handle);
tri-gs.c 249 ctx->bind_depth_stencil_alpha_state(ctx, handle);
tri-instanced.c 300 ctx->bind_depth_stencil_alpha_state(ctx, handle);
graw_util.h 170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle);
quad-sample.c 368 ctx->bind_depth_stencil_alpha_state(ctx, handle);
fs-test.c 453 ctx->bind_depth_stencil_alpha_state(ctx, handle);
gs-test.c 544 ctx->bind_depth_stencil_alpha_state(ctx, handle);
vs-test.c 442 ctx->bind_depth_stencil_alpha_state(ctx, handle);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 209 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 426 pctx->bind_depth_stencil_alpha_state = fd_zsa_state_bind;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 377 ctx->pipe->bind_depth_stencil_alpha_state( ctx->pipe, NULL );
551 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, handle);
568 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_state.c 656 pctx->bind_depth_stencil_alpha_state = etna_zsa_state_bind;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 469 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 683 pctx->bind_depth_stencil_alpha_state = vc4_zsa_state_bind;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 379 pipe->bind_depth_stencil_alpha_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 512 trace_dump_call_begin("pipe_context", "bind_depth_stencil_alpha_state");
517 pipe->bind_depth_stencil_alpha_state(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 787 CTX_INIT(bind_depth_stencil_alpha_state);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 891 vctx->base.bind_depth_stencil_alpha_state = virgl_bind_depth_stencil_alpha_state;
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 321 def bind_depth_stencil_alpha_state(self, state): member in class:Context

Completed in 471 milliseconds

1 2