Home | History | Annotate | Download | only in functional

Lines Matching refs:getRefTexture

404 	const tcu::Texture2D& ref = tex.getRefTexture();
410 const tcu::TextureCube& ref = tex.getRefTexture();
416 const tcu::Texture2DArray& ref = tex.getRefTexture();
422 const tcu::Texture3D& ref = tex.getRefTexture();
590 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
600 m_textures[0]->getRefTexture().allocLevel(levelNdx);
601 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax);
612 m_textures[1]->getRefTexture().allocLevel(levelNdx);
613 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
642 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture();
786 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
899 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
917 m_textures[0]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
918 getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0]*cScale + cBias, gradients[face][1]*cScale + cBias);
932 m_textures[1]->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
933 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
963 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture();
1124 computeReference(m_textures[textureNdx]->getRefTexture(), lod, sampler, grid, dst, dstRegion);
1236 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
1246 m_textures[0]->getRefTexture().allocLevel(levelNdx);
1247 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax);
1258 m_textures[1]->getRefTexture().allocLevel(levelNdx);
1259 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
1288 const tcu::Texture2DArray& refTexture = m_textures[textureNdx]->getRefTexture();
1462 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
1576 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
1586 m_textures[0]->getRefTexture().allocLevel(levelNdx);
1587 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax);
1598 m_textures[1]->getRefTexture().allocLevel(levelNdx);
1599 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
1628 const tcu::Texture3D& refTexture = m_textures[textureNdx]->getRefTexture();
1806 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapR, m_minFilter, m_magFilter), grid, dst, dstRegion);