Home
last modified time | relevance | path

Searched refs:getPixelInt (Results 1 - 25 of 61) sorted by relevance

123

/third_party/vk-gl-cts/framework/common/
H A 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()
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 DtcuRasterizationVerifier.cpp1417 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 Des31fShaderImageLoadStoreTests.cpp620 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 Des31fPrimitiveBoundingBoxTests.cpp2229 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 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/gles2/functional/
H A 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()
H A Des2fPolygonOffsetTests.cpp111 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 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()
H A Des3fPolygonOffsetTests.cpp114 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 DvktProtectedMemWorkgroupStorageTests.cpp330 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 DesextcDrawBuffersIndexedColorMasks.cpp429 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 DvktProtectedMemWorkgroupStorageTests.cpp331 sharedData[dataIdx] = reference.getPixelInt(dataIdx % reference.getWidth(), dataIdx / reference.getWidth()); in calculateRef()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp697 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 DvktImageMismatchedWriteOpTests.cpp968 doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
H A DvktImageQualifiersTests.cpp459 sum += baseAccess.getPixelInt( in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp1129 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 DvktDrawMultipleInterpolationTests.cpp699 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 DvktImageMismatchedWriteOpTests.cpp971 doContinue = ut::comparePixels(result.getPixelInt(x,y), reference.getPixelInt(x,y), targetWidth ); in compare()
H A DvktImageQualifiersTests.cpp461 sum += baseAccess.getPixelInt( in generateReferenceImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A 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_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp829 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 DvktShaderRenderInvarianceTests.cpp331 const tcu::IVec4 col = image.getPixelInt(x, y); in checkImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp331 const tcu::IVec4 col = image.getPixelInt(x, y); in checkImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1569 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 DvktShaderLibrary.cpp1569 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImage()
1585 const tcu::IVec4 resPix = result.getPixelInt(x, y); in checkResultImageWithReference()

Completed in 58 milliseconds

123