Lines Matching refs:refTexture

1698 		tcu::Texture2D&		refTexture	= m_texture->getRefTexture();  in createAndUploadTexture()  local
1700 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1701 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1705 refTexture.allocLevel(levelNdx); in createAndUploadTexture()
1706 const PixelBufferAccess& level = refTexture.getLevel(levelNdx); in createAndUploadTexture()
1712 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()
1825 tcu::Texture2DArray& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1827 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1828 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1832 refTexture.allocLevel(levelNdx); in createAndUploadTexture()
1833 const PixelBufferAccess& level = refTexture.getLevel(levelNdx); in createAndUploadTexture()
1845 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()
1961 tcu::TextureCube& refTexture = m_texture->getRefTexture(); in createAndUploadTexture() local
1963 …pmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() :… in createAndUploadTexture()
1964 DE_ASSERT(m_baseLevel < refTexture.getNumLevels()); in createAndUploadTexture()
1973 refTexture.allocLevel(cubeFace, levelNdx); in createAndUploadTexture()
1974 const PixelBufferAccess& levelFace = refTexture.getLevelFace(levelNdx, cubeFace); in createAndUploadTexture()
1983 …<< TestLog::Message << "Note: texture level's size is " << refTexture.getLevelFace(levelNdx, tcu::… in createAndUploadTexture()
1986 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle); in createAndUploadTexture()