Searched refs:outputAccess (Results 1 – 2 of 2) sorted by relevance
1804 const tcu::ConstPixelBufferAccess& outputAccess (outputImage->getAccess()); in verifyImage() local1809 << tcu::TestLog::Image("Rendered", "Rendered output image", outputAccess) in verifyImage()1822 for (int y = 0; y < outputAccess.getHeight(); y++) in verifyImage()1824 for (int x = 0; x < outputAccess.getWidth(); x++) in verifyImage()1826 tcu::Vec4 outputColor = outputAccess.getPixel(x, y); in verifyImage()
2895 tcu::ConstPixelBufferAccess outputAccess (tcuFormat, iWidth, iHeight, iDepth, bufferHostPtr); in iterate() local2901 const tcu::UVec4 outputValue = outputAccess.getPixelUint(pc.coords.x(), pc.coords.y()); in iterate()