HomeSort by relevance Sort by last modified time
    Searched defs:m_storage (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariable.hpp 58 Storage getStorage (void) const { return m_storage; }
63 void setStorage (Storage storage) { m_storage = storage; }
72 Storage m_storage; member in class:rsg::Variable
rsgVariableValue.hpp 348 VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType()) {}
352 ValueAccess getValue (void) { return m_storage.getValue(m_variable->getType()); }
353 ConstValueAccess getValue (void) const { return m_storage.getValue(m_variable->getType()); }
362 ValueStorage<1> m_storage; member in class:rsg::VariableValue
  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 162 const StorageType m_storage; member in class:deqp::gles31::Functional::__anon18808::InterInvocationTestCase
181 , m_storage (storage)
195 DE_ASSERT(m_storage < STORAGE_LAST);
211 if (m_useAtomic && m_storage == STORAGE_IMAGE && !supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic"))
223 if (m_storage == STORAGE_BUFFER)
236 else if (m_storage == STORAGE_IMAGE)
311 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer") : ("image")) + " content verification failed").c_str());
336 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages)
341 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages)
349 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages
    [all...]
es31fProgramInterfaceQueryTests.cpp 304 , m_storage (storage)
310 const glu::Storage m_storage; member in class:deqp::gles31::Functional::__anon18748::ResourceDefinition::StorageQualifier
595 variable.storage = qualifier->m_storage;
600 interfaceBlock.storage = qualifier->m_storage;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFixedSize.h 52 TensorStorage<Scalar, Dimensions, Options> m_storage; member in class:Eigen::TensorFixedSize
56 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index dimension(std::size_t n) const { return m_storage.dimensions()[n]; }
57 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& dimensions() const { return m_storage.dimensions(); }
58 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index size() const { return m_storage.size(); }
59 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar *data() { return m_storage.data(); }
60 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar *data() const { return m_storage.data(); }
82 return m_storage.data()[linearizedIndex(indices)];
89 return m_storage.data()[index];
96 return m_storage.data()[0];
114 return m_storage.data()[linearizedIndex(indices)]
    [all...]
Tensor.h 87 TensorStorage<Scalar, Dimensions, Options> m_storage; member in class:Eigen::Tensor
101 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index dimension(std::size_t n) const { return m_storage.dimensions()[n]; }
102 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& dimensions() const { return m_storage.dimensions(); }
103 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index size() const { return m_storage.size(); }
104 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar *data() { return m_storage.data(); }
105 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar *data() const { return m_storage.data(); }
127 return m_storage.data()[linearizedIndex(indices)];
144 return m_storage.data()[0];
150 return m_storage.data()[index];
167 return m_storage.data()[linearizedIndex(indices)]
    [all...]
  /external/opencv/
cvjni.h 54 CvMemStorage *m_storage = 0; variable
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 139 DenseStorage<Scalar, Base::MaxSizeAtCompileTime, Base::RowsAtCompileTime, Base::ColsAtCompileTime, Options> m_storage; member in class:Eigen::PlainObjectBase
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()]
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 185 virtual Array::Storage getStorageType (void) const { return m_storage; }
199 Storage m_storage; member in class:deqp::gls::ContextArray
glsDrawTest.cpp 906 DrawTestSpec::Storage getStorageType (void) const { return m_storage; }
913 DrawTestSpec::Storage m_storage; member in class:deqp::gls::__anon18872::AttributeArray
934 : m_storage (storage)
951 if (m_storage == DrawTestSpec::STORAGE_BUFFER)
960 if (m_storage == DrawTestSpec::STORAGE_BUFFER)
965 else if (m_storage == DrawTestSpec::STORAGE_USER)
976 if (m_storage == DrawTestSpec::STORAGE_BUFFER)
984 else if (m_storage == DrawTestSpec::STORAGE_USER)
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp 463 , m_storage(storage)
476 , m_storage(storage)
497 STORAGE m_storage; member in struct:gl4cts::EnhancedLayouts::Utils::Variable
    [all...]

Completed in 335 milliseconds