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.cpp284 for (deUint32 texelY = 0; texelY < imageSize.y(); ++texelY) in generateLookupCoordinates() local
288 const float y = ((float)texelY + 0.5f) / (float)imageSize.y(); in generateLookupCoordinates()
290 (*dst)[texelY*imageSize.x() + texelX] = Vec2(x, y); in generateLookupCoordinates()
DvktYCbCrViewTests.cpp438 const deUint32 texelY = rnd->getUint32() % imageSize.y(); in generateLookupCoordinates() local
440 const float y = ((float)texelY + 0.5f) / (float)imageSize.y(); in generateLookupCoordinates()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1266 for (int texelY = 0; texelY < blockHeight; texelY++) in interpolateWeights() local
1271 const deUint32 gY = (scaleY*texelY*(blockMode.weightGridHeight-1) + 32) >> 6; in interpolateWeights()
1301 …dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >>… in interpolateWeights()
1406 for (int texelY = 0; texelY < blockHeight; texelY++) in setTexelColors() local
1409 const int texelNdx = texelY*blockWidth + texelX; in setTexelColors()
1410 …mPartitions == 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPartitions,… in setTexelColors()