/external/eigen/debug/msvc/ |
D | eigen_autoexp_part.dat | 33 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/ |
D | TensorFixedSize.h | 52 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 …]
|
D | Tensor.h | 87 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/ |
D | PlainObjectBase.h | 139 …, 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 …]
|
D | Array.h | 60 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;
|
D | Matrix.h | 351 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/ |
D | es31fSynchronizationTests.cpp | 162 const StorageType m_storage; member in deqp::gles31::Functional::__anonf29a41730111::InterInvocationTestCase 181 , m_storage (storage) in InterInvocationTestCase() 195 DE_ASSERT(m_storage < STORAGE_LAST); in InterInvocationTestCase() 211 …if (m_useAtomic && m_storage == STORAGE_IMAGE && !supportsES32 && !m_context.getContextInfo().isEx… in init() 223 if (m_storage == STORAGE_BUFFER) in init() 236 else if (m_storage == STORAGE_IMAGE) in init() 311 …m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer… in iterate() 336 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages) in runCompute() 341 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages) in runCompute() 349 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages) in runCompute() [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 304 , m_storage (storage) in StorageQualifier() 310 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon93215e200111::ResourceDefinition::StorageQualifier 595 variable.storage = qualifier->m_storage; in generateProgramDefinitionFromResource() 600 interfaceBlock.storage = qualifier->m_storage; in generateProgramDefinitionFromResource() 1204 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName() 1205 storageDef->m_storage == glu::STORAGE_PATCH_OUT) in genTestCaseName() 1381 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription() 1382 … structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\""; in genMultilineDescription() 1671 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon93215e200111::InterfaceBlockBaseCase 1678 , m_storage (storage) in InterfaceBlockBaseCase() [all …]
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 958 : m_storage(storage) in InterfaceBlockStorageFilter() 964 return m_storage == b.storage; in operator ()() 968 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon3c0569be0111::InterfaceBlockStorageFilter 975 : m_storage(storage) in VariableDeclarationStorageFilter() 981 return m_storage == d.storage; in operator ()() 985 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon3c0569be0111::VariableDeclarationStorageFilter
|
/external/deqp/framework/randomshaders/ |
D | rsgVariable.hpp | 58 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
|
D | rsgVariable.cpp | 33 , m_storage (storage) in Variable() 48 switch (m_storage) in tokenizeDeclaration()
|
D | rsgVariableValue.cpp | 271 , 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 =()
|
D | rsgVariableValue.hpp | 348 …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/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 449 : 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 …]
|
D | glsDrawTest.cpp | 906 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType() 913 DrawTestSpec::Storage m_storage; member in deqp::gls::__anon43398ad90111::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 …]
|
D | glsVertexArrayTests.hpp | 185 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/ |
D | es2sSpecialFloatTests.cpp | 535 const Storage m_storage; member in deqp::gles2::Stress::__anon1d06e4520111::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/ |
D | es3sSpecialFloatTests.cpp | 547 const Storage m_storage; member in deqp::gles3::Stress::__anon1d6cc7340111::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/ |
D | InsideEigenExample.dox | 85 …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/ |
D | gl4cEnhancedLayoutsTests.hpp | 463 , m_storage(storage) in Variable() 476 , m_storage(storage) in Variable() 497 STORAGE m_storage; member
|
D | gl4cEnhancedLayoutsTests.cpp | 3769 , m_storage(var.m_storage) in Variable() 3787 return m_descriptor.GetDefinition(flavour, m_storage); in GetDefinition() 4552 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface() 4564 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface() 4583 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface() 4615 switch (variable.m_storage) in cloneVariableForStage() 4630 cloneVariableForStage(variable, stage, variable.m_storage, prefix); in cloneVariableForStage() 4658 var->m_storage = storage; in cloneVariableForStage()
|