Searched refs:getPrecision (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp478 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
490 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
560 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
583 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
660 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
690 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
772 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
781 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
835 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
858 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
[all...]
H A Des31fShaderIntegerFunctionTests.cpp372 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
426 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
468 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
520 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
562 // const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
652 // const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
743 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
807 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
830 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
881 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp447 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
459 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
529 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
552 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
629 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
659 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
741 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
750 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
804 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
827 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision();
[all...]
H A Des3fTransformFeedbackTests.cpp529 glu::Precision precision = attrib.type.getPrecision();
714 glu::Precision precision = attribute.type.getPrecision();
/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp138 Precision getPrecision (void) const { return m_precision; } function in class:rsg::VariableType
H A DrsgExpression.cpp777 DE_ASSERT(type.getPrecision() == VariableType::PRECISION_NONE);
/external/deqp/framework/opengl/
H A DgluVarType.cpp371 if (curType->getPrecision() != PRECISION_LAST)
372 str << glu::getPrecisionName(curType->getPrecision()) << " ";
H A DgluVarType.hpp63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } function in class:glu::VarType
H A DgluVarTypeUtil.hpp397 Precision precision = curType->getPrecision();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLShaderVar.h239 Precision getPrecision() const { return fPrecision; } function in class:GrGLShaderVar
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSetMetaData.java124 public int getPrecision(int column) throws java.sql.SQLException { method in class:JDBCResultSetMetaData
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h239 Precision getPrecision() const { return fPrecision; } function in class:GrGLShaderVar
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp329 child = addConversion(op, TType(newType, child->getPrecision(), EvqTemporary,
537 TType type(promoteTo, node->getPrecision(), EvqTemporary, node->getNominalSize(), node->getSecondarySize(), node->isArray());
1055 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision());
1822 return addConstantUnion(leftUnionArray, TType(promoteTo, t.getPrecision(), t.getQualifier(), t.getNominalSize(), t.getSecondarySize(), t.isArray()), node->getLine());
H A Dintermediate.h281 TPrecision getPrecision() const { return type.getPrecision(); } function in class:TIntermTyped
H A DTypes.h262 TPrecision getPrecision() const function in class:TType
H A DVariableInfo.cpp173 varInfo.precision = type.getPrecision();
H A DParseContext.cpp2198 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), EvqTemporary, baseExpression->getNominalSize(), baseExpression->getSecondarySize()));
2209 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), qualifier, baseExpression->getRows()));
2214 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), qualifier));
2255 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), EvqConst, (int) (fieldString).size()));
2263 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), EvqTemporary, (int) vectorString.size()));
2286 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(),EvqTemporary, baseExpression->getCols(), baseExpression->getRows()));
2294 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision()));
H A DOutputGLSLBase.cpp97 if (writeVariablePrecision(type.getPrecision()))
1060 if (writeVariablePrecision(field->type()->getPrecision()))
H A DOutputHLSL.cpp4120 switch (type.getPrecision())
4132 switch (type.getPrecision())
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h475 const OptionalAmount &getPrecision() const { function in class:clang::analyze_printf::PrintfSpecifier
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h494 inline int getPrecision() const;
1812 inline int mpreal::getPrecision() const function in class:mpfr::mpreal
2902 inline static int digits(const mpfr::mpreal& x) { return x.getPrecision(); }
2911 return mpfr::bits2digits(x.getPrecision());
/external/clang/lib/Sema/
H A DSemaChecking.cpp2963 if (!HandleAmount(FS.getPrecision(), /* precision */ 1,
2998 HandleInvalidAmount(FS, FS.getPrecision(), /* precision */ 1,
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 449 milliseconds

12