Home
last modified time | relevance | path

Searched refs:blend (Results 301 - 325 of 328) sorted by relevance

1...<<11121314

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp455 // Blend premultiplied src and dst with given blend mode.
458 BlendFunc blend = GetBlendFunc(mode);
462 return blend(srcNorm, dstNorm);
708 // Set blend equation.
793 "Test new blend modes for correctness.")
841 // Cobinations that test other branches of blend equations.
883 // to test this format and the blend functions.
895 // Cobinations that test other branches of blend equations.
1014 // Enable blending and set blend equation.
1029 // Get pixel to blend
[all...]
/third_party/skia/src/core/
H A DSkVM.h941 Color blend(SkBlendMode, Color src, Color dst); in abs()
1326 SI Color blend(SkBlendMode m, Color s, Color d) { return s->blend(m,s,d); } in blend() function
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h444 struct pipe_rt_blend_state blend;
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h2055 /* Per-RT bit mask with blend enables */
2057 /* Per-RT prepacked blend config packets */
2059 /* Flag indicating whether the blend factors in use require
2065 } blend; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c145 /* V3D 4.x is when we got independent blend enables. */ in v3d_create_blend_state()
320 v3d->blend = hwcso; in v3d_blend_state_bind()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c814 util_blitter_save_blend(ctx->blitter, (void *)ctx->blend); in lima_util_blitter_save_states()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp540 util_blitter_save_blend(ctx->blitter, ctx->gfx_pipeline_state.blend); in util_blit_save_state()
928 info->alpha_blend ? "blend" : ""); in d3d12_blit()
H A Dd3d12_context.cpp195 unreachable("unexpected blend factor"); in blend_factor_rgb()
222 unreachable("unexpected blend factor"); in blend_factor_alpha()
266 unreachable("unexpected blend function"); in blend_op()
368 /* We can't set a blend factor for both constant color and constant alpha */ in d3d12_create_blend_state()
369 debug_printf("D3D12: unsupported blend factors combination (const color and const alpha)\n"); in d3d12_create_blend_state()
387 struct d3d12_blend_state *old_state = ctx->gfx_pipeline_state.blend; in d3d12_bind_blend_state()
389 ctx->gfx_pipeline_state.blend = new_state; in d3d12_bind_blend_state()
H A Dd3d12_draw.cpp1090 unsigned blend_factor_flags = ctx->gfx_pipeline_state.blend->blend_factor_flags; in d3d12_draw_vbo()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c1168 face->blend = NULL; in cff_face_done()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h245 bool blend; member
H A DState.cpp902 if (mSetBlendIndexedInvoked || mBlendState.blend != enabled) in setBlend()
904 mBlendState.blend = enabled; in setBlend()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1889 sctx->framebuffer.colorbuf_enabled_4bit & sctx->queued.named.blend->cb_target_mask; in si_get_total_colormask()
H A Dsi_pipe.c646 sctx->queued.named.blend = sctx->noop_blend; in si_create_context()
H A Dsi_blit.c59 util_blitter_save_blend(sctx->blitter, sctx->queued.named.blend); in si_blitter_begin()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c213 nv50->blend = hwcso; in nv50_blend_state_bind()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c200 nvc0->blend = hwcso; in nvc0_blend_state_bind()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp132 ADD_TESTCASE(blend, "Enable/Disable blending.", in init()
575 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
615 ADD_TESTCASE(blend_func, "Change blend function.", in init()
1380 ADD_TESTCASE(blend_color, "Change blend color.", in init()
H A Des3pStateChangeTests.cpp141 ADD_TESTCASE(blend, "Enable/Disable blending.", in init()
639 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
684 ADD_TESTCASE(blend_func, "Change blend function.", in init()
1560 ADD_TESTCASE(blend_color, "Change blend color.", in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp132 ADD_TESTCASE(blend, "Enable/Disable blending.", in init()
501 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
541 ADD_TESTCASE(blend_func, "Change blend function.", in init()
1306 ADD_TESTCASE(blend_color, "Change blend color.", in init()
H A Des2pStateChangeTests.cpp141 ADD_TESTCASE(blend, "Enable/Disable blending.", in init()
555 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
600 ADD_TESTCASE(blend_func, "Change blend function.", in init()
1476 ADD_TESTCASE(blend_color, "Change blend color.", in init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c1465 * Gallium CSO for blend state (see pipe_blend_state).
1567 * when a dual src blend shader is in use. Setup dummy blending. in set_blend_entry_bits()
4782 const struct crocus_blend_state *blend = ice->state.cso_blend; in crocus_populate_fs_key() local
4835 key->alpha_to_coverage = blend->cso.alpha_to_coverage; in crocus_populate_fs_key()
4850 (blend->blend_enables & 1) && blend->dual_color_blending; in crocus_populate_fs_key()
5404 /* Gen4/5 can't handle blending off when a dual src blend wm is enabled. */ in crocus_populate_binding_table()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp3804 if (currentBlendState.blend != defaultBlendState.blend) in CaptureMidExecutionSetup()
3806 capCap(GL_BLEND, currentBlendState.blend); in CaptureMidExecutionSetup()
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h1392 // Most blend modes apply the same logic to each channel.
1424 // Most other blend modes apply the same logic to colors, and srcover to alpha.
1480 // We're basing our implemenation of non-separable blend modes on
2978 // PP: pixels in, pixels out. -- think, a blend mode
4174 U16 blend = constrained_add(scaled_mult(ty, width), middle) + 0x80;
4176 return blend >> 8;
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1030 TC_CSO_WHOLE(blend)

Completed in 81 milliseconds

1...<<11121314