Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h255 bool isScalarInt() const { return isScalar() && (type == EbtInt || type == EbtUInt); } in isScalarInt() function
DIntermNode.h180 bool isScalarInt() const { return getType().isScalarInt(); } in isScalarInt() function