Searched refs:blendOperation (Results 1 – 8 of 8) sorted by relevance
95 VkBlendOp blendOperation, in BlendState()103 , blendOperation(blendOperation) in BlendState()112 VkBlendOp blendOperation; member193 VkBlendOp blendOperation(int index, const Attachments &attachments) const;
662 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::GraphicsState743 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()
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();
76 BlendOperation blendOperation : BITS(BLENDOP_LAST); member289 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()
1197 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()
1202 switch(state.blendOperation) in alphaBlend()2139 switch(state.blendOperation) in alphaBlend()