/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 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() 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() 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() 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() 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() [all …]
|
D | es3fTransformFeedbackTests.cpp | 529 glu::Precision precision = attrib.type.getPrecision(); in genAttributeData() 714 glu::Precision precision = attribute.type.getPrecision(); in compareTransformFeedbackOutput()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 478 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 490 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 560 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 583 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 660 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 690 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 772 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 781 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 835 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 858 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() [all …]
|
D | es31fShaderIntegerFunctionTests.cpp | 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() 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() 743 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 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() 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() 930 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() [all …]
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | util.cpp | 171 switch (type.getPrecision()) in GLVariablePrecision() 187 switch (type.getPrecision()) in GLVariablePrecision()
|
D | ParseContext.cpp | 2128 …ession->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), EvqTemporary… in addIndexExpression() 2139 …ession->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), qualifier, b… in addIndexExpression() 2144 …ression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), qualifier)); in addIndexExpression() 2185 …ession->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), EvqConst, (i… in addFieldSelectionExpression() 2193 …ession->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), EvqTemporary… in addFieldSelectionExpression() 2216 …ession->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(),EvqTemporary,… in addFieldSelectionExpression() 2224 … indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision())); in addFieldSelectionExpression()
|
D | ScalarizeVecAndMatConstructorArgs.cpp | 255 type.getPrecision() == EbpUndefined) in createTempVariable()
|
D | IntermNode.h | 273 TPrecision getPrecision() const { return mType.getPrecision(); } in getPrecision() function
|
D | OutputGLSLBase.cpp | 102 if (writeVariablePrecision(type.getPrecision())) in writeVariableType() 1008 if (writeVariablePrecision(field->type()->getPrecision())) in declareStruct()
|
D | IntermNode.cpp | 395 mLeft->getPrecision(), mRight->getPrecision()); in promote()
|
D | Types.h | 267 TPrecision getPrecision() const in getPrecision() function
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 371 if (curType->getPrecision() != PRECISION_LAST) in operator <<() 372 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
|
D | gluVarType.hpp | 63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } in getPrecision() function in glu::VarType
|
D | gluVarTypeUtil.hpp | 397 Precision precision = curType->getPrecision(); in getVarType()
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrShaderVar.h | 218 Precision getPrecision() const { return fPrecision; } in getPrecision() function
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.hpp | 138 Precision getPrecision (void) const { return m_precision; } in getPrecision() function in rsg::VariableType
|
D | rsgExpression.cpp | 777 DE_ASSERT(type.getPrecision() == VariableType::PRECISION_NONE); in tokenize()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLShaderVar.h | 66 var.getArrayCount(), var.getPrecision()) in GrGLShaderVar()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCResultSetMetaData.java | 124 public int getPrecision(int column) throws java.sql.SQLException { in getPrecision() method in JDBCResultSetMetaData
|
/external/skia/src/gpu/gl/ |
D | GrGLShaderVar.h | 239 Precision getPrecision() const { return fPrecision; } in getPrecision() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 475 const OptionalAmount &getPrecision() const { in getPrecision() function
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 494 inline int getPrecision() const; 1812 inline int mpreal::getPrecision() const 2902 …inline static int digits(const mpfr::mpreal& x) { return x.getPrecision(); … 2911 return mpfr::bits2digits(x.getPrecision());
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2963 if (!HandleAmount(FS.getPrecision(), /* precision */ 1, in HandlePrintfSpecifier() 2998 HandleInvalidAmount(FS, FS.getPrecision(), /* precision */ 1, in HandlePrintfSpecifier()
|