Lines Matching refs:Precision
111 inline int getShaderUintBitCount (glu::ShaderType shaderType, glu::Precision precision) in getShaderUintBitCount()
137 …::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUin… in generateRandomInputData()
322 static const char* getPrecisionPostfix (glu::Precision precision) in getPrecisionPostfix()
350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName()
358 …UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in UaddCarryCase()
372 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
426 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
454 …UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderTyp… in UsubBorrowCase()
468 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
520 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
548 …UmulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in UmulExtendedCase()
638 …ImulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in ImulExtendedCase()
729 …BitfieldExtractCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldExtractCase()
743 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
792 …BitfieldInsertCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in BitfieldInsertCase()
807 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
830 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
869 …BitfieldReverseCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldReverseCase()
881 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
890 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
915 …BitCountCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in BitCountCase()
930 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
939 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
975 …FindLSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType s… in FindLSBCase()
990 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
999 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1053 …FindMSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType s… in FindMSBCase()
1068 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
1077 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
1138 …ass(parent->getContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::Shad… in addFunctionCases()