Searched refs:EbtGenBType (Results 1 – 3 of 3) sorted by relevance
57 EbtGenBType, // non type: represents bool, bvec2, bvec3, and bvec4 enumerator
240 … == EbtGenType || basicType == EbtGenIType || basicType == EbtGenUType || basicType == EbtGenBType; in IsGenType()273 case EbtGenBType: return new TType(EbtBool, size); in GenType()
39 TType *genBType = new TType(EbtGenBType); in InsertBuiltInFunctions()