Home
last modified time | relevance | path

Searched defs:TestCaseInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4289 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct
4291 const char* name; in descriptorIndexingDescriptorSetsCreateTests()
4292 const char* description; in descriptorIndexingDescriptorSetsCreateTests()
4293 TestCaseParams params; in descriptorIndexingDescriptorSetsCreateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4531 struct TestCaseInfo in descriptorIndexingDescriptorSetsCreateTests() struct
4533 const char* name; in descriptorIndexingDescriptorSetsCreateTests()
4534 VkDescriptorType descriptorType; in descriptorIndexingDescriptorSetsCreateTests()
/third_party/libabigail/tests/lib/
Dcatch.hpp4773 struct TestCaseInfo { struct
4774 enum SpecialProperties{
4799 std::string name;
4800 std::string className;
4801 std::string description;
4802 std::vector<std::string> tags;
4803 std::vector<std::string> lcaseTags;
4804 SourceLineInfo lineInfo;
4805 SpecialProperties properties;
14119 TestCaseInfo::TestCaseInfo( std::string const& _name, in TestCaseInfo() function in Catch::TestCaseInfo