Searched defs:IsScalar (Results 1 – 5 of 5) sorted by relevance
33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
385 bool Type::IsScalar() const { in IsScalar() function in tint::reader::spirv::Type
943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local
1016 struct IsScalar struct