Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DScalarizeVecAndMatConstructorArgs.cpp104 case EOpConstructBVec4: in visitAggregate()
142 case EOpConstructBVec4: in scalarizeArgs()
DintermOut.cpp303 case EOpConstructBVec4: out << "Construct bvec4"; break; in visitAggregate()
DIntermNode.h164 EOpConstructBVec4, enumerator
DOutputGLSLBase.cpp684 case EOpConstructBVec4: in visitAggregate()
DIntermNode.cpp315 case EOpConstructBVec4: in isConstructor()
DOutputHLSL.cpp2188 …case EOpConstructBVec4: outputConstructor(visit, node->getType(), "bvec4", node->getSequence());… in visitAggregate()
DParseContext.cpp1575 case 4: op = EOpConstructBVec4; break; in addConstructorFunc()