Searched defs:isScalarInt (Results 1 – 2 of 2) sorted by relevance
255 bool isScalarInt() const { return isScalar() && (type == EbtInt || type == EbtUInt); } in isScalarInt() function
182 bool isScalarInt() const { return getType().isScalarInt(); } in isScalarInt() function