Lines Matching refs:texCoords

503 static inline void computeTexCoordVecs (const vector<float>& texCoords, tcu::Vector<float, N> (&dst…  in computeTexCoordVecs()  argument
505 DE_ASSERT((int)texCoords.size() == 4*N); in computeTexCoordVecs()
508 dst[i][j] = texCoords[i*N + j]; in computeTexCoordVecs()
591 const TexCoordT (&texCoords)[4], in verifyGatherOffsets()
615 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyGatherOffsets()
671 const TexCoordT (&texCoords)[4], in verifyGatherOffsetsCompare()
693 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyGatherOffsetsCompare()
1472 const TexCoordT (&texCoords)[4], in verify()
1522 …return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCo… in verify()
1535 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify()
1546 …return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, compo… in verify()
1548 …return verifyGatherOffsets<deInt32>(log, rendered, texture, texCoords, sampler, lookupPrec, compon… in verify()
1721 Vec2 texCoords[4]; in verify() local
1722 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
1723 …getOneLevelSubView(tcu::Texture2DView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[it… in verify()
1854 Vec3 texCoords[4]; in verify() local
1855 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
1856 …eLevelSubView(tcu::Texture2DArrayView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[it… in verify()
1995 Vec3 texCoords[4]; in verify() local
1996 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
1997 …tOneLevelSubView(tcu::TextureCubeView(m_swizzledTexture), m_baseLevel), texCoords, m_iterations[it… in verify()