Lines Matching defs:El
225 IO &IO, DXContainerYAML::SignatureElement &El) {
226 IO.mapRequired("Name", El.Name);
227 IO.mapRequired("Indices", El.Indices);
228 IO.mapRequired("StartRow", El.StartRow);
229 IO.mapRequired("Cols", El.Cols);
230 IO.mapRequired("StartCol", El.StartCol);
231 IO.mapRequired("Allocated", El.Allocated);
232 IO.mapRequired("Kind", El.Kind);
233 IO.mapRequired("ComponentType", El.Type);
234 IO.mapRequired("Interpolation", El.Mode);
235 IO.mapRequired("DynamicMask", El.DynamicMask);
236 IO.mapRequired("Stream", El.Stream);