Searched refs:getLevels (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp419 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } function in class:tcu::Texture1DView
470 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } function in class:tcu::Texture2DView
539 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } function in class:tcu::TextureLevelPyramid
540 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } function in class:tcu::TextureLevelPyramid
768 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } function in class:tcu::Texture1DArrayView
795 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } function in class:tcu::Texture2DArrayView
952 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } function in class:tcu::Texture3DView
1031 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } function in class:tcu::TextureCubeArrayView
H A DtcuTexture.cpp2982 , m_view (getNumLevels(), getLevels())
2989 , m_view (getNumLevels(), getLevels())
3001 m_view = Texture1DView(getNumLevels(), getLevels());
3025 , m_view (getNumLevels(), getLevels())
3033 , m_view (getNumLevels(), getLevels())
3046 m_view = Texture2DView(getNumLevels(), getLevels());
3346 , m_view (getNumLevels(), getLevels())
3354 , m_view (getNumLevels(), getLevels())
3367 m_view = Texture1DArrayView(getNumLevels(), getLevels());
3392 , m_view (getNumLevels(), getLevels())
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h147 /// getLevels - Returns the number of common loops surrounding the
149 virtual unsigned getLevels() const { return 0; } function in class:llvm::Dependence
241 /// getLevels - Returns the number of common loops surrounding the
243 unsigned getLevels() const override { return Levels; }
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4838 m_view = tcu::Texture2DView(numLevels, m_levels.getLevels() + baseLevel);
4911 m_view = tcu::Texture2DView(numLevels, m_levels.getLevels() + baseLevel);
5024 faces[face] = m_levels[face].getLevels() + baseLevel;
5140 m_view = tcu::Texture2DArrayView(numLevels, m_levels.getLevels() + baseLevel);
5245 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getLevels() + baseLevel);
5398 m_view = tcu::Texture3DView(numLevels, m_levels.getLevels() + baseLevel);
H A DsglrReferenceContext.hpp124 const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } function in class:sglr::rc::TextureLevelArray
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp401 return tcu::Texture2DView(1, view.getLevels() + level);
406 return tcu::Texture2DArrayView(1, view.getLevels() + level);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp115 return tcu::Texture1DView(numLevels, view.getLevels()+clampedBase);
123 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase);
144 return tcu::Texture3DView(numLevels, view.getLevels()+clampedBase);
152 return tcu::TextureCubeArrayView(numLevels, view.getLevels()+clampedBase);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp168 for (unsigned Level = 1; Level <= D->getLevels(); Level++) {
590 unsigned Levels = getLevels();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2475 milliseconds