Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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()
773 IVec4 refPix = reference.getPixelInt(x, y, z); in intThresholdCompare()
774 IVec4 cmpPix = result.getPixelInt(x, y, z); in intThresholdCompare()
DtcuRasterizationVerifier.cpp1417 … overdrawInReference = referenceLineMap.getAccess().getPixelInt(fragPos.x(), fragPos.y()).x() != 0; in verifySinglesampleLineGroupRasterization()
1442 const bool reference = referenceLineMap.getAccess().getPixelInt(x, y).x() != 0; in verifySinglesampleLineGroupRasterization()
1513 if (referenceLineMap.getAccess().getPixelInt(x, y).x()) in verifySinglesampleLineGroupRasterization()
1564 const int nearbyID = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifySinglesampleLineGroupRasterization()
1648 const int nearbyID = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifySinglesampleLineGroupRasterization()
1731 if (referenceLineMap.getAccess().getPixelInt(x, y).x()) in verifySinglesampleLineGroupRasterization()
1861 const int coverage = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifyLineGroupPixelIndependentInterpolation()
2185 const int coverage = referenceLineMap.getAccess().getPixelInt(x+dx, y+dy).x(); in verifySinglesampleWideLineGroupInterpolation()
DtcuTexture.hpp375 IVec4 getPixelInt (int x, int y, int z = 0) const;
376 …UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUin… in getPixelUint()
DtcuTexture.cpp1206 IVec4 ConstPixelBufferAccess::getPixelInt (int x, int y, int z) const in getPixelInt() function in tcu::ConstPixelBufferAccess
1273 return getPixelInt(x, y, z).cast<deInt64>(); in getPixelInt64()
1295 return getPixelInt(x, y, z).cast<deInt64>(); in getPixelInt64()
1315 return getPixelInt(x, y, z); in getPixelT()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp593 IVec4 getPixelInt (int x, int y, int z) const;
594 …UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint();… in getPixelUint()
673 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt() function in deqp::gles31::Functional::__anon6218e79e0111::LayeredImage
676 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z); in getPixelInt()
1730 result.i = resultSlice.getPixelInt(x, y).x(); in operator ()()
1844 returnValues.i[i] = resultSlice.getPixelInt(gid.x(), y).x(); in operator ()()
2201 const int result = resultSlice.getPixelInt(x, y).x(); in operator ()()
2272 returnValues[i] = resultSlice.getPixelInt(gid.x(), y).x(); in operator ()()
2700 sum += base.getPixelInt(groupBaseX + (x + SHADER_READ_OFFSETS_X[i]) % localSize.x(), in iterate()
Des31fPrimitiveBoundingBoxTests.cpp2229 const int componentValue = access.getPixelInt(x, y)[componentNdx]; in getNumMinimaMaxima()
2284 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineContinuity()
2295 …if ((access.getPixelInt(cursorNeighborPos.x(), cursorNeighborPos.y())[componentNdx] == 0) && (acce… in checkLineContinuity()
2337 if (access.getPixelInt(begin.x(), begin.y())[componentNdx] != 0) in checkLineWidths()
2347 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
2358 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineWidths()
2403 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
4598 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y)) in verifyImagesEqual()
4631 const tcu::IVec4 pixel = result.getPixelInt(x, y); in verifyImageResultValid()
4994 const tcu::IVec4 pixel = result.getPixelInt(x, y); in verifyImage()
Des31fStencilTexturingTests.cpp407 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/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp429 tcu::IVec4 color(textureLevel.getAccess().getPixelInt(x, y)); in VerifyImg()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWorkgroupStorageTests.cpp329 …sharedData[dataIdx] = reference.getPixelInt(dataIdx % reference.getWidth(), dataIdx / reference.ge… in calculateRef()
DvktProtectedMemShaderImageAccessTests.cpp1116 const deInt32 oldX = reference.getPixelInt(x, y).x(); in calculateAtomicRef()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp969 …doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
DvktImageQualifiersTests.cpp460 sum += baseAccess.getPixelInt( in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp442 tcu::IVec4 pixel = pixelBuffer.getPixelInt(i, i); in checkResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp1127 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/vulkan/shaderrender/
DvktShaderRenderInvarianceTests.cpp331 const tcu::IVec4 col = image.getPixelInt(x, y); in checkImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1167 : accesses[0].getPixelInt(x, y, z)); in verify()
1188 const IVec4 color (accesses[attachmentNdx].getPixelInt(x, y, z)); in verify()
2138 const IVec4 color (accesses[outputNdx].getPixelInt(x, y)); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1405 if (isAnyIntFormat && (referenceImage.getPixelInt(x, y) == actualImage.getPixelInt(x, y))) in compareImages()
DvktPipelineMultisampleInterpolationTests.cpp176 const tcu::IVec4 pixel = dataRS.getPixelInt(x, y, z); in verifyImageData()
DvktPipelineSamplerBorderSwizzleTests.cpp588 const tcu::IVec4 resColor (access.getPixelInt(x, y, z)); in comparePixelToColorClearValue()
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1500 const int ref = refAccess.getPixelInt(pixelNdx, 0, 0).x(); in verifyGetPixStencil()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1569 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImage()
1585 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImageWithReference()

12