Searched refs:TPrecision (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputESSL.cpp19 bool TOutputESSL::writeVariablePrecision(TPrecision precision)
H A DOutputESSL.h23 virtual bool writeVariablePrecision(TPrecision precision);
H A DOutputGLSL.h23 virtual bool writeVariablePrecision(TPrecision);
H A DOutputGLSL.cpp19 bool TOutputGLSL::writeVariablePrecision(TPrecision)
H A DTypes.h233 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary,
242 TType(TStructure *userDef, TPrecision p = EbpUndefined)
267 TPrecision getPrecision() const
271 void setPrecision(TPrecision p)
473 TPrecision precision;
504 TPrecision precision;
H A DOutputGLSLBase.h30 virtual bool writeVariablePrecision(TPrecision precision) = 0;
H A DSymbolTable.h395 bool setDefaultPrecision(const TPublicType &type, TPrecision prec)
409 TPrecision getDefaultPrecision(TBasicType type) const;
423 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
H A Dglslang_tab.h211 TPrecision precision;
H A DBaseTypes.h15 enum TPrecision enum
24 inline const char* getPrecisionString(TPrecision p)
H A DSymbolTable.cpp215 TPrecision TSymbolTable::getDefaultPrecision(TBasicType type) const
226 TPrecision prec = EbpUndefined;
H A DIntermNode.cpp22 TPrecision GetHigherPrecision(TPrecision left, TPrecision right)
394 TPrecision higherPrecision = GetHigherPrecision(
H A DParseContext.h90 bool precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType type);
H A DIntermNode.h273 TPrecision getPrecision() const { return mType.getPrecision(); }
H A Dglslang.y78 TPrecision precision;
H A DParseContext.cpp240 bool TParseContext::precisionErrorCheck(const TSourceLoc& line, TPrecision precision, TBasicType type){
H A Dglslang_tab.cpp295 TPrecision precision;

Completed in 170 milliseconds