/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 38 class LogImage; 94 typedef LogImage Image; 258 class LogImage class 261 …LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImage… 263 …LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a… 265 …LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& a…
|
D | tcuTestLog.cpp | 49 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface… in LogImage() function in tcu::LogImage 59 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() function in tcu::LogImage 97 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBuffer… in LogImage() function in tcu::LogImage 124 void LogImage::write (TestLog& log) const in write()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 770 << tcu::LogImage("resolve", "", bufferRSData) in iterate() 796 << tcu::LogImage("sample", "", buffersPerSampleData[sampleNdx]) in iterate()
|
D | vktPipelineMultisampleBaseResolve.cpp | 429 << tcu::LogImage("image", "", bufferRSData) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 401 log << tcu::LogImage("color0", "", image); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 695 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 533 m_context.getTestContext().getLog() << tcu::LogImage(name.c_str(), name.c_str(), image); in logImage() 540 …m_context.getTestContext().getLog() << tcu::LogImage(layerName.c_str(), layerName.c_str(), layerIm… in logImage() 1182 …m_context.getTestContext().getLog() << tcu::LogImage("ErrorMask", "ErrorMask", errorMask.getAccess… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 368 context.getTestContext().getLog() << tcu::LogImage(str.str(), str.str(), pixelBuffer);; in testStorageImageWrite()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 770 m_context.getTestContext().getLog() << tcu::LogImage(str.str(), str.str(), pixelBuffer);; in iterate()
|
D | vktSparseResourcesBufferTests.cpp | 711 …<< tcu::LogImageSet("Result", "Result") << tcu::LogImage("color0", "", resultImage) << tcu::TestLo… in isResultImageCorrect()
|