| /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
|
| /kernel/linux/linux-5.10/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 846 u32 blend; member
|
| H A D | hpifunc.c | 2678 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) in hpi_tuner_set_hd_radio_signal_blend() argument 2681 blend, 0); in hpi_tuner_set_hd_radio_signal_blend()
|
| /kernel/linux/linux-6.6/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 846 u32 blend; member
|
| H A D | hpifunc.c | 2677 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) in hpi_tuner_set_hd_radio_signal_blend() argument 2680 blend, 0); in hpi_tuner_set_hd_radio_signal_blend()
|
| /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()
|