Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c91 pctx->create_blend_state = fd2_blend_state_create; in fd2_context_create()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c284 filter->blend[0] = pipe->create_blend_state(pipe, &blend); in vl_deint_filter_init()
289 filter->blend[1] = pipe->create_blend_state(pipe, &blend); in vl_deint_filter_init()
294 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.c170 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_matrix_filter_init()
Dvl_median_filter.c281 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_median_filter_init()
Dvl_compositor.c166 c->blend_clear = c->pipe->create_blend_state(c->pipe, &blend); in init_pipe_state()
175 c->blend_add = c->pipe->create_blend_state(c->pipe, &blend); in init_pipe_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.c80 pctx->create_blend_state = fd5_blend_state_create; in fd5_context_create()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c137 pipe->create_blend_state = softpipe_create_blend_state; in softpipe_init_blend_funcs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.c81 pctx->create_blend_state = fd3_blend_state_create; in fd3_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.c82 pctx->create_blend_state = fd4_blend_state_create; in fd4_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c203 llvmpipe->pipe.create_blend_state = llvmpipe_create_blend_state; in llvmpipe_init_blend_funcs()
/third_party/mesa3d/src/gallium/tests/graw/
Dshader-leak.c239 handle = ctx->create_blend_state(ctx, &blend); in init()
Dtri-gs.c244 handle = ctx->create_blend_state(ctx, &blend); in init()
Dtri-instanced.c297 handle = ctx->create_blend_state(ctx, &blend); in init()
Dgraw_util.h155 handle = info->ctx->create_blend_state(info->ctx, &blend); in graw_util_default_state()
Dquad-sample.c362 handle = ctx->create_blend_state(ctx, &blend); in init()
Dfs-test.c447 handle = ctx->create_blend_state(ctx, &blend); in init()
Dvs-test.c435 handle = ctx->create_blend_state(ctx, &blend); in init()
Dgs-test.c537 handle = ctx->create_blend_state(ctx, &blend); in init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c220 pctx->create_blend_state = fd6_blend_state_create; in fd6_context_create()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp607 pBlendState->handle = pipe->create_blend_state(pipe, &state); in CreateBlendState()
666 pBlendState->handle = pipe->create_blend_state(pipe, &state); in CreateBlendState1()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp176 static wgpu::BlendState create_blend_state(const GrDawnGpu* gpu, const GrPipeline& pipeline) { in create_blend_state() function
383 wgpu::BlendState blendState = create_blend_state(gpu, pipeline); in Build()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h346 void * (*create_blend_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c418 ctx->create_blend_state = noop_create_blend_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c450 ctx->base.create_blend_state = lima_create_blend_state; in lima_state_init()

123