Home
last modified time | relevance | path

Searched refs:create_depth_stencil_alpha_state (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c93 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create; in fd2_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.c82 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create; in fd5_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.c83 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create; in fd3_context_create()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c143 pipe->create_depth_stencil_alpha_state = softpipe_create_depth_stencil_state; in softpipe_init_blend_funcs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.c84 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create; in fd4_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c207 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state; in llvmpipe_init_blend_funcs()
/third_party/mesa3d/src/gallium/tests/graw/
Dtri-gs.c252 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dshader-leak.c247 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dtri-instanced.c305 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgraw_util.h166 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx, in graw_util_default_state()
Dquad-sample.c370 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dfs-test.c455 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dvs-test.c443 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgs-test.c545 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c222 pctx->create_depth_stencil_alpha_state = fd6_zsa_state_create; in fd6_context_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c307 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state; in svga_init_depth_stencil_functions()
Dsvga_state_rss.c358 svga->pipe.create_depth_stencil_alpha_state(&svga->pipe, &ds); in get_no_depth_stencil_test_state()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c442 ctx->base.create_depth_stencil_alpha_state = lima_create_depth_stencil_alpha_state; in lima_state_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h364 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c419 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c248 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/
Dnv30_state.c467 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create; in nv30_state_init()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c497 r300->context.create_depth_stencil_alpha_state(&r300->context,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c618 pctx->create_depth_stencil_alpha_state = etna_zsa_state_create; in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c262 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