Home
last modified time | relevance | path

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

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