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

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp522 int outScalarSize = getDataTypeScalarSize(spec.output); local
525 op << "\tcolor." << s_outSwizzles[outScalarSize-1] << " = ";
527 if (!isResFloatVec && outScalarSize == 1)
530 op << "vec" << outScalarSize << "(res)"; local
1254 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \todo [petri] Int. local
1255 DataType outDataType = isFloatOut ? s_floatTypes[outScalarSize - 1]
1256 : isIntOut ? s_intTypes[outScalarSize - 1]
1257 : isBoolOut ? s_boolTypes[outScalarSize - 1]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp801 int outScalarSize = getDataTypeScalarSize(m_spec.output); local
804 op << "\tcolor." << s_outSwizzles[outScalarSize-1] << " = ";
806 if (!isResFloatVec && outScalarSize == 1)
809 op << "vec" << outScalarSize << "(res)"; local
821 if (resultScale != 1.0f) op << " * " << twoValuedVec4(de::toString(resultScale), "1.0", s_outSwizzleChannelMasks[outScalarSize-1]);
822 if (resultBias != 0.0f) op << " + " << twoValuedVec4(de::floatToString(resultBias, 2), "0.0", s_outSwizzleChannelMasks[outScalarSize-1]);
1891 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \todo [petri] Int. local
1892 DataType outDataType = isFloatOut ? s_floatTypes[outScalarSize - 1]
1893 : isIntOut ? s_intTypes[outScalarSize - 1]
1894 : isUintOut ? s_uintTypes[outScalarSize
[all...]

Completed in 203 milliseconds