Home
last modified time | relevance | path

Searched refs:blendDstFactorA (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrFragmentOperations.hpp125 float blendDstFactorA; member
DrrFragmentOperations.cpp455 SWITCH_SRC_OR_DST_FACTOR_A(dstFunc, blendDstFactorA) in executeBlendFactorComputeA()
489 …D_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA + dstColor.w()*sample.blendDstFactorA) break; in executeBlend()
490 …D_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA - dstColor.w()*sample.blendDstFactorA) break; in executeBlend()
491 …UBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, dstColor.w()*sample.blendDstFactorA - srcColor.w(… in executeBlend()