Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1447 bool typeContainsIntegers = (type.type == EbtInt || type.type == EbtUInt || in checkInputOutputTypeIsValidES3() local
1450 if(typeContainsIntegers && qualifier != EvqFlatIn && qualifier != EvqFlatOut) in checkInputOutputTypeIsValidES3()