Home
last modified time | relevance | path

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

12

/external/deqp/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.cpp70 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError()
DvktPipelineMultisampleTests.cpp1811 const tcu::UVec4 noSampleShadingValue = noSampleshadingImage.getPixelUint(x, y); in verifySampleShadedImage()
1822 const tcu::UVec4 sampleShadedValue = sampleShadedImages[i].getAccess().getPixelUint(x, y); in verifySampleShadedImage()
DvktPipelinePushConstantTests.cpp2901 const tcu::UVec4 outputValue = outputAccess.getPixelUint(pc.coords.x(), pc.coords.y()); in iterate()
/external/deqp/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()
785 …const UVec4 originalValue = colorBuffer.getPixelUint(fragSampleNdx, frag.pixelCoord.x(), frag.pi… in executeUnsignedValueWrite()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp822 …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()
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp1843 deUint32 mask = sampleCoverage[0].getAccess().getPixelUint(x, y).x(); in postTest()
1885 const deUint32 maskA = sampleCoverage[sampleNdxA].getAccess().getPixelUint(x, y).x(); in postTest()
1886 const deUint32 maskB = sampleCoverage[sampleNdxB].getAccess().getPixelUint(x, y).x(); in postTest()
1941 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::__anondc4033860111::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()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1886 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt()
1898 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertsRGB()
1910 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertsRGBA()
1922 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt_2_10_10_10_rev()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp779 tcu::UVec4 color = resultAccess.getPixelUint(x, y); in verifyImage()
DvktRenderPassMultisampleResolveTests.cpp873 : accesses[0].getPixelUint(x, y, z)); in verify()
894 const UVec4 color (accesses[attachmentNdx].getPixelUint(x, y, z)); in verify()
1889 const UVec4 color (accesses[outputNdx].getPixelUint(x, y)); in verify()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp420 …tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixelDivid… in testStorageImageWrite()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp402 deUint32 pixel = resultBuffer.getPixelUint(x, y)[index]; in verifyResult()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1760 const deUint32 previousMask = maskMap.getPixelUint(fragPos.x(), fragPos.y()).x(); in setMaskMapCoverageBitForLine()
2711 if (coverageMap.getAccess().getPixelUint(x, y).x() == COVERAGE_FULL) in verifyTriangleGroupRasterization()
2780 CoverageType referenceCoverage = (CoverageType)coverageMap.getAccess().getPixelUint(x, y).x(); in verifyTriangleGroupRasterization()
2806 && (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.cpp1267 return getPixelUint(x, y, z); in getPixelT()
1772 return sRGB8ToLinear(access.getPixelUint(i, j, k)); in lookup()
1774 return sRGBA8ToLinear(access.getPixelUint(i, j, k)); in lookup()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3032 const deUint32 oldVal = access.raw().getPixelUint(s, x, y).x(); in writeMaskedStencil()
3118 deUint32 srcStencil = src.raw().getPixelUint(0, srcX, srcY).x(); in blitResolveMultisampleFramebuffer()
3290 …deUint32 srcStencil = src.raw().getPixelUint(sampleNdx, deFloorFloatToInt32(sX), deFloorFloatToInt… in blitFramebuffer()
3560 …access.raw().setPixel(tcu::select(color, access.raw().getPixelUint(s, x, y), m_colorMask), s, x, y… in clearBufferuiv()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp959 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp380 const UVec4 resColor (access.getPixelUint(x, y, z)); in comparePixelToColorClearValue()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3868 …refAccess.setPixel(source.getAccess().getPixelUint(int((float(x) + 0.5f) * xscale), int((float(y) … in verify()
5777 …const tcu::UVec4 pixel = context.getReferenceImage().getAccess().getPixelUint((pos / 2) / size.x(… in verify()
5974 …const tcu::UVec4 pixel = context.getReferenceImage().getAccess().getPixelUint((pos / 2) / size.x()… in verify()

12