/external/angle/src/compiler/translator/ |
D | StaticType.h | 42 TPrecision precision, in BuildStaticMangledName() 66 TPrecision precision, in BuildStaticArrayMangledName() 92 TPrecision precision, 101 TPrecision precision, 128 TPrecision precision, 143 TPrecision precision, 165 TPrecision precision, 177 TPrecision precision, 225 TPrecision precision, 252 TPrecision precision = EbpUndefined, [all …]
|
D | QualifierTypes.h | 132 TPrecisionQualifierWrapper(TPrecision precisionQualifier, const TSourceLoc &line) in TPrecisionQualifierWrapper() 142 TPrecision getQualifier() const { return mPrecisionQualifier; } in getQualifier() 146 TPrecision mPrecisionQualifier; 177 TPrecision precision;
|
D | Types.h | 98 TPrecision p, 111 TPrecision p, in TType() 159 TPrecision getPrecision() const { return precision; } in getPrecision() 160 void setPrecision(TPrecision p) { precision = p; } in setPrecision() 372 TPrecision precision; 499 TPrecision precision;
|
D | SymbolTable.h | 293 void setDefaultPrecision(TBasicType type, TPrecision prec); 297 TPrecision getDefaultPrecision(TBasicType type) const; 355 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel;
|
D | OutputESSL.h | 28 bool writeVariablePrecision(TPrecision precision) override;
|
D | OutputGLSL.h | 28 bool writeVariablePrecision(TPrecision) override;
|
D | OutputESSL.cpp | 31 bool TOutputESSL::writeVariablePrecision(TPrecision precision) in writeVariablePrecision()
|
D | OutputVulkanGLSL.h | 53 bool writeVariablePrecision(TPrecision) override;
|
D | SymbolTable.cpp | 343 void TSymbolTable::setDefaultPrecision(TBasicType type, TPrecision prec) in setDefaultPrecision() 350 TPrecision TSymbolTable::getDefaultPrecision(TBasicType type) const in getDefaultPrecision() 361 TPrecision prec = EbpUndefined; in getDefaultPrecision()
|
D | OutputGLSL.cpp | 32 bool TOutputGLSL::writeVariablePrecision(TPrecision) in writeVariablePrecision() argument
|
D | OutputVulkanGLSL.cpp | 182 bool TOutputVulkanGLSL::writeVariablePrecision(TPrecision precision) in writeVariablePrecision()
|
D | glslang_tab_autogen.h | 277 TPrecision precision;
|
D | OutputGLSLBase.h | 53 virtual bool writeVariablePrecision(TPrecision precision) = 0;
|
D | BaseTypes.h | 23 enum TPrecision enum 35 inline const char *getPrecisionString(TPrecision p) in getPrecisionString()
|
D | ParseContext.h | 126 void checkPrecisionSpecified(const TSourceLoc &line, TPrecision precision, TBasicType type); 293 void parseDefaultPrecisionQualifier(const TPrecision precision,
|
D | IntermNode.cpp | 36 TPrecision GetHigherPrecision(TPrecision left, TPrecision right) in GetHigherPrecision() 671 TPrecision precision = EbpUndefined; in setPrecisionFromChildren() 720 TPrecision precision = EbpUndefined; in setBuiltInFunctionPrecision() 1687 TPrecision higherPrecision = GetHigherPrecision(mLeft->getPrecision(), mRight->getPrecision()); in promote()
|
D | Types.cpp | 170 TType::TType(TBasicType t, TPrecision p, TQualifier q, unsigned char ps, unsigned char ss) in TType()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 251 …TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s0 = 1, int s1 = 1, bool a = fa… 258 TType(TStructure* userDef, TPrecision p = EbpUndefined) : 278 TPrecision getPrecision() const { return precision; } in getPrecision() 279 void setPrecision(TPrecision p) { precision = p; } in setPrecision() 535 TPrecision precision = EbpUndefined; 568 TPrecision precision;
|
D | BaseTypes.h | 23 enum TPrecision : unsigned char enum 32 inline const char *getPrecisionString(TPrecision precision) in getPrecisionString()
|
D | SymbolTable.h | 461 bool setDefaultPrecision(const TPublicType &type, TPrecision prec) in setDefaultPrecision() 475 TPrecision getDefaultPrecision( TBasicType type) in getDefaultPrecision() 484 …TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision() 525 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel;
|
D | glslang_tab.h | 212 TPrecision precision;
|
D | Intermediate.cpp | 29 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ in GetHigherPrecision() 962 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote()
|
D | ParseHelper.h | 122 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type);
|
D | intermediate.h | 316 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision()
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | ReplaceForShaderFramebufferFetch.cpp | 769 const TPrecision loadVarPrecision = glLastFragDataVar->getType().getPrecision(); in ReplaceLastFragData() 839 const TPrecision loadVarPrecision = originInOutVar->getType().getPrecision(); in ReplaceInOutVariables()
|