• Home
  • Raw
  • Download

Lines Matching refs:texCoords

504 static inline void computeTexCoordVecs (const vector<float>& texCoords, tcu::Vector<float, N> (&dst…  in computeTexCoordVecs()  argument
506 DE_ASSERT((int)texCoords.size() == 4*N); in computeTexCoordVecs()
509 dst[i][j] = texCoords[i*N + j]; in computeTexCoordVecs()
592 const TexCoordT (&texCoords)[4], in verifyGatherOffsets()
616 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyGatherOffsets()
672 const TexCoordT (&texCoords)[4], in verifyGatherOffsetsCompare()
694 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyGatherOffsetsCompare()
1477 const TexCoordT (&texCoords)[4], in verify()
1527 …return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCo… in verify()
1540 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify()
1551 …return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, compo… in verify()
1553 …return verifyGatherOffsets<deInt32>(log, rendered, texture, texCoords, sampler, lookupPrec, compon… in verify()
1726 Vec2 texCoords[4]; in verify() local
1727 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
1728 …getOneLevelSubView(tcu::Texture2DView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[it… in verify()
1859 Vec3 texCoords[4]; in verify() local
1860 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
1861 …eLevelSubView(tcu::Texture2DArrayView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[it… in verify()
2000 Vec3 texCoords[4]; in verify() local
2001 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
2002 …tOneLevelSubView(tcu::TextureCubeView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[it… in verify()