Searched refs:EbtGenIType (Results 1 – 3 of 3) sorted by relevance
55 EbtGenIType, // non type: represents int, ivec2, ivec3, and ivec4 enumerator
255 …return basicType == EbtGenType || basicType == EbtGenIType || basicType == EbtGenUType || basicTyp… in IsGenType()286 case EbtGenIType: return new TType(EbtInt, size); in GenType()
37 TType *genIType = new TType(EbtGenIType); in InsertBuiltInFunctions()