Searched refs:texelX (Results 1 – 3 of 3) sorted by relevance
285 for (deUint32 texelX = 0; texelX < imageSize.x(); ++texelX) in generateLookupCoordinates() local287 const float x = ((float)texelX + 0.5f) / (float)imageSize.x(); in generateLookupCoordinates()290 (*dst)[texelY*imageSize.x() + texelX] = Vec2(x, y); in generateLookupCoordinates()
437 const deUint32 texelX = rnd->getUint32() % imageSize.x(); in generateLookupCoordinates() local439 const float x = ((float)texelX + 0.5f) / (float)imageSize.x(); in generateLookupCoordinates()
1268 for (int texelX = 0; texelX < blockWidth; texelX++) in interpolateWeights() local1270 const deUint32 gX = (scaleX*texelX*(blockMode.weightGridWidth-1) + 32) >> 6; in interpolateWeights()1301 …dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >>… in interpolateWeights()1407 for (int texelX = 0; texelX < blockWidth; texelX++) in setTexelColors() local1409 const int texelNdx = texelY*blockWidth + texelX; in setTexelColors()1410 …Ndx = numPartitions == 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPar… in setTexelColors()