/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 4933 VULKAN_HPP_INLINE std::string to_string( BlendOp value ) in to_string() 4937 case BlendOp::eAdd: return "Add"; in to_string() 4938 case BlendOp::eSubtract: return "Subtract"; in to_string() 4939 case BlendOp::eReverseSubtract: return "ReverseSubtract"; in to_string() 4940 case BlendOp::eMin: return "Min"; in to_string() 4941 case BlendOp::eMax: return "Max"; in to_string() 4942 case BlendOp::eZeroEXT: return "ZeroEXT"; in to_string() 4943 case BlendOp::eSrcEXT: return "SrcEXT"; in to_string() 4944 case BlendOp::eDstEXT: return "DstEXT"; in to_string() 4945 case BlendOp::eSrcOverEXT: return "SrcOverEXT"; in to_string() [all …]
|
D | vulkan_structs.hpp | 12869 …olorBlendAdvancedEXT( VULKAN_HPP_NAMESPACE::BlendOp advancedBlendOp_ = VULKAN_HPP_NAMESPA… in ColorBlendAdvancedEXT() 12899 …XPR_14 ColorBlendAdvancedEXT & setAdvancedBlendOp( VULKAN_HPP_NAMESPACE::BlendOp advancedBlendOp_ … in setAdvancedBlendOp() 12944 std::tuple<VULKAN_HPP_NAMESPACE::BlendOp const &, 12976 VULKAN_HPP_NAMESPACE::BlendOp advancedBlendOp = VULKAN_HPP_NAMESPACE::BlendOp::eAdd; 12990 … VULKAN_HPP_NAMESPACE::BlendOp colorBlendOp_ = VULKAN_HPP_NAMESPACE::BlendOp::eAdd, in ColorBlendEquationEXT() 12993 …VULKAN_HPP_NAMESPACE::BlendOp alphaBlendOp_ = VULKAN_HPP_NAMESPACE::BlendOp::eAdd ) VULKAN_HPP… in ColorBlendEquationEXT() 13032 …VULKAN_HPP_CONSTEXPR_14 ColorBlendEquationEXT & setColorBlendOp( VULKAN_HPP_NAMESPACE::BlendOp col… in setColorBlendOp() 13050 …VULKAN_HPP_CONSTEXPR_14 ColorBlendEquationEXT & setAlphaBlendOp( VULKAN_HPP_NAMESPACE::BlendOp alp… in setAlphaBlendOp() 13073 VULKAN_HPP_NAMESPACE::BlendOp const &, 13076 VULKAN_HPP_NAMESPACE::BlendOp const &> [all …]
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 573 state.rt[0].rgb_func = translateBlendOp(pBlendDesc->BlendOp); in CreateBlendState() 574 if (pBlendDesc->BlendOp == D3D10_DDI_BLEND_OP_MIN || in CreateBlendState() 575 pBlendDesc->BlendOp == D3D10_DDI_BLEND_OP_MAX) { in CreateBlendState() 645 state.rt[i].rgb_func = translateBlendOp(pBlendDesc->RenderTarget[i].BlendOp); in CreateBlendState1() 646 if (pBlendDesc->RenderTarget[i].BlendOp == D3D10_DDI_BLEND_OP_MIN || in CreateBlendState1() 647 pBlendDesc->RenderTarget[i].BlendOp == D3D10_DDI_BLEND_OP_MAX) { in CreateBlendState1()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_enums.hpp | 3564 enum class BlendOp enum 3619 VULKAN_HPP_INLINE std::string to_string( BlendOp value ) in to_string() 3623 case BlendOp::eAdd: return "Add"; in to_string() 3624 case BlendOp::eSubtract: return "Subtract"; in to_string() 3625 case BlendOp::eReverseSubtract: return "ReverseSubtract"; in to_string() 3626 case BlendOp::eMin: return "Min"; in to_string() 3627 case BlendOp::eMax: return "Max"; in to_string() 3628 case BlendOp::eZeroEXT: return "ZeroEXT"; in to_string() 3629 case BlendOp::eSrcEXT: return "SrcEXT"; in to_string() 3630 case BlendOp::eDstEXT: return "DstEXT"; in to_string() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 102 rtDesc0.BlendOp = gl_d3d11::ConvertBlendOp(blendState.blendEquationRGB); in getBlendState()
|
D | Blit11.cpp | 482 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in GetAlphaMaskBlendStateDesc()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 141 rtDesc.BlendOp = gl_d3d11::ConvertBlendOp(blendStateExt.getEquationColorIndexed(i)); in getBlendState()
|
D | Blit11.cpp | 486 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in GetAlphaMaskBlendStateDesc()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 225 blendDesc.BlendOp = D3D12BlendOperation(descriptor->colorBlend.operation); in ComputeColorDesc()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 237 blendDesc.BlendOp = D3D12BlendOperation(state->blend->color.operation); in ComputeColorDesc()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11compositor.cpp | 741 gst_d3d11_compositor_pad_update_blend_equation (pad, &pad->desc.BlendOp, in gst_d3d11_compositor_pad_set_property() 834 gst_d3d11_compositor_blend_operation_from_native (pad->desc.BlendOp)); in gst_d3d11_compositor_pad_get_property() 888 pad->desc.BlendOp = in gst_d3d11_compositor_pad_init_blend_options()
|
D | gstd3d11overlaycompositor.cpp | 390 blend_desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in gst_d3d11_overlay_compositor_setup_shader()
|
D | gstd3d11screencapturesrc.cpp | 602 blend_desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in gst_d3d11_screen_capture_prepare_shader()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx11.cpp | 417 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in ImGui_ImplDX11_CreateDeviceObjects()
|
D | imgui_impl_dx10.cpp | 410 desc.BlendOp = D3D10_BLEND_OP_ADD; in ImGui_ImplDX10_CreateDeviceObjects()
|
D | imgui_impl_dx12.cpp | 531 desc.RenderTarget[0].BlendOp = D3D12_BLEND_OP_ADD; in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 367 rtBlend.BlendOp = blend_equation_to_d3d_op(equation); in fill_in_blend_state()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx10.cpp | 471 desc.BlendOp = D3D10_BLEND_OP_ADD; in ImGui_ImplDX10_CreateDeviceObjects()
|
D | imgui_impl_dx11.cpp | 483 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in ImGui_ImplDX11_CreateDeviceObjects()
|
D | imgui_impl_dx12.cpp | 626 desc.RenderTarget[0].BlendOp = D3D12_BLEND_OP_ADD; in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.cc | 514 desc.RenderTarget[n].BlendOp = D3D11_BLEND_OP_ADD; in create_swapchain()
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 882 pub enum BlendOp { 3568 pub fn sceGuBlendFunc(op: BlendOp, src: BlendSrc, dest: BlendDst, src_fix: u32, dest_fix: u32); in sceGuBlendFunc() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_pipeline.c | 1494 desc->RenderTarget[i].BlendOp = in dzn_graphics_pipeline_translate_blend()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/ |
D | SDL_render_d3d11.c | 976 blendDesc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in D3D11_CreateBlendMode()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.cpp | 356 state->desc.RenderTarget[i].BlendOp = blend_op((pipe_blend_func) rt->rgb_func); in d3d12_create_blend_state()
|