Home
last modified time | relevance | path

Searched refs:blendOperationState (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp206 blendOperationState = VK_BLEND_OP_ADD; in init()
273 bool modified = (Context::blendOperationState != blendOperation); in setBlendOperation()
274 Context::blendOperationState = blendOperation; in setBlendOperation()
388 switch(blendOperationState) in sourceBlendFactor()
409 switch(blendOperationState) in destBlendFactor()
430 switch(blendOperationState) in blendOperation()
535 return blendOperationState; in blendOperation()
DContext.hpp230 VkBlendOp blendOperationState; member in sw::Context
/external/swiftshader/src/Renderer/
DContext.cpp269 blendOperationState = BLENDOP_ADD; in init()
418 bool modified = (Context::blendOperationState != blendOperation); in setBlendOperation()
419 Context::blendOperationState = blendOperation; in setBlendOperation()
774 switch(blendOperationState) in sourceBlendFactor()
795 switch(blendOperationState) in destBlendFactor()
816 switch(blendOperationState) in blendOperation()
921 return blendOperationState; in blendOperation()
DContext.hpp519 BlendOperation blendOperationState; member in sw::Context
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp364 context.blendOperationState = attachment.colorBlendOp; in GraphicsPipeline()