Lines Matching defs:imageRSInfo
67 bool checkForError (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS, const deUint32 errorCompNdx)
69 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z)
70 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y)
71 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x)
133 tcu::TestStatus verifyImageData (const vk::VkImageCreateInfo& imageRSInfo,
172 template<> tcu::TestStatus MSInstance<MSInstanceDistinctValues>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const
178 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z)
179 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y)
180 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x)
370 template<> tcu::TestStatus MSInstance<MSInstanceInterpolateScreenPosition>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const
372 if (checkForError(imageRSInfo, dataRS, 0))
950 template<> tcu::TestStatus MSInstance<MSInstanceInterpolateBarycentricCoordinates>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const
952 if (checkForError(imageRSInfo, dataRS, 0))