Searched refs:notSupportedString (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 89 const std::string notSupportedString = notSupportedStream.str(); in validateImageSize() local 91 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageSize() 108 const std::string notSupportedString = notSupportedStream.str(); in validateImageFeatureFlags() local 110 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageFeatureFlags() 137 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() local 139 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo() 148 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() local 150 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo() 159 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() local 161 TCU_THROW(NotSupportedError, notSupportedString in validateImageInfo() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.cpp | 87 const std::string notSupportedString = notSupportedStream.str(); in validateImageSize() local 89 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageSize() 106 const std::string notSupportedString = notSupportedStream.str(); in validateImageFeatureFlags() local 108 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageFeatureFlags() 135 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() local 137 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo() 146 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() local 148 TCU_THROW(NotSupportedError, notSupportedString.c_str()); in validateImageInfo() 157 const std::string notSupportedString = notSupportedStream.str(); in validateImageInfo() local 159 TCU_THROW(NotSupportedError, notSupportedString in validateImageInfo() [all...] |
Completed in 2 milliseconds