HomeSort by relevance Sort by last modified time
    Searched refs:bind_depth_stencil_alpha_state (Results 1 - 25 of 31) 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/auxiliary/util/
u_blitter.c 434 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state);
911 pipe->bind_depth_stencil_alpha_state(pipe, custom_dsa);
913 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil);
915 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_keep_stencil);
917 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil);
919 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 190 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 160 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 293 ctx->bind_depth_stencil_alpha_state = noop_bind_state;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 159 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 245 ctx->bind_depth_stencil_alpha_state(ctx, handle);
tri-gs.c 250 ctx->bind_depth_stencil_alpha_state(ctx, handle);
tri-instanced.c 301 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 372 ctx->bind_depth_stencil_alpha_state(ctx, handle);
fs-test.c 499 ctx->bind_depth_stencil_alpha_state(ctx, handle);
gs-test.c 563 ctx->bind_depth_stencil_alpha_state(ctx, handle);
vs-test.c 450 ctx->bind_depth_stencil_alpha_state(ctx, handle);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 303 ctx->pipe->bind_depth_stencil_alpha_state( ctx->pipe, NULL );
471 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, handle);
486 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 303 pipe->bind_depth_stencil_alpha_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 269 pipe->bind_depth_stencil_alpha_state(pipe,
901 id_pipe->base.bind_depth_stencil_alpha_state = identity_bind_depth_stencil_alpha_state;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 444 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 374 pipe->bind_depth_stencil_alpha_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 466 trace_dump_call_begin("pipe_context", "bind_depth_stencil_alpha_state");
471 pipe->bind_depth_stencil_alpha_state(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 272 pipe->bind_depth_stencil_alpha_state(pipe, 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 1075 i915->base.bind_depth_stencil_alpha_state = i915_bind_depth_stencil_state
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 476 c->pipe->bind_depth_stencil_alpha_state(c->pipe, c->dsa);
    [all...]
vl_mpeg12_decoder.c 796 dec->base.context->bind_depth_stencil_alpha_state(dec->base.context, dec->dsa);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 1047 pipe->bind_depth_stencil_alpha_state = nv50_zsa_state_bind;
    [all...]

Completed in 423 milliseconds

1 2