Change-Id: Ic87368f606cb8ec126d42ec9f72b1baffcdcf950
const ResolveImageToImageOptions options);
virtual tcu::TestStatus iterate (void);
protected:
- virtual tcu::TestStatus checkTestResult (tcu::ConstPixelBufferAccess result);
+ virtual tcu::TestStatus checkTestResult (tcu::ConstPixelBufferAccess result = tcu::ConstPixelBufferAccess());
- void copyMSImageToMSImage (void);
+ void copyMSImageToMSImage (deUint32 copyArraySize);
private:
Move<VkImage> m_multisampledImage;
de::MovePtr<Allocation> m_multisampledImageAlloc;