Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.hpp125 float blendDstFactorA; member
H A DrrFragmentOperations.cpp455 SWITCH_SRC_OR_DST_FACTOR_A(dstFunc, blendDstFactorA) in executeBlendFactorComputeA()
489 case BLENDEQUATION_ADD: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA + dstColor.w()*sample.blendDstFactorA) break; in executeBlend()
490 case BLENDEQUATION_SUBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA - dstColor.w()*sample.blendDstFactorA) break; in executeBlend()
491 case BLENDEQUATION_REVERSE_SUBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, dstColor.w()*sample.blendDstFactorA - srcColor.w()*sample.blendSrcFactorA) break; in executeBlend()

Completed in 4 milliseconds