Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c104 pctx->create_blend_state = fd2_blend_state_create; in fd2_context_create()
/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/freedreno/a4xx/
Dfd4_context.c84 pctx->create_blend_state = fd4_blend_state_create; in fd4_context_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.c84 pctx->create_blend_state = fd3_blend_state_create; in fd3_context_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.c83 pctx->create_blend_state = fd5_blend_state_create; in fd5_context_create()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c283 filter->blend[0] = pipe->create_blend_state(pipe, &blend); in vl_deint_filter_init()
288 filter->blend[1] = pipe->create_blend_state(pipe, &blend); in vl_deint_filter_init()
293 filter->blend[2] = pipe->create_blend_state(pipe, &blend); in vl_deint_filter_init()
Dvl_mc.c413 r->blend_clear[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()
419 r->blend_add[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()
425 r->blend_sub[i] = r->pipe->create_blend_state(r->pipe, &blend); in init_pipe_state()
Dvl_matrix_filter.c187 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_matrix_filter_init()
Dvl_median_filter.c274 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_median_filter_init()
Dvl_bicubic_filter.c273 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_bicubic_filter_init()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c192 llvmpipe->pipe.create_blend_state = llvmpipe_create_blend_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c240 handle = ctx->create_blend_state(ctx, &blend); in init()
Dshader-leak.c235 handle = ctx->create_blend_state(ctx, &blend); in init()
Dtri-instanced.c291 handle = ctx->create_blend_state(ctx, &blend); in init()
Dquad-sample.c359 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.c444 handle = ctx->create_blend_state(ctx, &blend); in init()
Dvs-test.c433 handle = ctx->create_blend_state(ctx, &blend); in init()
Dgs-test.c535 handle = ctx->create_blend_state(ctx, &blend); in init()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c256 ctx->create_blend_state = noop_create_blend_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c284 pctx->create_blend_state = etna_blend_state_create; in etna_context_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h189 void * (*create_blend_state)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c273 svga->noop_blend = svga->pipe.create_blend_state(&svga->pipe, &noop_tmpl); in svga_context_create()
Dsvga_pipe_blend.c397 svga->pipe.create_blend_state = svga_create_blend_state; in svga_init_blend_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c460 pipe->create_blend_state = nv30_blend_state_create; in nv30_state_init()

12