Lines Matching defs:texCoord
647 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y());
649 const ColorVec idealPix = gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNdx, offsets);
657 if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, resultPix))
725 const TexCoordT texCoord = triQuadInterpolate(texCoords, viewportCoord.x(), viewportCoord.y());
728 const Vec4 idealPix = gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets);
734 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix))
1345 const vector<float> texCoord = computeQuadTexCoord(m_currentIteration);
1350 if (texCoord.size() == 2*4)
1351 addAttribute(1u, vk::VK_FORMAT_R32G32_SFLOAT, 2 * (deUint32)sizeof(float), numVertices, texCoord.data());
1352 else if (texCoord.size() == 3*4)
1353 addAttribute(1u, vk::VK_FORMAT_R32G32B32_SFLOAT, 3 * (deUint32)sizeof(float), numVertices, texCoord.data());
1372 const vector<float> texCoord = computeQuadTexCoord(m_currentIteration);
1374 if (texCoord.size() == 2*4)
1377 computeTexCoordVecs(texCoord, texCoordVec);
1380 else if (texCoord.size() == 3*4)
1383 computeTexCoordVecs(texCoord, texCoordVec);