Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp102 TBehavior behaviorVal = getBehavior(behavior); in handleExtension() local
103 if (behaviorVal == EBhUndefined) in handleExtension()
112 if (behaviorVal == EBhRequire) in handleExtension()
118 else if (behaviorVal == EBhEnable) in handleExtension()
128 iter->second = behaviorVal; in handleExtension()
136 iter->second = behaviorVal; in handleExtension()
141 switch (behaviorVal) { in handleExtension()
151 UNREACHABLE(behaviorVal); in handleExtension()