/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_context.c | 91 pctx->create_blend_state = fd2_blend_state_create; in fd2_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_deint_filter.c | 284 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()
|
D | vl_mc.c | 413 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()
|
D | vl_matrix_filter.c | 170 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_matrix_filter_init()
|
D | vl_median_filter.c | 281 filter->blend = pipe->create_blend_state(pipe, &blend); in vl_median_filter_init()
|
D | vl_compositor.c | 166 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/ |
D | fd5_context.c | 80 pctx->create_blend_state = fd5_blend_state_create; in fd5_context_create()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 137 pipe->create_blend_state = softpipe_create_blend_state; in softpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.c | 81 pctx->create_blend_state = fd3_blend_state_create; in fd3_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.c | 82 pctx->create_blend_state = fd4_blend_state_create; in fd4_context_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 203 llvmpipe->pipe.create_blend_state = llvmpipe_create_blend_state; in llvmpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | shader-leak.c | 239 handle = ctx->create_blend_state(ctx, &blend); in init()
|
D | tri-gs.c | 244 handle = ctx->create_blend_state(ctx, &blend); in init()
|
D | tri-instanced.c | 297 handle = ctx->create_blend_state(ctx, &blend); in init()
|
D | graw_util.h | 155 handle = info->ctx->create_blend_state(info->ctx, &blend); in graw_util_default_state()
|
D | quad-sample.c | 362 handle = ctx->create_blend_state(ctx, &blend); in init()
|
D | fs-test.c | 447 handle = ctx->create_blend_state(ctx, &blend); in init()
|
D | vs-test.c | 435 handle = ctx->create_blend_state(ctx, &blend); in init()
|
D | gs-test.c | 537 handle = ctx->create_blend_state(ctx, &blend); in init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_context.c | 220 pctx->create_blend_state = fd6_blend_state_create; in fd6_context_create()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 607 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/ |
D | GrDawnProgramBuilder.cpp | 176 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/ |
D | p_context.h | 346 void * (*create_blend_state)(struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 418 ctx->create_blend_state = noop_create_blend_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 450 ctx->base.create_blend_state = lima_create_blend_state; in lima_state_init()
|