Home
last modified time | relevance | path

Searched refs:getPixelInt (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp/framework/common/
DtcuImageCompare.cpp119 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()
303 IVec4 a = ref.getPixelInt(x, y); in computeSquaredDiffSum()
304 IVec4 b = cmp.getPixelInt(x, y); in computeSquaredDiffSum()
762 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare()
763 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare()
DtcuRasterizationVerifier.cpp1147 … overdrawInReference = referenceLineMap.getAccess().getPixelInt(fragPos.x(), fragPos.y()).x() != 0; in verifySinglesampleLineGroupRasterization()
1172 const bool reference = referenceLineMap.getAccess().getPixelInt(x, y).x() != 0; in verifySinglesampleLineGroupRasterization()
1249 if (referenceLineMap.getAccess().getPixelInt(x, y).x()) in verifySinglesampleLineGroupRasterization()
1301 const int nearbyID = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifySinglesampleLineGroupRasterization()
1386 const int nearbyID = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifySinglesampleLineGroupRasterization()
1591 const int coverage = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifyLineGroupPixelIndependentInterpolation()
1915 const int coverage = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifySinglesampleWideLineGroupInterpolation()
DtcuTexture.hpp344 IVec4 getPixelInt (int x, int y, int z = 0) const;
345 …UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUin… in getPixelUint()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2153 const int componentValue = access.getPixelInt(x, y)[componentNdx]; in getNumMinimaMaxima()
2208 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineContinuity()
2219 …if ((access.getPixelInt(cursorNeighborPos.x(), cursorNeighborPos.y())[componentNdx] == 0) && (acce… in checkLineContinuity()
2261 if (access.getPixelInt(begin.x(), begin.y())[componentNdx] != 0) in checkLineWidths()
2271 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
2282 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineWidths()
2327 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
4476 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()
4509 const tcu::IVec4 pixel = result.getPixelInt(x, y); in verifyImageResultValid()
4851 const tcu::IVec4 pixel = result.getPixelInt(x, y); in verifyImage()
Des31fShaderImageLoadStoreTests.cpp586 IVec4 getPixelInt (int x, int y, int z) const;
587 …UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint();… in getPixelUint()
666 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt() function in deqp::gles31::Functional::__anon0a49b9df0111::LayeredImage
669 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z); in getPixelInt()
1723 result.i = resultSlice.getPixelInt(x, y).x(); in operator ()()
1837 returnValues.i[i] = resultSlice.getPixelInt(gid.x(), y).x(); in operator ()()
2192 const int result = resultSlice.getPixelInt(x, y).x(); in operator ()()
2263 returnValues[i] = resultSlice.getPixelInt(gid.x(), y).x(); in operator ()()
2691 sum += base.getPixelInt(groupBaseX + (x + SHADER_READ_OFFSETS_X[i]) % localSize.x(), in iterate()
Des31fStencilTexturingTests.cpp407 const int res = result.getPixelInt(x, y).x(); in compareStencilToRed()
443 const int res = result.getPixelInt(x, y).x(); in compareRedChannel()
Des31fCopyImageTests.cpp921 const tcu::IVec4 color = texelAccess.getPixelInt(0, 0, 0); in genRenderbufferImage()
931 const tcu::IVec4 color = texelAccess.getPixelInt(0, 0, 0); in genRenderbufferImage()
/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp115 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages()
119 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages()
135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
Des3fClippingTests.cpp131 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()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp112 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages()
116 const tcu::IVec4 cTest = test.getPixelInt(x, y); in compareImages()
132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
Des2fClippingTests.cpp128 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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1140 if (access.getPixelInt(x, y).x() != numExpectedChecksum) in test()
1399 if (isAnyIntFormat && (referenceImage.getPixelInt(x, y) == actualImage.getPixelInt(x, y))) in compareImages()
DvktPipelineMultisampleInterpolationTests.cpp162 const tcu::IVec4 pixel = dataRS.getPixelInt(x, y, z); in verifyImageData()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp428 tcu::IVec4 color(textureLevel.getAccess().getPixelInt(x, y)); in VerifyImg()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp676 deInt32 resultValue = resultBuffer.getPixelInt(x, y, z).x(); in verifyResult()
893 resultValues[i] = resultBuffer.getPixelInt(gid.x(), gid.y(), gid.z()).x(); in verifyResult()
DvktImageQualifiersTests.cpp449 sum += baseAccess.getPixelInt( in generateReferenceImage()
DvktImageLoadStoreTests.cpp173 const tcu::IVec4 color(access.getPixelInt(x, y, z)); in replaceSnormReinterpretValues()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp737 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i); in checkResult()
DvktApiImageClearingTests.cpp400 const IVec4 resColor (access.getPixelInt(x, y, z)); in comparePixelToColorClearValue()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1454 const int ref = refAccess.getPixelInt(pixelNdx, 0, 0).x(); in verifyGetPixStencil()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1364 : accesses[0].getPixelInt(x, y)); in verify()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp718 …const IVec4 originalValue = colorBuffer.getPixelInt(fragSampleNdx, frag.pixelCoord.x(), frag.pix… in executeSignedValueWrite()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp1388 const deInt32 oldX = reference.getPixelInt(x, y).x(); in calculateAtomicRef()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp875 const tcu::IVec4 pixel = surface.getPixelInt(x, y); in checkPixels()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp492 << "\tGot pixel value " << result.getPixelInt(x, y) << "\n" in reverifyConstantDerivateWithFlushRelaxations()

12