Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.hpp95 VkBlendOp blendOperation, in BlendState()
103 , blendOperation(blendOperation) in BlendState()
112 VkBlendOp blendOperation; member
193 VkBlendOp blendOperation(int index, const Attachments &attachments) const;
DContext.cpp662 activeBlendState.blendOperation = blendOperation(index, attachments); in getBlendState()
683 bool colorBlend = !(blendOperation(index, attachments) == VK_BLEND_OP_SRC_EXT && in alphaBlendActive()
697 switch(blendState[index].blendOperation) in sourceBlendFactor()
720 switch(blendState[index].blendOperation) in destBlendFactor()
737 VkBlendOp GraphicsState::blendOperation(int index, const Attachments &attachments) const in blendOperation() function in vk::GraphicsState
743 switch(blendState[index].blendOperation) in blendOperation()
848 return blendState[index].blendOperation; in blendOperation()
1027 …if(blendOperation(index, attachments) == VK_BLEND_OP_DST_EXT && destBlendFactor(index) == VK_BLEND… in colorWriteActive()
/external/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.hpp76 BlendOperation blendOperation : BITS(BLENDOP_LAST); member
289 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()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1197 switch(state.blendState[index].blendOperation) in alphaBlend()
1238 UNSUPPORTED("VkBlendOp: %d", int(state.blendState[index].blendOperation)); in alphaBlend()
2069 switch(state.blendState[index].blendOperation) in alphaBlend()
2110 UNSUPPORTED("VkBlendOp: %d", int(state.blendState[index].blendOperation)); in alphaBlend()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1202 switch(state.blendOperation) in alphaBlend()
2139 switch(state.blendOperation) in alphaBlend()