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

1 2

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_context.c 106 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_context.c 86 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_context.c 86 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_context.c 85 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 196 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.c 286 pctx->create_depth_stencil_alpha_state = etna_zsa_state_create;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 257 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 296 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state;
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 243 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
tri-gs.c 248 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
tri-instanced.c 299 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
graw_util.h 168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx,
quad-sample.c 367 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
fs-test.c 452 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
gs-test.c 543 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
vs-test.c 441 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 207 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 225 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
231 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
241 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
246 pipe->create_depth_stencil_alpha_state(pipe, &dsa);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 468 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 479 r300->context.create_depth_stencil_alpha_state(&r300->context,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 682 pctx->create_depth_stencil_alpha_state = vc4_create_depth_stencil_alpha_state;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 364 ret = pipe->create_depth_stencil_alpha_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 490 trace_dump_call_begin("pipe_context", "create_depth_stencil_alpha_state");
492 result = pipe->create_depth_stencil_alpha_state(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 786 CTX_INIT(create_depth_stencil_alpha_state);

Completed in 1017 milliseconds

1 2