Home
last modified time | relevance | path

Searched refs:SupportsPrecision (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h338 inline bool SupportsPrecision(TBasicType type) in SupportsPrecision() function
Dglslang.y1010 if (!SupportsPrecision($2.type)) {
Dglslang_tab.cpp3712 if (!SupportsPrecision((yyvsp[0].interm.type).type)) { in yyparse()
/external/angle/src/compiler/translator/
DSymbolTable.cpp352 if (!SupportsPrecision(type)) in getDefaultPrecision()
DBaseTypes.h977 inline bool SupportsPrecision(TBasicType type) in SupportsPrecision() function
DParseContext.cpp82 if (!SupportsPrecision(type.getBasicType())) in CanSetDefaultPrecisionOnType()
455 if (precision != EbpUndefined && !SupportsPrecision(type)) in checkPrecisionSpecified()