Home
last modified time | relevance | path

Searched refs:IsPrecisionApplicableToType (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/
Dutil.h86 bool IsPrecisionApplicableToType(TBasicType type);
DValidateAST.cpp796 if (!isBuiltIn && IsPrecisionApplicableToType(node->getBasicType()) && in visitSymbol()
939 if (mOptions.validatePrecision && IsPrecisionApplicableToType(returnType.getBasicType()) && in visitFunctionPrototype()
998 if (mOptions.validatePrecision && IsPrecisionApplicableToType(paramType.getBasicType()) && in visitFunctionPrototype()
1260 if (IsPrecisionApplicableToType(fieldType->getBasicType()) && in visitDeclaration()
Dutil.cpp903 bool IsPrecisionApplicableToType(TBasicType type) in IsPrecisionApplicableToType() function
DIntermNode.cpp191 if (IsPrecisionApplicableToType(node->getBasicType())) in PropagatePrecisionIfApplicable()
/external/angle/src/compiler/translator/tree_util/
DIntermTraverse.cpp555 ASSERT(!IsPrecisionApplicableToType(originalType.getBasicType()) || in updateTree()
556 !IsPrecisionApplicableToType(replacementType.getBasicType()) || in updateTree()