Searched refs:supportedFormatsMsg (Results 1 – 1 of 1) sorted by relevance
80 std::ostringstream supportedFormatsMsg; in testSupportsAtLeastOneDepthStencilFormat() local94 supportedFormatsMsg << vk::getFormatName(format); in testSupportsAtLeastOneDepthStencilFormat()97 supportedFormatsMsg << ", "; in testSupportsAtLeastOneDepthStencilFormat()102 …cu::TestStatus::pass(std::string("Supported depth/stencil formats: ") + supportedFormatsMsg.str()); in testSupportsAtLeastOneDepthStencilFormat()