Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DPipelineManagerVulkan.cpp131 static bool UsesBlendConstant(int factor) { in UsesBlendConstant() function
211 …(UsesBlendConstant(key.srcAlpha) || UsesBlendConstant(key.srcColor) || UsesBlendConstant(key.destA… in CreateVulkanPipeline()
H A DPipelineManagerVulkan.h54 bool UsesBlendConstant() const { return (flags & PIPELINE_FLAG_USES_BLEND_CONSTANT) != 0; } in UsesBlendConstant() function
H A DDrawEngineVulkan.cpp849 if (lastPipeline_ && !(lastPipeline_->UsesBlendConstant() && pipeline->UsesBlendConstant())) { in DoFlush()
854 ApplyDrawStateLate(renderManager, false, 0, pipeline->UsesBlendConstant()); in DoFlush()
970 if (lastPipeline_ && !lastPipeline_->UsesBlendConstant() && pipeline->UsesBlendConstant()) { in DoFlush()
975 …rawStateLate(renderManager, result.setStencil, result.stencilValue, pipeline->UsesBlendConstant()); in DoFlush()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DPipelineManagerVulkan.cpp131 static bool UsesBlendConstant(int factor) { in UsesBlendConstant() function
211 …(UsesBlendConstant(key.srcAlpha) || UsesBlendConstant(key.srcColor) || UsesBlendConstant(key.destA… in CreateVulkanPipeline()
H A DPipelineManagerVulkan.h54 bool UsesBlendConstant() const { return (flags & PIPELINE_FLAG_USES_BLEND_CONSTANT) != 0; } in UsesBlendConstant() function
H A DDrawEngineVulkan.cpp849 if (lastPipeline_ && !(lastPipeline_->UsesBlendConstant() && pipeline->UsesBlendConstant())) { in DoFlush()
854 ApplyDrawStateLate(renderManager, false, 0, pipeline->UsesBlendConstant()); in DoFlush()
970 if (lastPipeline_ && !lastPipeline_->UsesBlendConstant() && pipeline->UsesBlendConstant()) { in DoFlush()
975 …rawStateLate(renderManager, result.setStencil, result.stencilValue, pipeline->UsesBlendConstant()); in DoFlush()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DPipelineManagerVulkan.cpp131 static bool UsesBlendConstant(int factor) { in UsesBlendConstant() function
211 …(UsesBlendConstant(key.srcAlpha) || UsesBlendConstant(key.srcColor) || UsesBlendConstant(key.destA… in CreateVulkanPipeline()
H A DPipelineManagerVulkan.h54 bool UsesBlendConstant() const { return (flags & PIPELINE_FLAG_USES_BLEND_CONSTANT) != 0; } in UsesBlendConstant() function
H A DDrawEngineVulkan.cpp849 if (lastPipeline_ && !(lastPipeline_->UsesBlendConstant() && pipeline->UsesBlendConstant())) { in DoFlush()
854 ApplyDrawStateLate(renderManager, false, 0, pipeline->UsesBlendConstant()); in DoFlush()
970 if (lastPipeline_ && !lastPipeline_->UsesBlendConstant() && pipeline->UsesBlendConstant()) { in DoFlush()
975 …rawStateLate(renderManager, result.setStencil, result.stencilValue, pipeline->UsesBlendConstant()); in DoFlush()