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