Home
last modified time | relevance | path

Searched refs:texelX (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp285 for (deUint32 texelX = 0; texelX < imageSize.x(); ++texelX) in generateLookupCoordinates() local
287 const float x = ((float)texelX + 0.5f) / (float)imageSize.x(); in generateLookupCoordinates()
290 (*dst)[texelY*imageSize.x() + texelX] = Vec2(x, y); in generateLookupCoordinates()
DvktYCbCrViewTests.cpp437 const deUint32 texelX = rnd->getUint32() % imageSize.x(); in generateLookupCoordinates() local
439 const float x = ((float)texelX + 0.5f) / (float)imageSize.x(); in generateLookupCoordinates()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1268 for (int texelX = 0; texelX < blockWidth; texelX++) in interpolateWeights() local
1270 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() local
1409 const int texelNdx = texelY*blockWidth + texelX; in setTexelColors()
1410 …Ndx = numPartitions == 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPar… in setTexelColors()