Home
last modified time | relevance | path

Searched refs:BlendOp (Results 1 – 25 of 28) sorted by relevance

12

/third_party/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp4933 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 …]
Dvulkan_structs.hpp12869 …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/
DOutputMerger.cpp573 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/
Dvulkan_enums.hpp3564 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/
DRenderStateCache.cpp102 rtDesc0.BlendOp = gl_d3d11::ConvertBlendOp(blendState.blendEquationRGB); in getBlendState()
DBlit11.cpp482 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in GetAlphaMaskBlendStateDesc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp141 rtDesc.BlendOp = gl_d3d11::ConvertBlendOp(blendStateExt.getEquationColorIndexed(i)); in getBlendState()
DBlit11.cpp486 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in GetAlphaMaskBlendStateDesc()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp225 blendDesc.BlendOp = D3D12BlendOperation(descriptor->colorBlend.operation); in ComputeColorDesc()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp237 blendDesc.BlendOp = D3D12BlendOperation(state->blend->color.operation); in ComputeColorDesc()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp741 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()
Dgstd3d11overlaycompositor.cpp390 blend_desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in gst_d3d11_overlay_compositor_setup_shader()
Dgstd3d11screencapturesrc.cpp602 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/
Dimgui_impl_dx11.cpp417 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in ImGui_ImplDX11_CreateDeviceObjects()
Dimgui_impl_dx10.cpp410 desc.BlendOp = D3D10_BLEND_OP_ADD; in ImGui_ImplDX10_CreateDeviceObjects()
Dimgui_impl_dx12.cpp531 desc.RenderTarget[0].BlendOp = D3D12_BLEND_OP_ADD; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp367 rtBlend.BlendOp = blend_equation_to_d3d_op(equation); in fill_in_blend_state()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx10.cpp471 desc.BlendOp = D3D10_BLEND_OP_ADD; in ImGui_ImplDX10_CreateDeviceObjects()
Dimgui_impl_dx11.cpp483 desc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in ImGui_ImplDX11_CreateDeviceObjects()
Dimgui_impl_dx12.cpp626 desc.RenderTarget[0].BlendOp = D3D12_BLEND_OP_ADD; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc514 desc.RenderTarget[n].BlendOp = D3D11_BLEND_OP_ADD; in create_swapchain()
/third_party/rust/crates/libc/src/
Dpsp.rs882 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/
Ddzn_pipeline.c1494 desc->RenderTarget[i].BlendOp = in dzn_graphics_pipeline_translate_blend()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c976 blendDesc.RenderTarget[0].BlendOp = D3D11_BLEND_OP_ADD; in D3D11_CreateBlendMode()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp356 state->desc.RenderTarget[i].BlendOp = blend_op((pipe_blend_func) rt->rgb_func); in d3d12_create_blend_state()

12