Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DintermOut.cpp183 case EOpLength: out << "length"; break; in visitUnary()
Dintermediate.h123 EOpLength, enumerator
DInitialize.cpp583 symbolTable.relateToOperator("length", EOpLength); in IdentifyBuiltIns()
DOutputGLSL.cpp374 case EOpLength: writeTriplet(visit, "length(", NULL, ")"); break; in visitUnary()
DIntermediate.cpp107 case EOpLength: return "length"; in getOperatorString()
DOutputHLSL.cpp968 case EOpLength: outputTriplet(visit, "length(", "", ")"); break; in visitUnary()