Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c106 pctx->create_depth_stencil_alpha_state = fd2_zsa_state_create; in fd2_context_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.c89 pctx->create_depth_stencil_alpha_state = fd3_zsa_state_create; in fd3_context_create()
/external/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()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.c89 pctx->create_depth_stencil_alpha_state = fd4_zsa_state_create; in fd4_context_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.c88 pctx->create_depth_stencil_alpha_state = fd5_zsa_state_create; in fd5_context_create()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c196 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c248 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dshader-leak.c243 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dtri-instanced.c299 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgraw_util.h168 handle = info->ctx->create_depth_stencil_alpha_state(info->ctx, in graw_util_default_state()
Dquad-sample.c367 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dfs-test.c452 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dvs-test.c441 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgs-test.c543 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h152 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c255 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c311 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state; in svga_init_depth_stencil_functions()
Dsvga_state_rss.c340 svga->pipe.create_depth_stencil_alpha_state(&svga->pipe, &ds); in get_no_depth_stencil_test_state()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h218 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c457 pctx->create_depth_stencil_alpha_state = etna_zsa_state_create; in etna_context_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c481 r300->context.create_depth_stencil_alpha_state(&r300->context,
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c452 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c364 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/
Du_blitter.c231 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/
Dvc4_state.c698 pctx->create_depth_stencil_alpha_state = vc4_create_depth_stencil_alpha_state; in vc4_state_init()

12