/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 119 const IVec4 refPix = reference.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() 120 const IVec4 cmpPix = result.getPixelInt(x, y, z); in findNumPositionDeviationFailingPixels() 142 const IVec4 deviatedCmpPix = result.getPixelInt(sx, sy, sz); in findNumPositionDeviationFailingPixels() 165 const IVec4 deviatedRefPix = reference.getPixelInt(sx, sy, sz); in findNumPositionDeviationFailingPixels() 398 IVec4 a = ref.getPixelInt(x, y); in computeSquaredDiffSum() 399 IVec4 b = cmp.getPixelInt(x, y); in computeSquaredDiffSum() 965 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare() 966 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare()
|
H A D | tcuRasterizationVerifier.cpp | 1417 overdrawInReference = referenceLineMap.getAccess().getPixelInt(fragPos.x(), fragPos.y()).x() != 0; 1442 const bool reference = referenceLineMap.getAccess().getPixelInt(x, y).x() != 0; 1513 if (referenceLineMap.getAccess().getPixelInt(x, y).x()) 1564 const int nearbyID = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); 1648 const int nearbyID = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); 1731 if (referenceLineMap.getAccess().getPixelInt(x, y).x()) 1861 const int coverage = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); 2190 const int coverage = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x();
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 620 IVec4 getPixelInt (int x, int y, int z) const; 621 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); } in getPixelUint() 700 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt() function in deqp::gles31::Functional::__anon30903::LayeredImage 703 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z); in getPixelInt() 1755 result.i = resultSlice.getPixelInt(x, y).x(); in operator ()() 1827 return resultSlice.getPixelInt(x, y).x(); in getPixelValueX() 2248 const int result = resultSlice.getPixelInt(x, y).x(); in operator ()() 2320 returnValues[i] = resultSlice.getPixelInt(gid.x(), y).x(); in operator ()() 2771 sum += base.getPixelInt(groupBaseX + (x + SHADER_READ_OFFSETS_X[i]) % localSize.x(), in iterate()
|
H A D | es31fPrimitiveBoundingBoxTests.cpp | 2229 const int componentValue = access.getPixelInt(x, y)[componentNdx]; 2284 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); 2295 if ((access.getPixelInt(cursorNeighborPos.x(), cursorNeighborPos.y())[componentNdx] == 0) && (access.getPixelInt(cursorNeighborNeg.x(), cursorNeighborNeg.y())[componentNdx] == 0)) 2337 if (access.getPixelInt(begin.x(), begin.y())[componentNdx] != 0) 2347 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) 2358 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); 2403 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) 4598 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt( [all...] |
H A D | es31fStencilTexturingTests.cpp | 407 const int res = result.getPixelInt(x, y).x(); in compareStencilToRed() 443 const int res = result.getPixelInt(x, y).x(); in compareRedChannel()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 128 const tcu::IVec4 cSrc = src.getPixelInt(x, y); in blitImageOnBlackSurface() 161 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() 162 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() 186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages() 197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages() 283 const tcu::IVec4 cTest = image.getPixelInt(x, y); in checkHalfFilledImageOverdraw()
|
H A D | es2fPolygonOffsetTests.cpp | 111 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() 115 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() 131 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fClippingTests.cpp | 131 const tcu::IVec4 cSrc = src.getPixelInt(x, y); in blitImageOnBlackSurface() 164 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() 165 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() 189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages() 200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages() 286 const tcu::IVec4 cTest = image.getPixelInt(x, y); in checkHalfFilledImageOverdraw()
|
H A D | es3fPolygonOffsetTests.cpp | 114 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() 118 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages() 134 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 330 sharedData[dataIdx] = reference.getPixelInt(dataIdx % reference.getWidth(), dataIdx / reference.getWidth()); in calculateRef()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 429 tcu::IVec4 color(textureLevel.getAccess().getPixelInt(x, y)); in VerifyImg()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 331 sharedData[dataIdx] = reference.getPixelInt(dataIdx % reference.getWidth(), dataIdx / reference.getWidth()); in calculateRef()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 697 tcu::IVec4 refPix = reference.getPixelInt(x, y); in compare() 698 tcu::IVec4 cmpPix = result.getPixelInt(x, y); in compare()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 968 doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
|
H A D | vktImageQualifiersTests.cpp | 459 sum += baseAccess.getPixelInt( in generateReferenceImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 1129 IVec4 refPix = reference.getPixelInt(x, y, 0); in verifyResult() 1130 IVec4 cmpPix = result.getPixelInt(x, y, 0); in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 699 tcu::IVec4 refPix = reference.getPixelInt(x, y); in compare() 700 tcu::IVec4 cmpPix = result.getPixelInt(x, y); in compare()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 971 doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
|
H A D | vktImageQualifiersTests.cpp | 461 sum += baseAccess.getPixelInt( in generateReferenceImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 1127 IVec4 refPix = reference.getPixelInt(x, y, 0); in verifyResult() 1128 IVec4 cmpPix = result.getPixelInt(x, y, 0); in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 829 const tcu::IVec3 value = tcu::IVec3(outPixelBufferAccessV.getPixelInt(pos.x(), pos.y()).x(), 830 outPixelBufferAccessY.getPixelInt(pos.x(), pos.y()).x(), 831 outPixelBufferAccessU.getPixelInt(pos.x(), pos.y()).x());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 331 const tcu::IVec4 col = image.getPixelInt(x, y); in checkImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderInvarianceTests.cpp | 331 const tcu::IVec4 col = image.getPixelInt(x, y); in checkImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 1569 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImage() 1585 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImageWithReference()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 1569 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImage() 1585 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImageWithReference()
|