Searched refs:EbtGenType (Results 1 – 3 of 3) sorted by relevance
54 EbtGenType, // non type: represents float, vec2, vec3, and vec4 enumerator
240 …return basicType == EbtGenType || basicType == EbtGenIType || basicType == EbtGenUType || basicTyp… in IsGenType()270 case EbtGenType: return new TType(EbtFloat, size); in GenType()
31 TType *genType = new TType(EbtGenType); in InsertBuiltInFunctions()