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.cpp348 if (!SupportsPrecision(type)) in getDefaultPrecision()
DBaseTypes.h903 inline bool SupportsPrecision(TBasicType type) in SupportsPrecision() function
DParseContext.cpp83 if (!SupportsPrecision(type.getBasicType())) in CanSetDefaultPrecisionOnType()
422 if (precision != EbpUndefined && !SupportsPrecision(type)) in checkPrecisionSpecified()