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

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.hpp 243 const std::vector<tcu::ConstPixelBufferAccess>& m_levels; member in class:vkt::texture::SampleVerifier
vktTextureFilteringExplicitLodTests.cpp 682 std::vector<ConstPixelBufferAccess> m_levels; member in class:vkt::texture::__anon16789::TextureFilteringTestInstance
699 , m_levels (testCaseData.pba)
712 m_levels = m_gen->getPba();
718 initializeImage(m_context, m_im.get(), &m_levels[0], m_imParams);
769 m_levels);
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 497 int getWidth (void) const { return m_numLevels > 0 ? m_levels[0].getWidth() : 0; }
498 const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLevels)); return m_levels[ndx]; }
499 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; }
508 const ConstPixelBufferAccess* m_levels; member in class:tcu::Texture1DView
513 , m_levels (levels)
515 DE_ASSERT(m_numLevels >= 0 && ((m_numLevels == 0) == !m_levels));
520 return sampleLevelArray1D(m_levels, m_numLevels, sampler, s, 0 /* depth */, lod);
525 return sampleLevelArray1DOffset(m_levels, m_numLevels, sampler, s, lod, IVec2(offset, 0));
530 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(0, 0));
535 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(offset, 0))
562 const ConstPixelBufferAccess* m_levels; member in class:tcu::Texture2DView
784 const ConstPixelBufferAccess* m_levels[CUBEFACE_LAST]; member in class:tcu::TextureCubeView
871 const ConstPixelBufferAccess* m_levels; member in class:tcu::Texture1DArrayView
901 const ConstPixelBufferAccess* m_levels; member in class:tcu::Texture2DArrayView
1051 const ConstPixelBufferAccess* m_levels; member in class:tcu::Texture3DView
1134 const ConstPixelBufferAccess* m_levels; member in class:tcu::TextureCubeArrayView
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp 1833 int m_levels; member in class:vkt::sr::__anon16705::TextureQueryLevelsInstance
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 147 void clearLevels (void) { m_levels.clear(); }
149 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
150 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
151 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }
163 TextureLevelArray m_levels; member in class:sglr::rc::Texture1D
173 void clearLevels (void) { m_levels.clear(); }
175 bool hasLevel (int level) const { return m_levels.hasLevel(level); }
176 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
177 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); }
189 TextureLevelArray m_levels; member in class:sglr::rc::Texture2D
214 TextureLevelArray m_levels[tcu::CUBEFACE_LAST]; member in class:sglr::rc::TextureCube
240 TextureLevelArray m_levels; member in class:sglr::rc::Texture2DArray
266 TextureLevelArray m_levels; member in class:sglr::rc::Texture3D
292 TextureLevelArray m_levels; member in class:sglr::rc::TextureCubeArray
    [all...]

Completed in 153 milliseconds