Home
last modified time | relevance | path

Searched refs:LogImageSet (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp37 class LogImageSet;
93 typedef LogImageSet ImageSet;
241 class LogImageSet class
244 LogImageSet (const std::string& name, const std::string& description) in LogImageSet() function in tcu::LogImageSet
492 inline void LogImageSet::write (TestLog& log) const in write()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp695 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp711 …<< tcu::LogImageSet("Result", "Result") << tcu::LogImage("color0", "", resultImage) << tcu::TestLo… in isResultImageCorrect()