Lines Matching refs:BadInheritanceInfoCase

1965 enum class BadInheritanceInfoCase
1974 tcu::TestStatus badInheritanceInfoTest (Context& context, BadInheritanceInfoCase testCase)
2065 if (testCase == BadInheritanceInfoCase::RANDOM_PTR || testCase == BadInheritanceInfoCase::RANDOM_PTR_CONTINUATION)
2078 if (testCase == BadInheritanceInfoCase::RANDOM_PTR_CONTINUATION)
2082 else if (testCase == BadInheritanceInfoCase::RANDOM_DATA_PTR)
2093 else if (testCase == BadInheritanceInfoCase::INVALID_STRUCTURE_TYPE)
2105 else if (testCase == BadInheritanceInfoCase::VALID_NONSENSE_TYPE)
4016 void genComputeIncrementSourceBadInheritance(SourceCollections& programCollection, BadInheritanceInfoCase testCase)
4739 addFunctionCaseWithPrograms (commandBuffersTests.get(), "bad_inheritance_info_random", genComputeIncrementSourceBadInheritance, badInheritanceInfoTest, BadInheritanceInfoCase::RANDOM_PTR);
4740 addFunctionCaseWithPrograms (commandBuffersTests.get(), "bad_inheritance_info_random_cont", genComputeIncrementSourceBadInheritance, badInheritanceInfoTest, BadInheritanceInfoCase::RANDOM_PTR_CONTINUATION);
4741 addFunctionCaseWithPrograms (commandBuffersTests.get(), "bad_inheritance_info_random_data", genComputeIncrementSourceBadInheritance, badInheritanceInfoTest, BadInheritanceInfoCase::RANDOM_DATA_PTR);
4742 addFunctionCaseWithPrograms (commandBuffersTests.get(), "bad_inheritance_info_invalid_type", genComputeIncrementSourceBadInheritance, badInheritanceInfoTest, BadInheritanceInfoCase::INVALID_STRUCTURE_TYPE);
4743 addFunctionCaseWithPrograms (commandBuffersTests.get(), "bad_inheritance_info_valid_nonsense_type", genComputeIncrementSourceBadInheritance, badInheritanceInfoTest, BadInheritanceInfoCase::VALID_NONSENSE_TYPE);