Lines Matching refs:refTexture
642 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
643 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight()); in calculateLod()
963 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
964 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize()); in calculateLod()
1288 const tcu::Texture2DArray& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
1289 const int texWidth = refTexture.getWidth(); in calculateLod()
1290 const int texHeight = refTexture.getHeight(); in calculateLod()
1628 const tcu::Texture3D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() local
1629 const int srcWidth = refTexture.getWidth(); in calculateLod()
1630 const int srcHeight = refTexture.getHeight(); in calculateLod()
1631 const int srcDepth = refTexture.getDepth(); in calculateLod()