Searched refs:EbtBVec (Results 1 – 3 of 3) sorted by relevance
61 EbtBVec, // non type: represents bvec2, bvec3, and bvec4 enumerator
251 …return basicType == EbtVec || basicType == EbtIVec || basicType == EbtUVec || basicType == EbtBVec; in IsVecType()294 case EbtBVec: return new TType(EbtBool, size); in VecType()
204 TType *bvec = new TType(EbtBVec); in InsertBuiltInFunctions()