Home
last modified time | relevance | path

Searched refs:AlignmentType (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DBlasUtil.h60 template <typename Packet, int AlignmentType>
62 return ploadt<Packet, AlignmentType>(m_data + i);
74 template<typename Scalar, typename Index, int AlignmentType, int Incr=1>
77 template<typename Scalar, typename Index, int AlignmentType>
78 class BlasLinearMapper<Scalar,Index,AlignmentType>
98 return ploadt<PacketType, AlignmentType>(m_data + i);
103 pstoret<Scalar, PacketType, AlignmentType>(m_data + i, p);
111 template<typename Scalar, typename Index, int StorageOrder, int AlignmentType = Unaligned, int Incr…
163 template<typename Scalar, typename Index, int StorageOrder, int AlignmentType>
164 class blas_data_mapper<Scalar,Index,StorageOrder,AlignmentType,1>
[all …]
DConstants.h232 enum AlignmentType { enum
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h295 template <typename PacketT,int AlignmentType>
309 return this->m_tensor.template packet<AlignmentType>(index);
324 return this->m_tensor.template packet<AlignmentType>(first);
341 template <typename PacketT,int AlignmentType>
364 template <typename PacketT,int AlignmentType>
367 return this->load<PacketT,AlignmentType>(i,j);
463 template <typename PacketT, int AlignmentType>
466 return m_base_mapper.template load<PacketT,AlignmentType>(i, j);
468 …return m_base_mapper.template loadPacket<PacketT,AlignmentType>(i + m_vert_offset, j + m_horiz_off…
486 template <typename PacketT, int AlignmentType>
[all …]
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCPropertyTests.cpp67 enum class AlignmentType enum
73 void checkSequencesOffsetAlignmentSupport(Context &context, AlignmentType) in checkSequencesOffsetAlignmentSupport() argument
107 void storePushConstantWithIndexAlignmentProgram(SourceCollections &dst, AlignmentType) in storePushConstantWithIndexAlignmentProgram() argument
955 tcu::TestStatus minSequencesOffsetAlignmentsRun(Context &context, AlignmentType alignmentType) in minSequencesOffsetAlignmentsRun()
971 …const auto countInBuffer = totalValueCount / ((alignmentType == AlignmentType::COUNT_BUFFER) ? 2… in minSequencesOffsetAlignmentsRun()
1073 if (alignmentType == AlignmentType::COUNT_BUFFER) in minSequencesOffsetAlignmentsRun()
1102 if (alignmentType == AlignmentType::INDEX_BUFFER) in minSequencesOffsetAlignmentsRun()
1258 AlignmentType alignmentType; in createDGCPropertyTests()
1261 {AlignmentType::COUNT_BUFFER, "minSequencesCountBufferOffsetAlignment"}, in createDGCPropertyTests()
1262 {AlignmentType::INDEX_BUFFER, "minSequencesIndexBufferOffsetAlignment"}, in createDGCPropertyTests()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h36 union AlignmentType { union
48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment); in allocate()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matmul.cc35 template <typename T, Eigen::AlignmentType Alignment>
73 template <typename T, Eigen::AlignmentType Alignment>
Druntime_single_threaded_matmul.cc31 template <typename T, Eigen::AlignmentType Alignment>
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1323 enum AlignmentType { enum
1334 AlignmentType align_;
1337 Alignment(AlignmentType align) // NOLINT(runtime/explicit) in Alignment()
1340 : align_(static_cast<AlignmentType>(align)) { in Alignment()
1343 AlignmentType GetType() const { return align_; } in GetType()
1344 bool Is(AlignmentType type) { return align_ == type; } in Is()
Ddisasm-aarch32.cc866 AlignmentType align; in Align_index_align_1_Decode()
877 AlignmentType align; in Align_index_align_1_Decode()
890 AlignmentType align; in Align_index_align_1_Decode()
911 AlignmentType align; in Align_index_align_2_Decode()
924 AlignmentType align; in Align_index_align_2_Decode()
937 AlignmentType align; in Align_index_align_2_Decode()
958 AlignmentType align; in Align_index_align_3_Decode()
971 AlignmentType align; in Align_index_align_3_Decode()
984 AlignmentType align; in Align_index_align_3_Decode()