Searched refs:blendOperation (Results 1 – 8 of 8) sorted by relevance
96 VkBlendOp blendOperation, in BlendState()104 , blendOperation(blendOperation) in BlendState()113 VkBlendOp blendOperation; member199 VkBlendOp blendOperation(int index, const Attachments &attachments) const;
710 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::GraphicsState819 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()
416 bool Context::setBlendOperation(BlendOperation blendOperation) in setBlendOperation() argument418 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::Context980 return blendOperation(); in blendOperationAlpha()1491 if(blendOperation() == BLENDOP_DEST && destBlendFactor() == BLEND_ONE && in colorWriteActive()
323 bool setBlendOperation(BlendOperation blendOperation);368 BlendOperation blendOperation();
77 BlendOperation blendOperation : BITS(BLENDOP_LAST); member290 void setBlendOperation(BlendOperation blendOperation);
844 void PixelProcessor::setBlendOperation(BlendOperation blendOperation) in setBlendOperation() argument846 context->setBlendOperation(blendOperation); in setBlendOperation()1031 state.blendOperation = context->blendOperation(); in update()
2142 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()
1202 switch(state.blendOperation) in alphaBlend()2139 switch(state.blendOperation) in alphaBlend()