Searched refs:rectColorTmp (Results 1 – 1 of 1) sorted by relevance
2332 …Vec4 rectColorTmp = calculateFinalColor(m_param, m_param.blendOps[0], srcColors[color], dstColors[… in verifyTestResult() local2336 if (rectColorTmp.w() > 0.0f) in verifyTestResult()2338 rectColorTmp.x() = rectColorTmp.x() / rectColorTmp.w(); in verifyTestResult()2339 rectColorTmp.y() = rectColorTmp.y() / rectColorTmp.w(); in verifyTestResult()2340 rectColorTmp.z() = rectColorTmp.z() / rectColorTmp.w(); in verifyTestResult()2345 if (rectColorTmp != Vec4(0.0f)) in verifyTestResult()2350 …= calculateFinalColor(m_param, m_param.blendOps[1], srcColors[secondDrawColorIndex], rectColorTmp); in verifyTestResult()