Lines Matching defs:testCtx
117 bool comparePixelBuffers (tcu::TestContext& testCtx,
156 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
158 ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
206 MemoryQualifierTestCase (tcu::TestContext& testCtx,
229 MemoryQualifierTestCase::MemoryQualifierTestCase (tcu::TestContext& testCtx,
236 : vkt::TestCase(testCtx, name)
700 tcu::TestCaseGroup* createImageQualifiersTests (tcu::TestContext& testCtx)
703 de::MovePtr<tcu::TestCaseGroup> imageQualifiersTests(new tcu::TestCaseGroup(testCtx, "qualifiers"));
744 de::MovePtr<tcu::TestCaseGroup> qualifierGroup(new tcu::TestCaseGroup(testCtx, memoryQualifierName));
753 de::MovePtr<TestCase> restrictCase = createImageQualifierRestrictCase(testCtx, imageType, getImageTypeName(imageType));
758 de::MovePtr<tcu::TestCaseGroup> imageTypeGroup(new tcu::TestCaseGroup(testCtx, getImageTypeName(imageType).c_str()));
766 new MemoryQualifierTestCase(testCtx, formatName, memoryQualifier, imageType, imageSize, format, glu::GLSL_VERSION_440));