Searched refs:LogImage (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 38 class LogImage; 94 typedef LogImage Image; 256 class LogImage class 259 …LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImage… 261 …LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a… 263 …LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a…
|
D | tcuTestLog.cpp | 48 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/pipeline/ |
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 751 << tcu::LogImage("resolve", "", bufferRSData) in iterate() 777 << tcu::LogImage("sample", "", buffersPerSampleData[sampleNdx]) in iterate()
|
D | vktPipelineMultisampleBaseResolve.cpp | 399 << tcu::LogImage("image", "", bufferRSData) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 399 log << tcu::LogImage("color0", "", image); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 861 m_context.getTestContext().getLog() << tcu::LogImage(name.c_str(), name.c_str(), image); in logImage() 868 …m_context.getTestContext().getLog() << tcu::LogImage(layerName.c_str(), layerName.c_str(), layerIm… in logImage() 1465 …m_context.getTestContext().getLog() << tcu::LogImage("ErrorMask", "ErrorMask", errorMask.getAccess… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 734 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 723 …<< tcu::LogImageSet("Result", "Result") << tcu::LogImage("color0", "", resultImage) << tcu::TestLo… in isResultImageCorrect()
|