Lines Matching refs:Precision

123 inline bool supportsSignedZero (glu::Precision precision)  in supportsSignedZero()
149 static int getMinMantissaBits (glu::Precision precision) in getMinMantissaBits()
390 static const char* getPrecisionPostfix (glu::Precision precision) in getPrecisionPostfix()
414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName()
422 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase()
447 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
459 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
504 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase()
529 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
552 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
610 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase()
629 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
659 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
721 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase()
741 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
750 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
787 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase()
804 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
827 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
868 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase()
885 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
908 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
949 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase()
972 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
981 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1009 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase()
1018 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase()
1077 …FloorCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in FloorCase()
1096 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
1112 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1173 …TruncCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in TruncCase()
1192 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
1218 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1281 …RoundCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in RoundCase()
1300 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
1330 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1409 …CeilCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in CeilCase()
1428 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
1445 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1514 …FractCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in FractCase()
1533 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
1563 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1659 …ass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::Shad… in addFunctionCases()