Home
last modified time | relevance | path

Searched refs:LogImage (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.hpp38 class LogImage;
94 typedef LogImage Image;
252 class LogImage class
255LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImage…
257LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a…
259LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a…
DtcuTestLog.cpp48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface… in LogImage() function in tcu::LogImage
58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() function in tcu::LogImage
96 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() function in tcu::LogImage
123 void LogImage::write (TestLog& log) const in write()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1218 …m_context.getTestContext().getLog() << tcu::LogImage(name.c_str(), name.c_str(), accesses[attachme… in verify()
1221 …m_context.getTestContext().getLog() << tcu::LogImage("ErrorMask", "ErrorMask", errorMask.getAccess… in verify()
1303 …m_context.getTestContext().getLog() << tcu::LogImage(name.c_str(), name.c_str(), accesses[attachme… in verify()
1306 …m_context.getTestContext().getLog() << tcu::LogImage("ErrorMask", "ErrorMask", errorMask.getAccess… in verify()
1391 …m_context.getTestContext().getLog() << tcu::LogImage(name.c_str(), name.c_str(), accesses[attachme… in verify()
1394 …m_context.getTestContext().getLog() << tcu::LogImage("ErrorMask", "ErrorMask", errorMask.getAccess… in verify()
1530 …m_context.getTestContext().getLog() << tcu::LogImage("ErrorMask", "ErrorMask", errorMask.getAccess… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPointSizeTests.cpp418 log << tcu::LogImage("color0", "", image); in test()
/external/deqp/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp899 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp828 …<< tcu::LogImageSet("Result", "Result") << tcu::LogImage("color0", "", resultImage) << tcu::TestLo… in verifyDrawResult()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp749 << tcu::LogImage("image", "", bufferRSData) in iterate()