Searched refs:isScalarType (Results 1 – 7 of 7) sorted by relevance
207 bool isScalar(Id resultId) const { return isScalarType(getTypeId(resultId)); } in isScalar()222 bool isScalarType(Id typeId) const in isScalarType() function
2133 if (! isScalarType(resultType)) { in createTextureCall()2263 if (isScalarType(valueType) || isVectorType(valueType)) { in createCompositeCompare()2282 if (isScalarType(valueType)) { in createCompositeCompare()
4114 if (builder.isScalarType(nominalTypeId)) { in accessChainLoad()4142 if (builder.isScalarType(nominalTypeId)) { in accessChainStore()
229 static inline bool isScalarType (ValueType type) in isScalarType() function1320 int curInScalarSize = isScalarType(v.valueType) ? 1 : inScalarSize;1333 …if (inputNdx == 0 || isScalarType(prevV.valueType) != isScalarType(v.valueType)) // \note Only wri…
264 static inline bool isScalarType (ValueType type) in isScalarType() function1785 const int prevInScalarSize = isScalarType(prevV.valueType) ? 1 : inScalarSize; in init()1792 const int curInScalarSize = isScalarType(v.valueType) ? 1 : inScalarSize; in init()
343 const auto isScalarType = [](int type) { return (type & TypeStringColumnMask) == 0; }; in AddTabledBuiltin() local361 if ((function.classes & ClassV1) && !isScalarType(type)) in AddTabledBuiltin()373 if ((function.classes & ClassNS) && isScalarType(type)) in AddTabledBuiltin()
353 static inline bool isScalarType (ValueType type) in isScalarType() function2184 int prevInScalarSize = isScalarType(prevV.valueType) ? 1 : inScalarSize;2191 int curInScalarSize = isScalarType(v.valueType) ? 1 : inScalarSize;