Searched defs:s_outSwizzleChannelMasks (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp557 static const BVec4 s_outSwizzleChannelMasks[] = member in namespace:deqp::gles3::Functional
600 if (s_outSwizzleChannelMasks[m_resultScalarSize-1][i])
821 if (resultScale != 1.0f) op << " * " << twoValuedVec4(de::toString(resultScale), "1.0", s_outSwizzleChannelMasks[outScalarSize-1]); local
822 if (resultBias != 0.0f) op << " + " << twoValuedVec4(de::floatToString(resultBias, 2), "0.0", s_outSwizzleChannelMasks[outScalarSize-1]); local

Completed in 91 milliseconds