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.cpp287 for (deUint32 texelX = 0; texelX < imageSize.x(); ++texelX) in generateLookupCoordinates() local
289 const float x = ((float)texelX + 0.5f) / (float)imageSize.x(); in generateLookupCoordinates()
292 (*dst)[texelY*imageSize.x() + texelX] = Vec2(x, y); in generateLookupCoordinates()
DvktYCbCrViewTests.cpp429 const deUint32 texelX = rnd->getUint32() % imageSize.x(); in generateLookupCoordinates() local
431 const float x = ((float)texelX + 0.5f) / (float)imageSize.x(); in generateLookupCoordinates()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1280 for (int texelX = 0; texelX < blockWidth; texelX++) in interpolateWeights() local
1282 const deUint32 gX = (scaleX*texelX*(blockMode.weightGridWidth-1) + 32) >> 6; in interpolateWeights()
1313 …dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >>… in interpolateWeights()
1419 for (int texelX = 0; texelX < blockWidth; texelX++) in setTexelColors() local
1421 const int texelNdx = texelY*blockWidth + texelX; in setTexelColors()
1422 …Ndx = numPartitions == 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPar… in setTexelColors()