Searched refs:blendedA (Results 1 – 2 of 2) sorted by relevance
434 …case BLENDEQUATION_ADD: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSrcFa… in executeBlend()435 …case BLENDEQUATION_SUBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSr… in executeBlend()436 …case BLENDEQUATION_REVERSE_SUBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, dstColor.w()*sample.b… in executeBlend()437 …case BLENDEQUATION_MIN: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, min(srcColor.w(), dstColor.w()… in executeBlend()438 …case BLENDEQUATION_MAX: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, max(srcColor.w(), dstColor.w()… in executeBlend()612 sample.blendedA = p0 + p1 + p2; in executeAdvancedBlend()652 combinedColor.w() = m_sampleRegister[regSampleNdx].blendedA; in executeColorWrite()681 dstPtr[3] = tcu::floatToU8(m_sampleRegister[regSampleNdx].blendedA); in executeRGBA8ColorWrite()698 newColor.w() = m_sampleRegister[regSampleNdx].blendedA; in executeMaskedColorWrite()900 m_sampleRegister[regSampleNdx].blendedA = frag.value.get<float>().w(); in render()
127 float blendedA; member