Lines Matching defs:El
205 for (auto El : P.Info->SigInputElements)
207 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol,
208 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask,
209 El.Stream});
211 for (auto El : P.Info->SigOutputElements)
213 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol,
214 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask,
215 El.Stream});
217 for (auto El : P.Info->SigPatchOrPrimElements)
219 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol,
220 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask,
221 El.Stream});