Searched refs:testDef (Results 1 – 7 of 7) sorted by relevance
110 for (TestDef &testDef : testDefs) in test_async_build()113 testDef.expectedStatus); in test_async_build()118 testDef.source); in test_async_build()122 TestData testData = { deviceID, testDef.expectedStatus }; in test_async_build()129 && testDef.expectedStatus == CL_BUILD_ERROR)) in test_async_build()
82 test_definition testDef; in addTestClass() local83 testDef.func = test->getFunction(); in addTestClass()84 testDef.name = testName; in addTestClass()85 testDef.min_version = version; in addTestClass()86 testDefinitions.push_back(testDef); in addTestClass()
37 void testDef() { function
53 void testDef() { function
4172 TestStatus runAndVerifyDefaultPipeline (Context& context, TestDefinition testDef) in runAndVerifyDefaultPipeline() argument4174 return runAndVerifyDefaultPipeline (context, testDef.instanceContext); in runAndVerifyDefaultPipeline()4239 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputFloat16To16x2Group() local4246 testDef); in addGraphics16BitStorageInputOutputFloat16To16x2Group()4315 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputInt16To16x2Group() local4322 testDef); in addGraphics16BitStorageInputOutputInt16To16x2Group()