/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 156 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()
|
D | vktPipelineMultisampleImageTests.cpp | 1165 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()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 70 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError()
|
D | vktPipelineMultisampleTests.cpp | 1811 const tcu::UVec4 noSampleShadingValue = noSampleshadingImage.getPixelUint(x, y); in verifySampleShadedImage() 1822 const tcu::UVec4 sampleShadedValue = sampleShadedImages[i].getAccess().getPixelUint(x, y); in verifySampleShadedImage()
|
D | vktPipelinePushConstantTests.cpp | 2901 const tcu::UVec4 outputValue = outputAccess.getPixelUint(pc.coords.x(), pc.coords.y()); in iterate()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 194 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/ |
D | vktSparseResourcesImageSparseResidency.cpp | 861 …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()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 779 …const tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixe… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedWriteOpTests.cpp | 822 …doContinue = ut::comparePixels(result.getPixelUint(x,y), reference.getPixelUint(x,y), targetWidth … in compare()
|
D | vktImageLoadStoreTests.cpp | 320 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/ |
D | es31fSampleVariableTests.cpp | 1843 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()
|
D | es31fShaderImageLoadStoreTests.cpp | 594 …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 ()()
|
D | es31fOpaqueTypeIndexingTests.cpp | 651 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0); in iterate()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1886 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/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 779 tcu::UVec4 color = resultAccess.getPixelUint(x, y); in verifyImage()
|
D | vktRenderPassMultisampleResolveTests.cpp | 873 : 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/ |
D | vktYCbCrStorageImageWriteTests.cpp | 420 …tcu::UVec4 outputValue = pixelBuffer.getPixelUint(offsetX * pixelDivider.x(), offsetY * pixelDivid… in testStorageImageWrite()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 402 deUint32 pixel = resultBuffer.getPixelUint(x, y)[index]; in verifyResult()
|
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 1760 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()
|
D | tcuTexture.hpp | 376 …UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUin… in getPixelUint() function in tcu::ConstPixelBufferAccess
|
D | tcuTexture.cpp | 1267 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/ |
D | sglrReferenceContext.cpp | 3032 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/ |
D | vktOpaqueTypeIndexingTests.cpp | 959 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 380 const UVec4 resColor (access.getPixelUint(x, y, z)); in comparePixelToColorClearValue()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 3868 …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()
|