Searched refs:blendedA (Results 1 – 2 of 2) sorted by relevance
489 …case BLENDEQUATION_ADD: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSrcFa… in executeBlend()490 …case BLENDEQUATION_SUBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, srcColor.w()*sample.blendSr… in executeBlend()491 …case BLENDEQUATION_REVERSE_SUBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, dstColor.w()*sample.b… in executeBlend()492 …case BLENDEQUATION_MIN: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, min(srcColor.w(), dstColor.w()… in executeBlend()493 …case BLENDEQUATION_MAX: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, max(srcColor.w(), dstColor.w()… in executeBlend()665 sample.blendedA = p0 + p1 + p2; in executeAdvancedBlend()705 combinedColor.w() = m_sampleRegister[regSampleNdx].blendedA; in executeColorWrite()733 dstPtr[3] = tcu::floatToU8(m_sampleRegister[regSampleNdx].blendedA); in executeRGBA8ColorWrite()750 newColor.w() = m_sampleRegister[regSampleNdx].blendedA; in executeMaskedColorWrite()984 m_sampleRegister[regSampleNdx].blendedA = frag.value.get<float>().w(); in render()[all …]
127 float blendedA; member