Home
last modified time | relevance | path

Searched defs:isScalarInt (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DTypes.h252 bool isScalarInt() const { return isScalar() && (type == EbtInt || type == EbtUInt); } in isScalarInt() function
DIntermNode.h173 bool isScalarInt() const { return getType().isScalarInt(); } in isScalarInt() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h450 bool isScalarInt() const { return isScalar() && IsInteger(type); } in isScalarInt() function
Dintermediate.h325 bool isScalarInt() const { return type.isScalarInt(); } in isScalarInt() function