Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DScalarizeVecAndMatConstructorArgs.cpp102 case EOpConstructBVec2: in visitAggregate()
132 case EOpConstructBVec2: in scalarizeArgs()
DintermOut.cpp301 case EOpConstructBVec2: out << "Construct bvec2"; break; in visitAggregate()
DIntermNode.h162 EOpConstructBVec2, enumerator
DOutputGLSLBase.cpp678 case EOpConstructBVec2: in visitAggregate()
DIntermNode.cpp313 case EOpConstructBVec2: in isConstructor()
DOutputHLSL.cpp2186 …case EOpConstructBVec2: outputConstructor(visit, node->getType(), "bvec2", node->getSequence());… in visitAggregate()
DParseContext.cpp1573 case 2: op = EOpConstructBVec2; break; in addConstructorFunc()