Home
last modified time | relevance | path

Searched refs:testDef (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp110 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()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dmain.cpp82 test_definition testDef; in addTestClass() local
83 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()
/external/llvm-project/clang/test/Modules/
Ddecldef.m37 void testDef() { function
Ddecldef.mm53 void testDef() { function
/external/clang/test/Modules/
Ddecldef.m37 void testDef() { function
Ddecldef.mm53 void testDef() { function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp4172 TestStatus runAndVerifyDefaultPipeline (Context& context, TestDefinition testDef) in runAndVerifyDefaultPipeline() argument
4174 return runAndVerifyDefaultPipeline (context, testDef.instanceContext); in runAndVerifyDefaultPipeline()
4239 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputFloat16To16x2Group() local
4246 testDef); in addGraphics16BitStorageInputOutputFloat16To16x2Group()
4315 TestDefinition testDef = {instanceContext, cases[caseIdx].dataType}; in addGraphics16BitStorageInputOutputInt16To16x2Group() local
4322 testDef); in addGraphics16BitStorageInputOutputInt16To16x2Group()