Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp121 TBasicType conditionType = condition->getBasicType(); in visitCase() local
122 if (conditionType != mSwitchType) in visitCase()
129 if (conditionType == EbtInt) in visitCase()
142 else if (conditionType == EbtUInt) in visitCase()