Home
last modified time | relevance | path

Searched refs:notSupportedStream (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp85 std::ostringstream notSupportedStream; in validateImageSize() local
87 notSupportedStream << "Image type (" << getImageTypeName(imageType) << ") with size (" << imageSize.x() << ", " << imageSize.y() << ", " << imageSize.z() << ") not supported by device" << std::endl; in validateImageSize()
89 const std::string notSupportedString = notSupportedStream.str(); in validateImageSize()
104 std::ostringstream notSupportedStream; in validateImageFeatureFlags() local
106 notSupportedStream << "Device does not support image format " << format << " for feature flags " << featureFlags << std::endl; in validateImageFeatureFlags()
108 const std::string notSupportedString = notSupportedStream.str(); in validateImageFeatureFlags()
125 std::ostringstream notSupportedStream; in validateImageInfo() local
127 notSupportedStream << "Image extent (" in validateImageInfo()
137 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo()
144 std::ostringstream notSupportedStream; in validateImageInfo() local
155 std::ostringstream notSupportedStream; validateImageInfo() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp83 std::ostringstream notSupportedStream; in validateImageSize() local
85 notSupportedStream << "Image type (" << getImageTypeName(imageType) << ") with size (" << imageSize.x() << ", " << imageSize.y() << ", " << imageSize.z() << ") not supported by device" << std::endl; in validateImageSize()
87 const std::string notSupportedString = notSupportedStream.str(); in validateImageSize()
102 std::ostringstream notSupportedStream; in validateImageFeatureFlags() local
104 notSupportedStream << "Device does not support image format " << format << " for feature flags " << featureFlags << std::endl; in validateImageFeatureFlags()
106 const std::string notSupportedString = notSupportedStream.str(); in validateImageFeatureFlags()
123 std::ostringstream notSupportedStream; in validateImageInfo() local
125 notSupportedStream << "Image extent (" in validateImageInfo()
135 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo()
142 std::ostringstream notSupportedStream; in validateImageInfo() local
153 std::ostringstream notSupportedStream; validateImageInfo() local
[all...]

Completed in 2 milliseconds