Lines Matching defs:testCtx
686 void runTest (tcu::TestContext& testCtx,
696 TestLog& log = testCtx.getLog();
714 logAttributes(testCtx.getLog(), attributes);
789 testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
791 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail");
804 BindAttributeTest::BindAttributeTest (tcu::TestContext& testCtx,
808 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
829 BindMaxAttributesTest::BindMaxAttributesTest (tcu::TestContext& testCtx,
833 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
863 BindAliasingAttributeTest::BindAliasingAttributeTest (tcu::TestContext& testCtx,
868 : TestCase (testCtx, ("cond_" + generateTestName(type, arraySize) + (offset != 0 ? "_offset_" + de::toString(offset) : "")).c_str(),
893 BindMaxAliasingAttributeTest::BindMaxAliasingAttributeTest (tcu::TestContext& testCtx,
897 : TestCase (testCtx, ("max_cond_" + generateTestName(type, arraySize)).c_str(), ("max_cond_" + generateTestName(type, arraySize)).c_str())
930 BindHoleAttributeTest::BindHoleAttributeTest (tcu::TestContext& testCtx,
934 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
970 BindInactiveAliasingAttributeTest::BindInactiveAliasingAttributeTest (tcu::TestContext& testCtx,
974 : TestCase (testCtx, ("max_inactive_" + generateTestName(type, arraySize)).c_str(),
1008 PreAttachBindAttributeTest::PreAttachBindAttributeTest (tcu::TestContext& testCtx,
1010 : TestCase (testCtx, "pre_attach", "pre_attach")
1029 PreLinkBindAttributeTest::PreLinkBindAttributeTest (tcu::TestContext& testCtx,
1031 : TestCase (testCtx, "pre_link", "pre_link")
1050 PostLinkBindAttributeTest::PostLinkBindAttributeTest (tcu::TestContext& testCtx,
1052 : TestCase (testCtx, "post_link", "post_link")
1071 LocationAttributeTest::LocationAttributeTest (tcu::TestContext& testCtx,
1075 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1094 LocationMaxAttributesTest::LocationMaxAttributesTest (tcu::TestContext& testCtx,
1098 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1126 LocationHoleAttributeTest::LocationHoleAttributeTest (tcu::TestContext& testCtx,
1130 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1162 MixedAttributeTest::MixedAttributeTest (tcu::TestContext& testCtx,
1166 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1187 MixedMaxAttributesTest::MixedMaxAttributesTest (tcu::TestContext& testCtx,
1191 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1227 MixedHoleAttributeTest::MixedHoleAttributeTest (tcu::TestContext& testCtx,
1231 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1272 BindRelinkAttributeTest::BindRelinkAttributeTest (tcu::TestContext& testCtx,
1274 : TestCase (testCtx, "relink", "relink")
1300 BindRelinkHoleAttributeTest::BindRelinkHoleAttributeTest (tcu::TestContext& testCtx,
1304 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1343 MixedRelinkHoleAttributeTest::MixedRelinkHoleAttributeTest (tcu::TestContext& testCtx,
1347 : TestCase (testCtx, generateTestName(type, arraySize).c_str(), generateTestName(type, arraySize).c_str())
1391 BindReattachAttributeTest::BindReattachAttributeTest (tcu::TestContext& testCtx,
1393 : TestCase (testCtx, "reattach", "reattach")
1418 PreAttachMixedAttributeTest::PreAttachMixedAttributeTest (tcu::TestContext& testCtx,
1420 : TestCase (testCtx, "pre_attach", "pre_attach")
1439 PreLinkMixedAttributeTest::PreLinkMixedAttributeTest (tcu::TestContext& testCtx,
1441 : TestCase (testCtx, "pre_link", "pre_link")
1460 PostLinkMixedAttributeTest::PostLinkMixedAttributeTest (tcu::TestContext& testCtx,
1462 : TestCase (testCtx, "post_link", "post_link")
1481 MixedReattachAttributeTest::MixedReattachAttributeTest (tcu::TestContext& testCtx,
1483 : TestCase (testCtx, "reattach", "reattach")
1508 MixedRelinkAttributeTest::MixedRelinkAttributeTest (tcu::TestContext& testCtx,
1510 : TestCase (testCtx, "relink", "relink")