Home
last modified time | relevance | path

Searched refs:EOpLength (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DBuiltInFunctionEmulator.cpp337 case EOpLength: in IdentifyFunction()
DintermOut.cpp183 case EOpLength: out << "length"; break; in visitUnary()
Dintermediate.h126 EOpLength, enumerator
DOutputGLSLBase.cpp394 case EOpLength: preString = "length("; break; in visitUnary()
DInitialize.cpp506 symbolTable.relateToOperator("length", EOpLength); in IdentifyBuiltIns()
DIntermediate.cpp110 case EOpLength: return "length"; in getOperatorString()
DOutputHLSL.cpp1403 case EOpLength: outputTriplet(visit, "length(", "", ")"); break; in visitUnary()