Home
last modified time | relevance | path

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

12

/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/llvmpipe/
Dlp_state_blend.c189 llvmpipe->pipe.create_depth_stencil_alpha_state = llvmpipe_create_depth_stencil_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c159 svga->pipe.create_depth_stencil_alpha_state = svga_create_depth_stencil_state; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c249 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dshader-leak.c244 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dtri-instanced.c300 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dquad-sample.c371 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()
Dvs-test.c449 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dfs-test.c498 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
Dgs-test.c562 handle = ctx->create_depth_stencil_alpha_state(ctx, &depthstencil); in init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h157 void * (*create_depth_stencil_alpha_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c284 ctx->create_depth_stencil_alpha_state = noop_create_dsa_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c182 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/
Did_context.c258 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/
Dglhd_context.c292 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/
Dr300_context.c463 r300->context.create_depth_stencil_alpha_state(&r300->context,
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c443 pipe->create_depth_stencil_alpha_state = nv30_zsa_state_create; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c359 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/
Dtr_context.c446 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/
Dsi_state.c660 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/
Di915_state.c1074 i915->base.create_depth_stencil_alpha_state = i915_create_depth_stencil_state; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c1046 pipe->create_depth_stencil_alpha_state = nv50_zsa_state_create; in nv50_init_state_functions()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp768 zsa = pipe->create_depth_stencil_alpha_state(pipe, &zsad); in dxgi_blitter()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c449 cso->data = ctx->pipe->create_depth_stencil_alpha_state(ctx->pipe, in cso_set_depth_stencil_alpha()

12