Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp103 TBehavior behaviorVal = getBehavior(behavior); in handleExtension() local
104 if (behaviorVal == EBhUndefined) in handleExtension()
113 if (behaviorVal == EBhRequire) in handleExtension()
119 else if (behaviorVal == EBhEnable) in handleExtension()
129 iter->second = behaviorVal; in handleExtension()
137 iter->second = behaviorVal; in handleExtension()
142 switch (behaviorVal) { in handleExtension()
152 UNREACHABLE(behaviorVal); in handleExtension()