Searched refs:LayoutIsSupported (Results 1 – 3 of 3) sorted by relevance
145 static size_t LayoutIsSupported(const Type& type) { in LayoutIsSupported() function153 return LayoutIsSupported(type.componentType()); in LayoutIsSupported()158 [](const Type::Field& f) { return LayoutIsSupported(*f.fType); }); in LayoutIsSupported()
474 if (!MemoryLayout::LayoutIsSupported(*field.fType)) { in writeStruct()617 if (!MemoryLayout::LayoutIsSupported(*type)) { in getType()3018 if (!MemoryLayout::LayoutIsSupported(type)) { in writeInterfaceBlock()
2022 if (!MemoryLayout::LayoutIsSupported(*fieldType)) { in writeFields()