Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp305 for (deUint32 texelY = 0; texelY < imageSize.y(); ++texelY) in generateLookupCoordinates() local
309 const float y = ((float)texelY + 0.5f) / (float)imageSize.y(); in generateLookupCoordinates()
311 (*dst)[texelY*imageSize.x() + texelX] = Vec2(x, y); in generateLookupCoordinates()
DvktYCbCrViewTests.cpp341 const deUint32 texelY = rnd->getUint32() % imageSize.y(); in generateLookupCoordinates() local
343 const float y = ((float)texelY + 0.5f) / (float)imageSize.y(); in generateLookupCoordinates()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1278 for (int texelY = 0; texelY < blockHeight; texelY++) in interpolateWeights() local
1283 const deUint32 gY = (scaleY*texelY*(blockMode.weightGridHeight-1) + 32) >> 6; in interpolateWeights()
1313 …dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >>… in interpolateWeights()
1418 for (int texelY = 0; texelY < blockHeight; texelY++) in setTexelColors() local
1421 const int texelNdx = texelY*blockWidth + texelX; in setTexelColors()
1422 …mPartitions == 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPartitions,… in setTexelColors()