Home
last modified time | relevance | path

Searched refs:destBlendFactorAlpha (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp292 bool Context::setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha() argument
294 bool modified = (Context::destBlendFactorStateAlpha != destBlendFactorAlpha); in setDestBlendFactorAlpha()
295 Context::destBlendFactorStateAlpha = destBlendFactorAlpha; in setDestBlendFactorAlpha()
564 VkBlendFactor Context::destBlendFactorAlpha() in destBlendFactorAlpha() function in sw::Context
603 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
614 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
625 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
641 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
652 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
664 if(destBlendFactorAlpha() == VK_BLEND_FACTOR_ZERO) in blendOperationAlpha()
[all …]
DContext.hpp129 bool setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha);
151 VkBlendFactor destBlendFactorAlpha();
DPixelProcessor.hpp72 VkBlendFactor destBlendFactorAlpha : BITS(VK_BLEND_FACTOR_END_RANGE); member
248 void setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha);
DPixelProcessor.cpp588 void PixelProcessor::setDestBlendFactorAlpha(VkBlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha() argument
590 context->setDestBlendFactorAlpha(destBlendFactorAlpha); in setDestBlendFactorAlpha()
689 state.destBlendFactorAlpha = context->destBlendFactorAlpha(); in update()
/external/swiftshader/src/Renderer/
DContext.cpp437 bool Context::setDestBlendFactorAlpha(BlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha() argument
439 bool modified = (Context::destBlendFactorStateAlpha != destBlendFactorAlpha); in setDestBlendFactorAlpha()
440 Context::destBlendFactorStateAlpha = destBlendFactorAlpha; in setDestBlendFactorAlpha()
950 BlendFactor Context::destBlendFactorAlpha() in destBlendFactorAlpha() function in sw::Context
989 if(destBlendFactorAlpha() == BLEND_ZERO) in blendOperationAlpha()
1000 if(destBlendFactorAlpha() == BLEND_ZERO) in blendOperationAlpha()
1011 if(destBlendFactorAlpha() == BLEND_ZERO) in blendOperationAlpha()
1027 if(destBlendFactorAlpha() == BLEND_ZERO) in blendOperationAlpha()
1038 if(destBlendFactorAlpha() == BLEND_ZERO) in blendOperationAlpha()
1050 if(destBlendFactorAlpha() == BLEND_ZERO) in blendOperationAlpha()
[all …]
DContext.hpp327 bool setDestBlendFactorAlpha(BlendFactor destBlendFactorAlpha);
371 BlendFactor destBlendFactorAlpha();
DPixelProcessor.hpp76 BlendFactor destBlendFactorAlpha : BITS(BLEND_LAST); member
290 void setDestBlendFactorAlpha(BlendFactor destBlendFactorAlpha);
DPixelProcessor.cpp850 void PixelProcessor::setDestBlendFactorAlpha(BlendFactor destBlendFactorAlpha) in setDestBlendFactorAlpha() argument
852 context->setDestBlendFactorAlpha(destBlendFactorAlpha); in setDestBlendFactorAlpha()
1024 state.destBlendFactorAlpha = context->destBlendFactorAlpha(); in update()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1112 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend()
1119 …if(state.destBlendFactorAlpha != VK_BLEND_FACTOR_ONE && state.destBlendFactorAlpha != VK_BLEND_FAC… in alphaBlend()
1941 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()
1948 …if(state.destBlendFactorAlpha != VK_BLEND_FACTOR_ONE && state.destBlendFactorAlpha != VK_BLEND_FAC… in alphaBlend()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1247 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend()
1254 if(state.destBlendFactorAlpha != BLEND_ONE && state.destBlendFactorAlpha != BLEND_ZERO) in alphaBlend()
2177 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()
2184 if(state.destBlendFactorAlpha != BLEND_ONE && state.destBlendFactorAlpha != BLEND_ZERO) in alphaBlend()