Home
last modified time | relevance | path

Searched refs:EbtGenBType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h57 EbtGenBType, // non type: represents bool, bvec2, bvec3, and bvec4 enumerator
DSymbolTable.h240 … == EbtGenType || basicType == EbtGenIType || basicType == EbtGenUType || basicType == EbtGenBType; in IsGenType()
273 case EbtGenBType: return new TType(EbtBool, size); in GenType()
DInitialize.cpp39 TType *genBType = new TType(EbtGenBType); in InsertBuiltInFunctions()