Lines Matching refs:getRefTexture
406 const tcu::Texture2D& ref = tex.getRefTexture(); in getTextureSize()
412 const tcu::TextureCube& ref = tex.getRefTexture(); in getTextureSize()
418 const tcu::Texture2DArray& ref = tex.getRefTexture(); in getTextureSize()
424 const tcu::Texture3D& ref = tex.getRefTexture(); in getTextureSize()
592 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init()
602 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
603 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init()
614 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
615 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init()
644 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod()
788 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell()
901 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init()
919 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
920 …tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFa… in init()
934 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
935 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, t… in init()
965 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod()
1126 computeReference(m_textures[textureNdx]->getRefTexture(), lod, sampler, grid, dst, dstRegion); in computeReferenceCell()
1238 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init()
1248 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1249 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init()
1260 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
1261 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init()
1290 const tcu::Texture2DArray& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod()
1464 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell()
1578 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init()
1588 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
1589 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init()
1600 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
1601 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init()
1630 const tcu::Texture3D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod()
1808 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell()