Searched refs:create_depth_stencil_alpha_state (Results 1 – 25 of 42) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_context.c | 106 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create; in fd2_context_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.c | 89 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create; in fd3_context_create()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state; in softpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.c | 89 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create; in fd4_context_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.c | 88 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create; in fd5_context_create()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 196 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state; in llvmpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 248 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | shader-leak.c | 243 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | tri-instanced.c | 299 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | graw_util.h | 168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx, in graw_util_default_state()
|
D | quad-sample.c | 367 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | fs-test.c | 452 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | vs-test.c | 441 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | gs-test.c | 543 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 152 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 255 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 311 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state; in svga_init_depth_stencil_functions()
|
D | svga_state_rss.c | 340 svga->pipe.create_depth_stencil_alpha_state(&svga->pipe, &ds); in get_no_depth_stencil_test_state()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 218 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 457 pctx->create_depth_stencil_alpha_state = etna_zsa_state_create; in etna_context_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 481 r300->context.create_depth_stencil_alpha_state(&r300->context,
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 452 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 364 ret = pipe->create_depth_stencil_alpha_state(pipe, in rbug_create_depth_stencil_alpha_state() 1219 rb_pipe->base.create_depth_stencil_alpha_state = rbug_create_depth_stencil_alpha_state; in rbug_context_create()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 231 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 237 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 247 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 252 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 698 pctx->create_depth_stencil_alpha_state = vc4_create_depth_stencil_alpha_state; in vc4_state_init()
|
12