Lines Matching refs:texCoord

549 	void												renderQuad					(const float*									texCoord,
557 const float* texCoord,
563 const float* texCoord,
571 const float* texCoord,
576 const float* texCoord,
769 std::vector<float> texCoord;
772 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1);
867 renderQuad(&texCoord[0], samplerParams);
871 void TextureBorderClampTest::renderQuad (const float* texCoord, const glu::TextureTestUtil::ReferenceParams& samplerParams)
875 m_renderer->renderQuad(0, texCoord, samplerParams);
892 glu::va::Float("a_texcoord", 2, 4, 0, texCoord)
917 std::vector<float> texCoord;
920 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1);
944 &texCoord[0],
952 &texCoord[0],
985 &texCoord[0],
995 &texCoord[0],
1012 const float* texCoord,
1022 glu::TextureTestUtil::sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), m_texture->getRefTexture(), texCoord, samplerParams);
1025 texCoord, samplerParams, lookupPrecision, lodPrecision, m_testCtx.getWatchDog());
1042 const float* texCoord,
1059 glu::TextureTestUtil::sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), effectiveView, texCoord, samplerParams);
1062 texCoord, samplerParams, texComparePrecision, lodPrecision, nonShadowThreshold);
1071 texCoord, samplerParams, lowQualityTexComparePrecision, lowQualityLodPrecision, nonShadowThreshold);
1131 const tcu::Vec2 texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y());
1132 const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x(), texCoord.y(), 0, glu::getDefaultGatherOffsets());
1143 if (!tcu::isGatherOffsetsResultValid(effectiveView, samplerParams.sampler, lookupPrecision, texCoord, 0, glu::getDefaultGatherOffsets(), resultValue))
1196 const tcu::Vec2 texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y());
1198 const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ, texCoord.x(), texCoord.y(), glu::getDefaultGatherOffsets());
1205 if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, texComparePrecision, texCoord, glu::getDefaultGatherOffsets(), refZ, resultValue))
1210 if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, lowQualityTexComparePrecision, texCoord, glu::getDefaultGatherOffsets(), refZ, resultValue))