Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1406 bool typeContainsIntegers = (type.type == EbtInt || type.type == EbtUInt || in checkInputOutputTypeIsValidES3() local
1409 if(typeContainsIntegers && qualifier != EvqFlatIn && qualifier != EvqFlatOut) in checkInputOutputTypeIsValidES3()
/external/angle/src/compiler/translator/
DParseContext.cpp2604 bool typeContainsIntegers = in checkInputOutputTypeIsValidES3() local
2611 if (typeContainsIntegers && qualifier != EvqFlatIn && qualifier != EvqFlatOut && in checkInputOutputTypeIsValidES3()