Searched refs:pixelNdx (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 424 for (int pixelNdx = 0; pixelNdx < ETC2_BLOCK_HEIGHT*ETC2_BLOCK_WIDTH; pixelNdx++) in decompressETC1Block() local 426 const int x = pixelNdx / ETC2_BLOCK_HEIGHT; in decompressETC1Block() 427 const int y = pixelNdx % ETC2_BLOCK_HEIGHT; in decompressETC1Block() 431 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC1Block() 519 for (int pixelNdx = 0; pixelNdx < ETC2_BLOCK_HEIGHT*ETC2_BLOCK_WIDTH; pixelNdx++) in decompressETC2Block() local 521 const int x = pixelNdx / ETC2_BLOCK_HEIGHT; in decompressETC2Block() 522 const int y = pixelNdx % ETC2_BLOCK_HEIGHT; in decompressETC2Block() 526 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC2Block() 635 for (int pixelNdx = 0; pixelNdx < ETC2_BLOCK_HEIGHT*ETC2_BLOCK_WIDTH; pixelNdx++) in decompressETC2Block() local 637 const int x = pixelNdx / ETC2_BLOCK_HEIGHT; in decompressETC2Block() [all …]
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1147 for (int pixelNdx = 0; pixelNdx < numPixels; pixelNdx++) in getReferenceValues() local 1149 const deUint32* srcPixPtr = rawValues + pixelNdx*4; in getReferenceValues() 1150 T* dstPixPtr = (T*)&dst[pixelNdx]; in getReferenceValues() 1313 for (int pixelNdx = 0; pixelNdx < numPixels; pixelNdx++) in verifyRead() local 1315 if (!allComponentsEqual(res[pixelNdx], ref[pixelNdx])) in verifyRead() 1318 …estLog::Message << "ERROR: at pixel " << pixelNdx << ": expected " << ref[pixelNdx] << ", got " <<… in verifyRead() 1342 for (int pixelNdx = 0; pixelNdx < refAccess.getWidth(); pixelNdx++) in verifyGetPixDepth() local 1344 const float ref = refAccess.getPixel(pixelNdx, 0, 0).x(); in verifyGetPixDepth() 1345 const float res = combinedAccess.getPixDepth(pixelNdx, 0, 0); in verifyGetPixDepth() 1350 …<< TestLog::Message << "ERROR: at pixel " << pixelNdx << ": expected " << ref << ", got " << res <… in verifyGetPixDepth() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 1313 for (int pixelNdx = 0; pixelNdx < (int)inputValues.size()/m_localSize; pixelNdx++) in iterate() local 1315 const deUint32 res = pixels[pixelNdx*4]; in iterate() 1319 ref += inputValues[pixelNdx*m_localSize + offs]; in iterate() 1322 throw tcu::TestError(string("Comparison failed for pixel ") + de::toString(pixelNdx)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 441 for (deUint32 pixelNdx = 0; pixelNdx < pixelCount; pixelNdx++) in getUniqueColorsCount() local 443 const deUint32 pixelValue = *((const deUint32*)image.getDataPtr() + pixelNdx); in getUniqueColorsCount()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2118 for (deUint32 pixelNdx = 0; pixelNdx < imageArea; ++pixelNdx) in iterate() local 2120 const deUint32 res = bufferPtr[pixelNdx]; in iterate() 2124 ref += refBufferPtr[pixelNdx * m_localSize + offs]; in iterate() 2129 msg << "Comparison failed for pixel " << pixelNdx; in iterate()
|