Searched refs:create_depth_stencil_alpha_state (Results 1 – 25 of 34) sorted by relevance
12
/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/llvmpipe/ |
D | lp_state_blend.c | 189 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state; in llvmpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 159 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state; in svga_init_depth_stencil_functions()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 249 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | shader-leak.c | 244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | tri-instanced.c | 300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | quad-sample.c | 371 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 | vs-test.c | 449 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | fs-test.c | 498 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
D | gs-test.c | 562 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 157 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 284 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 182 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 188 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 198 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create() 203 pipe->create_depth_stencil_alpha_state(pipe, &dsa); in util_blitter_create()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 258 return pipe->create_depth_stencil_alpha_state(pipe, in identity_create_depth_stencil_alpha_state() 900 id_pipe->base.create_depth_stencil_alpha_state = identity_create_depth_stencil_alpha_state; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 292 return pipe->create_depth_stencil_alpha_state(pipe, in galahad_context_create_depth_stencil_alpha_state() 1022 GLHD_PIPE_INIT(create_depth_stencil_alpha_state); in galahad_context_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 463 r300->context.create_depth_stencil_alpha_state(&r300->context,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 443 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 359 ret = pipe->create_depth_stencil_alpha_state(pipe, in rbug_create_depth_stencil_alpha_state() 1183 rb_pipe->base.create_depth_stencil_alpha_state = rbug_create_depth_stencil_alpha_state; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 446 result = pipe->create_depth_stencil_alpha_state(pipe, state); in trace_context_create_depth_stencil_alpha_state() 1607 TR_CTX_INIT(create_depth_stencil_alpha_state); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 660 state = rctx->context.create_depth_stencil_alpha_state(&rctx->context, &dsa); in si_create_db_flush_dsa() 2447 rctx->context.create_depth_stencil_alpha_state = si_create_dsa_state; in si_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1074 i915->base.create_depth_stencil_alpha_state = i915_create_depth_stencil_state; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 1046 pipe->create_depth_stencil_alpha_state = nv50_zsa_state_create; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 768 zsa = pipe->create_depth_stencil_alpha_state(pipe, &zsad); in dxgi_blitter()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 449 cso->data = ctx->pipe->create_depth_stencil_alpha_state(ctx->pipe, in cso_set_depth_stencil_alpha()
|
12