Home
last modified time | relevance | path

Searched refs:m_storage (Results 1 – 23 of 23) sorted by relevance

/external/eigen/debug/msvc/
Deigen_autoexp_part.dat33 x : ($c.m_storage.m_data.array)[0],
34 y : ($c.m_storage.m_data.array)[1],
35 z : ($c.m_storage.m_data.array)[2],
36 w : ($c.m_storage.m_data.array)[3]
46 #array(expr: $e.m_storage.m_data.array[$i], size: 4),
58 x : ($c.m_storage.m_data.array)[0],
59 y : ($c.m_storage.m_data.array)[1],
60 z : ($c.m_storage.m_data.array)[2]
70 #array(expr: $e.m_storage.m_data.array[$i], size: 3),
82 x : ($c.m_storage.m_data.array)[0],
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h52 TensorStorage<Scalar, Dimensions, Options> m_storage;
56 …INLINE Index dimension(std::size_t n) const { return m_storage.dimensions()[n];… in dimension()
57 …G_INLINE const Dimensions& dimensions() const { return m_storage.dimensions(); } in dimensions()
58 …_STRONG_INLINE Index size() const { return m_storage.size(); } in size()
59 …_STRONG_INLINE Scalar *data() { return m_storage.data(); } in data()
60 …_STRONG_INLINE const Scalar *data() const { return m_storage.data(); } in data()
82 return m_storage.data()[linearizedIndex(indices)]; in coeff()
89 return m_storage.data()[index]; in coeff()
96 return m_storage.data()[0]; in coeff()
114 return m_storage.data()[linearizedIndex(indices)]; in coeffRef()
[all …]
DTensor.h87 TensorStorage<Scalar, Dimensions, Options> m_storage;
101 …E Index dimension(std::size_t n) const { return m_storage.dimensions()[n];… in dimension()
102 …INE const Dimensions& dimensions() const { return m_storage.dimensions(); } in dimensions()
103 …NG_INLINE Index size() const { return m_storage.size(); } in size()
104 …NG_INLINE Scalar *data() { return m_storage.data(); } in data()
105 …NG_INLINE const Scalar *data() const { return m_storage.data(); } in data()
127 return m_storage.data()[linearizedIndex(indices)]; in coeff()
144 return m_storage.data()[0]; in coeff()
150 return m_storage.data()[index]; in coeff()
167 return m_storage.data()[linearizedIndex(indices)]; in coeffRef()
[all …]
/external/eigen/Eigen/src/Core/
DPlainObjectBase.h139 …, Base::MaxSizeAtCompileTime, Base::RowsAtCompileTime, Base::ColsAtCompileTime, Options> m_storage;
151 EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); }
153 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); }
163 return m_storage.data()[colId + rowId * m_storage.cols()];
165 return m_storage.data()[rowId + colId * m_storage.rows()];
175 return m_storage.data()[index];
186 return m_storage.data()[colId + rowId * m_storage.cols()];
188 return m_storage.data()[rowId + colId * m_storage.rows()];
198 return m_storage.data()[index];
207 return m_storage.data()[colId + rowId * m_storage.cols()];
[all …]
DArray.h60 using Base::m_storage;
212 m_storage.data()[0] = val0;
213 m_storage.data()[1] = val1;
214 m_storage.data()[2] = val2;
222 m_storage.data()[0] = val0;
223 m_storage.data()[1] = val1;
224 m_storage.data()[2] = val2;
225 m_storage.data()[3] = val3;
DMatrix.h351 m_storage.data()[0] = x;
352 m_storage.data()[1] = y;
353 m_storage.data()[2] = z;
361 m_storage.data()[0] = x;
362 m_storage.data()[1] = y;
363 m_storage.data()[2] = z;
364 m_storage.data()[3] = w;
403 using Base::m_storage;
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp169 const StorageType m_storage; member in deqp::gles31::Functional::__anon7f4c81d10111::InterInvocationTestCase
188 , m_storage (storage) in InterInvocationTestCase()
202 DE_ASSERT(m_storage < STORAGE_LAST); in InterInvocationTestCase()
217 if (m_useAtomic && m_storage == STORAGE_IMAGE && !checkSupport(m_context)) in init()
229 if (m_storage == STORAGE_BUFFER) in init()
242 else if (m_storage == STORAGE_IMAGE) in init()
317 …m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer… in iterate()
342 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages) in runCompute()
347 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages) in runCompute()
355 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages) in runCompute()
[all …]
Des31fProgramInterfaceQueryTests.cpp311 , m_storage (storage) in StorageQualifier()
317 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon3065ecfe0111::ResourceDefinition::StorageQualifier
602 variable.storage = qualifier->m_storage; in generateProgramDefinitionFromResource()
607 interfaceBlock.storage = qualifier->m_storage; in generateProgramDefinitionFromResource()
1211 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName()
1212 storageDef->m_storage == glu::STORAGE_PATCH_OUT) in genTestCaseName()
1388 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()
1389 … structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\""; in genMultilineDescription()
1678 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon3065ecfe0111::InterfaceBlockBaseCase
1685 , m_storage (storage) in InterfaceBlockBaseCase()
[all …]
Des31fProgramInterfaceDefinitionUtil.cpp985 : m_storage(storage) in InterfaceBlockStorageFilter()
991 return m_storage == b.storage; in operator ()()
995 const glu::Storage m_storage; member in deqp::gles31::Functional::__anonf492379c0111::InterfaceBlockStorageFilter
1002 : m_storage(storage) in VariableDeclarationStorageFilter()
1008 return m_storage == d.storage; in operator ()()
1012 const glu::Storage m_storage; member in deqp::gles31::Functional::__anonf492379c0111::VariableDeclarationStorageFilter
/external/deqp/framework/randomshaders/
DrsgVariable.hpp58 Storage getStorage (void) const { return m_storage; } in getStorage()
63 void setStorage (Storage storage) { m_storage = storage; } in setStorage()
72 Storage m_storage; member in rsg::Variable
DrsgVariable.cpp33 , m_storage (storage) in Variable()
48 switch (m_storage) in tokenizeDeclaration()
DrsgVariableValue.cpp271 , m_storage(other.m_variable->getType()) in VariableValue()
273 m_storage.getValue(getType()) = other.getValue().value(); in VariableValue()
279 m_storage.setStorage(getType()); in operator =()
280 m_storage.getValue(getType()) = other.getValue().value(); in operator =()
DrsgVariableValue.hpp348 …VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType())… in VariableValue()
352 ValueAccess getValue (void) { return m_storage.getValue(m_variable->getType()); } in getValue()
353 ConstValueAccess getValue (void) const { return m_storage.getValue(m_variable->getType()); } in getValue()
362 ValueStorage<1> m_storage; member in rsg::VariableValue
/external/llvm-project/pstl/test/support/
Dutils.h318 std::vector<T> m_storage; variable
330 explicit Sequence(size_t size) : m_storage(size) {} in Sequence()
337 m_storage.reserve(size); in Sequence()
340 m_storage.push_back(T(f(k))); in Sequence()
342 Sequence(const std::initializer_list<T>& data) : m_storage(data) {} in Sequence()
347 return m_storage.begin(); in begin()
352 return m_storage.end(); in end()
357 return m_storage.begin(); in begin()
362 return m_storage.end(); in end()
367 return m_storage.cbegin(); in cbegin()
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp449 : m_storage (storage) in ContextArray()
464 if (m_storage == STORAGE_BUFFER) in ContextArray()
473 if (m_storage == STORAGE_BUFFER) in ~ContextArray()
478 else if (m_storage == STORAGE_USER) in ~ContextArray()
494 if (m_storage == STORAGE_BUFFER) in data()
502 else if (m_storage == STORAGE_USER) in data()
518 if (m_storage == STORAGE_BUFFER) in subdata()
526 else if (m_storage == STORAGE_USER) in subdata()
546 if (m_storage == STORAGE_USER) in bindIndexArray()
549 else if (m_storage == STORAGE_BUFFER) in bindIndexArray()
[all …]
DglsDrawTest.cpp906 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType()
913 DrawTestSpec::Storage m_storage; member in deqp::gls::__anonde041cf70111::AttributeArray
934 : m_storage (storage) in AttributeArray()
951 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in AttributeArray()
960 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in ~AttributeArray()
965 else if (m_storage == DrawTestSpec::STORAGE_USER) in ~AttributeArray()
976 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in data()
984 else if (m_storage == DrawTestSpec::STORAGE_USER) in data()
1052 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in bindAttribute()
1059 else if (m_storage == DrawTestSpec::STORAGE_USER) in bindAttribute()
[all …]
DglsVertexArrayTests.hpp185 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType()
199 Storage m_storage; member in deqp::gls::ContextArray
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp535 const Storage m_storage; member in deqp::gles2::Stress::__anonb047d2f00111::VertexAttributeCase
544 , m_storage (storage) in VertexAttributeCase()
564 if (m_storage == STORAGE_BUFFER) in init()
644 if (m_storage == STORAGE_BUFFER) in iterate()
664 if (m_storage == STORAGE_BUFFER) in iterate()
681 else if (m_storage == STORAGE_CLIENT) in iterate()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp547 const Storage m_storage; member in deqp::gles3::Stress::__anonb0adb5d20111::VertexAttributeCase
556 , m_storage (storage) in VertexAttributeCase()
576 if (m_storage == STORAGE_BUFFER) in init()
656 if (m_storage == STORAGE_BUFFER) in iterate()
676 if (m_storage == STORAGE_BUFFER) in iterate()
693 else if (m_storage == STORAGE_CLIENT) in iterate()
/external/eigen/doc/
DInsideEigenExample.dox85 …e/Matrix.h. Besides some assertions, all it does is to construct the \a m_storage member, which is…
226 …eigen_assert(m_storage.data()!=0 && "you cannot use operator= with a non initialized matrix (inste…
395 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x);
448 return internal::ploadt<Scalar, LoadMode>(m_storage.data() + index);
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp466 , m_storage(storage) in Variable()
479 , m_storage(storage) in Variable()
500 STORAGE m_storage; member
Dgl4cEnhancedLayoutsTests.cpp3826 , m_storage(var.m_storage) in Variable()
3844 return m_descriptor.GetDefinition(flavour, m_storage); in GetDefinition()
4609 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface()
4621 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface()
4640 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface()
4672 switch (variable.m_storage) in cloneVariableForStage()
4687 cloneVariableForStage(variable, stage, variable.m_storage, prefix); in cloneVariableForStage()
4715 var->m_storage = storage; in cloneVariableForStage()
/external/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi20783 …<var-decl name='m_storage' type-id='type-id-3571' visibility='default' filepath='src/third_party/b…
20947 …<var-decl name='m_storage' type-id='type-id-3580' visibility='default' filepath='src/third_party/b…
21183 …<var-decl name='m_storage' type-id='type-id-3592' visibility='default' filepath='src/third_party/b…