Lines Matching refs:refTexture
1678 tcu::Texture2D& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1680 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1681 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1685 refTexture.allocLevel(levelNdx); in createAndUploadTexture()
1686 const PixelBufferAccess& level = refTexture.getLevel(levelNdx); in createAndUploadTexture()
1692 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()
1805 tcu::Texture2DArray& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1807 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1808 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1812 refTexture.allocLevel(levelNdx); in createAndUploadTexture()
1813 const PixelBufferAccess& level = refTexture.getLevel(levelNdx); in createAndUploadTexture()
1825 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()
1941 tcu::TextureCube& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1943 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1944 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1953 refTexture.allocLevel(cubeFace, levelNdx); in createAndUploadTexture()
1954 const PixelBufferAccess& levelFace = refTexture.getLevelFace(levelNdx, cubeFace); in createAndUploadTexture()
1963 …<< TestLog::Message << "Note: texture level's size is " << refTexture.getLevelFace(levelNdx, tcu::… in createAndUploadTexture()
1966 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()