| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcBlendEquationAdvancedTests.cpp | 455 // 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 D | SkVM.h | 941 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 D | v3d_compiler.h | 444 struct pipe_rt_blend_state blend;
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 2055 /* 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 D | v3dx_state.c | 145 /* 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 D | lima_resource.c | 814 util_blitter_save_blend(ctx->blitter, (void *)ctx->blend); in lima_util_blitter_save_states()
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_blit.cpp | 540 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 D | d3d12_context.cpp | 195 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 D | d3d12_draw.cpp | 1090 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 D | cffobjs.c | 1168 face->blend = NULL; in cff_face_done()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | angletypes.h | 245 bool blend; member
|
| H A D | State.cpp | 902 if (mSetBlendIndexedInvoked || mBlendState.blend != enabled) in setBlend() 904 mBlendState.blend = enabled; in setBlend()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.h | 1889 sctx->framebuffer.colorbuf_enabled_4bit & sctx->queued.named.blend->cb_target_mask; in si_get_total_colormask()
|
| H A D | si_pipe.c | 646 sctx->queued.named.blend = sctx->noop_blend; in si_create_context()
|
| H A D | si_blit.c | 59 util_blitter_save_blend(sctx->blitter, sctx->queued.named.blend); in si_blitter_begin()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 213 nv50->blend = hwcso; in nv50_blend_state_bind()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 200 nvc0->blend = hwcso; in nvc0_blend_state_bind()
|
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pRedundantStateChangeTests.cpp | 132 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 D | es3pStateChangeTests.cpp | 141 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 D | es2pRedundantStateChangeTests.cpp | 132 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 D | es2pStateChangeTests.cpp | 141 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 D | crocus_state.c | 1465 * 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 D | FrameCapture.cpp | 3804 if (currentBlendState.blend != defaultBlendState.blend) in CaptureMidExecutionSetup() 3806 capCap(GL_BLEND, currentBlendState.blend); in CaptureMidExecutionSetup()
|
| /third_party/skia/src/opts/ |
| H A D | SkRasterPipeline_opts.h | 1392 // 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 D | u_threaded_context.c | 1030 TC_CSO_WHOLE(blend)
|