• Home
  • Raw
  • Download

Lines Matching refs:getRefTexture

323 	const tcu::Texture2D& ref = tex.getRefTexture();  in getTextureSize()
329 const tcu::TextureCube& ref = tex.getRefTexture(); in getTextureSize()
492 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init()
502 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init()
503 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init()
514 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init()
515 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init()
544 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod()
688 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell()
807 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init()
825 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
826 …tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFa… in init()
840 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init()
841 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, t… in init()
871 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod()
1032 computeReference(m_textures[textureNdx]->getRefTexture(), lod, sampler, grid, dst, dstRegion); in computeReferenceCell()