Go to the source code of this file.
|
| template<typename ArrayExtents , typename RecordDim , typename LinearizeArrayIndexFunctor = LinearizeArrayIndexRight> |
| using | llama::mapping::AlignedAoS = AoS< ArrayExtents, RecordDim, FieldAlignment::Align, LinearizeArrayIndexFunctor > |
| |
| template<typename ArrayExtents , typename RecordDim , typename LinearizeArrayIndexFunctor = LinearizeArrayIndexRight> |
| using | llama::mapping::MinAlignedAoS = AoS< ArrayExtents, RecordDim, FieldAlignment::Align, LinearizeArrayIndexFunctor, PermuteFieldsMinimizePadding > |
| |
| template<typename ArrayExtents , typename RecordDim , typename LinearizeArrayIndexFunctor = LinearizeArrayIndexRight> |
| using | llama::mapping::PackedAoS = AoS< ArrayExtents, RecordDim, FieldAlignment::Pack, LinearizeArrayIndexFunctor > |
| |
|
| template<typename TArrayExtents , typename TRecordDim > |
| | llama::mapping::AoS (TArrayExtents, TRecordDim) -> AoS< TArrayExtents, TRecordDim > |
| |