Home
last modified time | relevance | path

Searched refs:getPixelUint (Results 1 – 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp156 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorMS()
172 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorRS()
256 const deUint32 sampleID = dataPerSample[sampleNdx].getPixelUint(x, y, z).x(); in verifyImageData()
356 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z).z(); in verifyImageData()
363 …2 averageSamplePos = tcu::Vec2((float)dataRS.getPixelUint(x, y, z).x() / 255.0f, (float)dataRS.get… in verifyImageData()
379 const deUint32 errorComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z).z(); in verifyImageData()
384 …samplePositions[sampleNdx] = tcu::Vec2( (float)dataPerSample[sampleNdx].getPixelUint(x, y, z).x() … in verifyImageData()
385 (float)dataPerSample[sampleNdx].getPixelUint(x, y, z).y() / 255.0f); in verifyImageData()
1006 const deUint32 firstComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[0]; in verifyImageData()
DvktPipelineMultisampleImageTests.cpp1165 deUint32 clearColorCount = access.getPixelUint(x, y).x(); in test()
1166 deUint32 primitiveColorCount = access.getPixelUint(x, y).y(); in test()
1719 deUint32 result = access.getPixelUint(0, 0).x(); in test()
DvktPipelineMultisampleInterpolationTests.cpp71 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError()
DvktPipelineSamplerBorderSwizzleTests.cpp542 const tcu::UVec4 resColor (access.getPixelUint(x, y, z)); in comparePixelToColorClearValue()
DvktPipelineMultisampleTests.cpp2200 const tcu::UVec4 noSampleShadingValue = noSampleshadingImage.getPixelUint(x, y); in verifySampleShadedImage()
2211 const tcu::UVec4 sampleShadedValue = sampleShadedImages[i].getAccess().getPixelUint(x, y); in verifySampleShadedImage()
2879 const tcu::UVec4 sampleShadedValue = sampleShadedImages[i].getAccess().getPixelUint(x, y); in verifyImage()
DvktPipelineExtendedDynamicStateTests.cpp2498 auto colorPixel = colorAccess.getPixelUint(x, y); in iterate()
2499 auto expectedPixel = referenceColorAccess.getPixelUint(x, y); in iterate()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp194 minDepthBoundUint = access.getPixelUint(0, 0, 0).x(); in executeDepthBoundsTest()
201 maxDepthBoundUint = access.getPixelUint(0, 0, 0).x(); in executeDepthBoundsTest()
210 …const deUint32 depthBufferValue = depthBuffer.getPixelUint(fragSampleNdx, frag.pixelCoord.x(), fr… in executeDepthBoundsTest()
246 …deUint32 depthBufferValue = depthBuffer.getPixelUint(fragSampleNdx, frag.pixelCoord.x(), frag.pi… in executeDepthCompare()
257 deUint32 sampleDepth = access.getPixelUint(0, 0, 0).x(); \ in executeDepthCompare()
789 …const UVec4 originalValue = colorBuffer.getPixelUint(fragSampleNdx, frag.pixelCoord.x(), frag.pi… in executeUnsignedValueWrite()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp861 …const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixe… in iterate()
906 …const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixe… in iterate()
976 …const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixe… in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp779 …const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixe… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp972 …doContinue = ut::comparePixels(result.getPixelUint(x,y), reference.getPixelUint(x,y), targetWidth … in compare()
DvktImageLoadStoreTests.cpp320 const tcu::UVec4 temp = access.getPixelUint(xMax - x, y, z); in flipHorizontally()
321 access.setPixel(access.getPixelUint(x, y, z), xMax - x, y, z); in flipHorizontally()
2118 auto color = pixels.getPixelUint(x, y); in clearHighBits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1889 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt()
1901 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertsRGB()
1913 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertsRGBA()
1925 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt_2_10_10_10_rev()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.cpp1853 deUint32 mask = sampleCoverage[0].getAccess().getPixelUint(x, y).x(); in postTest()
1895 const deUint32 maskA = sampleCoverage[sampleNdxA].getAccess().getPixelUint(x, y).x(); in postTest()
1896 const deUint32 maskB = sampleCoverage[sampleNdxB].getAccess().getPixelUint(x, y).x(); in postTest()
1951 const deUint32 mask = sampleCoverage[maskNdx].getAccess().getPixelUint(x, y).x(); in postTest()
Des31fShaderImageLoadStoreTests.cpp594 …UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint();… in getPixelUint() function in deqp::gles31::Functional::__anon68e5f6600111::LayeredImage
1529 scratchAccess.setPixel(scratchAccess.getPixelUint(0, 0), 0, 0); in iterate()
1544 const UVec4 temp = reference.getPixelUint(imageSize.x()-1-x, y, z); in iterate()
1545 reference.setPixel(imageSize.x()-1-x, y, z, reference.getPixelUint(x, y, z)); in iterate()
2730 const deUint32 resultValue = resultSlice.getPixelUint(0, 0).x(); in operator ()()
Des31fOpaqueTypeIndexingTests.cpp651 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp779 tcu::UVec4 color = resultAccess.getPixelUint(x, y); in verifyImage()
DvktRenderPassMultisampleResolveTests.cpp1066 : accesses[0].getPixelUint(x, y, z)); in verify()
1087 const UVec4 color (accesses[attachmentNdx].getPixelUint(x, y, z)); in verify()
2101 const UVec4 color (accesses[outputNdx].getPixelUint(x, y)); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp420 …tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixelDivid… in testStorageImageWrite()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp424 deUint32 pixel = resultBuffer.getPixelUint(x, y)[index]; in verifyResult()
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp1785 const deUint32 previousMask = maskMap.getPixelUint(fragPos.x(), fragPos.y()).x(); in setMaskMapCoverageBitForLine()
2736 if (coverageMap.getAccess().getPixelUint(x, y).x() == COVERAGE_FULL) in verifyTriangleGroupRasterization()
2805 CoverageType referenceCoverage = (CoverageType)coverageMap.getAccess().getPixelUint(x, y).x(); in verifyTriangleGroupRasterization()
2831 && (CoverageType)coverageMap.getAccess().getPixelUint(x + dx, y + dy).x() != COVERAGE_NONE) in verifyTriangleGroupRasterization()
DtcuTexture.hpp376 …UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUin… in getPixelUint() function in tcu::ConstPixelBufferAccess
DtcuTexture.cpp1321 return getPixelUint(x, y, z); in getPixelT()
1838 return sRGB8ToLinear(access.getPixelUint(i, j, k)); in lookup()
1840 return sRGBA8ToLinear(access.getPixelUint(i, j, k)); in lookup()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp3051 const deUint32 oldVal = access.raw().getPixelUint(s, x, y).x(); in writeMaskedStencil()
3137 deUint32 srcStencil = src.raw().getPixelUint(0, srcX, srcY).x(); in blitResolveMultisampleFramebuffer()
3309 …deUint32 srcStencil = src.raw().getPixelUint(sampleNdx, deFloorFloatToInt32(sX), deFloorFloatToInt… in blitFramebuffer()
3579 …access.raw().setPixel(tcu::select(color, access.raw().getPixelUint(s, x, y), m_colorMask), s, x, y… in clearBufferuiv()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp959 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp373 const UVec4 resColor (access.getPixelUint(x, y, z)); in comparePixelToColorClearValue()

12