Home
last modified time | relevance | path

Searched refs:dstfactoralpha (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DRenderState.cpp114 dstfactoralpha = dstfactor = BlendMode::ONE; in Generate()
120 dstfactoralpha = BlendMode::ZERO; in Generate()
139 dstfactoralpha = RemoveSrcColorUsage(dstfactor); in Generate()
144 dstfactoralpha = BlendMode::ZERO; in Generate()
308 state.dstfactoralpha = BlendMode::ZERO; in GetNoBlendingBlendState()
323 state.dstfactoralpha = BlendMode::ZERO; in GetNoColorWriteBlendState()
H A DRenderState.h90 BitField<14, 3, BlendMode::BlendFactor> dstfactoralpha; member
H A DPixelShaderManager.cpp504 if (constants.blend_dst_factor_alpha != state.dstfactoralpha) in SetBlendModeChanged()
506 constants.blend_dst_factor_alpha = state.dstfactoralpha; in SetBlendModeChanged()
H A DPixelShaderGen.cpp340 uid_data->blend_dst_factor_alpha = state.dstfactoralpha; in GetPixelShaderUid()
H A DRenderBase.cpp994 pconfig.blending_state.dstfactoralpha = BlendMode::ONE; in RecompileImGuiPipeline()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D12/
H A DDXPipeline.cpp141 rtblend->DestBlendAlpha = dst_dual_src_factors[state.dstfactoralpha]; in GetD3DBlendDesc()
148 rtblend->DestBlendAlpha = dst_factors[state.dstfactoralpha]; in GetD3DBlendDesc()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Vulkan/
H A DVKPipeline.cpp156 vk_state.dstAlphaBlendFactor = dst_factors[state.dstfactoralpha]; in GetVulkanAttachmentBlendState()
175 vk_state.dstAlphaBlendFactor = dst_factors[state.dstfactoralpha]; in GetVulkanAttachmentBlendState()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D/
H A DD3DState.cpp422 tdesc.DestBlendAlpha = dst_factors[state.dstfactoralpha]; in Get()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DRender.cpp1230 src_factors[state.srcfactoralpha], dst_factors[state.dstfactoralpha]); in ApplyBlendingState()