Home
last modified time | relevance | path

Searched refs:create_blend_state (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c137 pipe->create_blend_state = softpipe_create_blend_state; in softpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c185 llvmpipe->pipe.create_blend_state = llvmpipe_create_blend_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c409 r->blend_clear[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()
415 r->blend_add[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()
421 r->blend_sub[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()
Dvl_matrix_filter.c186 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_matrix_filter_init()
Dvl_median_filter.c272 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_median_filter_init()
Dvl_zscan.c294 zscan->blend = zscan->pipe->create_blend_state(zscan->pipe, &blend); in init_state()
Dvl_compositor.c432 c->blend_clear = c->pipe->create_blend_state(c->pipe, &blend); in init_pipe_state()
441 c->blend_add = c->pipe->create_blend_state(c->pipe, &blend); in init_pipe_state()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c241 handle = ctx->create_blend_state(ctx, &blend); in init()
Dshader-leak.c236 handle = ctx->create_blend_state(ctx, &blend); in init()
Dtri-instanced.c292 handle = ctx->create_blend_state(ctx, &blend); in init()
Dquad-sample.c363 handle = ctx->create_blend_state(ctx, &blend); in init()
Dgraw_util.h157 handle = info->ctx->create_blend_state(info->ctx, &blend); in graw_util_default_state()
Dfs-test.c490 handle = ctx->create_blend_state(ctx, &blend); in init()
Dvs-test.c441 handle = ctx->create_blend_state(ctx, &blend); in init()
Dgs-test.c554 handle = ctx->create_blend_state(ctx, &blend); in init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h130 void * (*create_blend_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c232 svga->pipe.create_blend_state = svga_create_blend_state; in svga_init_blend_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c283 ctx->create_blend_state = noop_create_blend_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c124 return pipe->create_blend_state(pipe, in identity_create_blend_state()
890 id_pipe->base.create_blend_state = identity_create_blend_state; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c147 return pipe->create_blend_state(pipe, in galahad_context_create_blend_state()
1010 GLHD_PIPE_INIT(create_blend_state); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c435 pipe->create_blend_state = nv30_blend_state_create; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c216 ret = pipe->create_blend_state(pipe, in rbug_create_blend_state()
1173 rb_pipe->base.create_blend_state = rbug_create_blend_state; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c221 result = pipe->create_blend_state(pipe, state); in trace_context_create_blend_state()
1597 TR_CTX_INIT(create_blend_state); in trace_context_create()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c593 return context->create_blend_state(context, &blend); in BlenderToPipe()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c315 rctx->no_blend = rctx->context.create_blend_state(&rctx->context, &no_blend); in r600_create_context()

12