Searched refs:create_depth_stencil_alpha_state (Results 1 – 25 of 50) sorted by relevance
12
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_context.c | 93 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create; in fd2_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.c | 82 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create; in fd5_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.c | 83 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create; in fd3_context_create()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.c | 84 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create; in fd4_context_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 207 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state; in llvmpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 252 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | shader-leak.c | 247 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | tri-instanced.c | 305 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | graw_util.h | 166 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx, in graw_util_default_state()
|
D | quad-sample.c | 370 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | fs-test.c | 455 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | vs-test.c | 443 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | gs-test.c | 545 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_context.c | 222 pctx->create_depth_stencil_alpha_state = fd6_zsa_state_create; in fd6_context_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 307 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state; in svga_init_depth_stencil_functions()
|
D | svga_state_rss.c | 358 svga->pipe.create_depth_stencil_alpha_state(&svga->pipe, &ds); in get_no_depth_stencil_test_state()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 442 ctx->base.create_depth_stencil_alpha_state = lima_create_depth_stencil_alpha_state; in lima_state_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 364 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 419 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 248 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 254 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 264 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 269 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 2865 ctx->base.pipe->create_depth_stencil_alpha_state(ctx->base.pipe, &dsa); in get_stencil_blit_fallback_dsa()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 467 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create; in nv30_state_init()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 497 r300->context.create_depth_stencil_alpha_state(&r300->context,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 618 pctx->create_depth_stencil_alpha_state = etna_zsa_state_create; in etna_context_create()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 262 return context->gpu->create_depth_stencil_alpha_state(context->gpu, cso); in tegra_create_depth_stencil_alpha_state() 1319 context->base.create_depth_stencil_alpha_state = tegra_create_depth_stencil_alpha_state; in tegra_screen_context_create()
|
12