Home
last modified time | relevance | path

Searched refs:blendOperation (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp96 VkBlendOp blendOperation, in BlendState()
104 , blendOperation(blendOperation) in BlendState()
113 VkBlendOp blendOperation; member
199 VkBlendOp blendOperation(int index, const Attachments &attachments) const;
DContext.cpp710 activeBlendState.blendOperation = blendOperation(index, attachments); in getBlendState()
731 bool colorBlend = !(blendOperation(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive()
745 switch(blendState[index].blendOperation) in sourceBlendFactor()
782 switch(blendState[index].blendOperation) in destBlendFactor()
813 VkBlendOp GraphicsState::blendOperation(int index, const Attachments &attachments) const in blendOperation() function in vk::GraphicsState
819 switch(blendState[index].blendOperation) in blendOperation()
933 return blendState[index].blendOperation; in blendOperation()
938 return blendState[index].blendOperation; in blendOperation()
1163 …if(blendOperation(index, attachments) == VK_BLEND_OP_DST_EXT && destBlendFactor(index) == VK_BLEND… in colorWriteActive()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp416 bool Context::setBlendOperation(BlendOperation blendOperation) in setBlendOperation() argument
418 bool modified = (Context::blendOperationState != blendOperation); in setBlendOperation()
419 Context::blendOperationState = blendOperation; in setBlendOperation()
759 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE); in alphaBlendActive()
812 BlendOperation Context::blendOperation() in blendOperation() function in sw::Context
980 return blendOperation(); in blendOperationAlpha()
1491 if(blendOperation() == BLENDOP_DEST && destBlendFactor() == BLEND_ONE && in colorWriteActive()
DContext.hpp323 bool setBlendOperation(BlendOperation blendOperation);
368 BlendOperation blendOperation();
DPixelProcessor.hpp77 BlendOperation blendOperation : BITS(BLENDOP_LAST); member
290 void setBlendOperation(BlendOperation blendOperation);
DPixelProcessor.cpp844 void PixelProcessor::setBlendOperation(BlendOperation blendOperation) in setBlendOperation() argument
846 context->setBlendOperation(blendOperation); in setBlendOperation()
1031 state.blendOperation = context->blendOperation(); in update()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp2142 switch(state.blendState[index].blendOperation) in computeAdvancedBlendMode()
2212 UNSUPPORTED("Unsupported advanced VkBlendOp: %d", int(state.blendState[index].blendOperation)); in computeAdvancedBlendMode()
2452 switch(state.blendState[index].blendOperation) in alphaBlend()
2512 UNSUPPORTED("VkBlendOp: %d", int(state.blendState[index].blendOperation)); in alphaBlend()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1202 switch(state.blendOperation) in alphaBlend()
2139 switch(state.blendOperation) in alphaBlend()