• Home
  • Raw
  • Download

Lines Matching refs:texCoords

535 static inline void computeTexCoordVecs (const vector<float>& texCoords, tcu::Vector<float, N> (&dst…  in computeTexCoordVecs()  argument
537 DE_ASSERT((int)texCoords.size() == 4*N); in computeTexCoordVecs()
540 dst[i][j] = texCoords[i*N + j]; in computeTexCoordVecs()
623 const TexCoordT (&texCoords)[4], in verifyGatherOffsets()
647 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyGatherOffsets()
703 const TexCoordT (&texCoords)[4], in verifyGatherOffsetsCompare()
725 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y()); in verifyGatherOffsetsCompare()
1436 const TexCoordT (&texCoords)[4], in verify()
1471 …return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCo… in verify()
1484 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify()
1495 …return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, compo… in verify()
1497 …return verifyGatherOffsets<deInt32>(log, rendered, texture, texCoords, sampler, lookupPrec, compon… in verify()
1937 Vec2 texCoords[4]; in verify() local
1938 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
1939 …SubView(tcu::Texture2DView(m_swizzledTexture), m_baseParams.baseLevel), texCoords, m_iterations[it… in verify()
2164 Vec3 texCoords[4]; in verify() local
2165 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
2166 …ew(tcu::Texture2DArrayView(m_swizzledTexture), m_baseParams.baseLevel), texCoords, m_iterations[it… in verify()
2395 Vec3 texCoords[4]; in verify() local
2396 computeTexCoordVecs(computeQuadTexCoord(iterationNdx), texCoords); in verify()
2397 …bView(tcu::TextureCubeView(m_swizzledTexture), m_baseParams.baseLevel), texCoords, m_iterations[it… in verify()