Home
last modified time | relevance | path

Searched defs:testCaseInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2918 void TestGroupBuilderBase::specializeOperation (const OperationTestCaseInfo& testCaseInfo, in specializeOperation()
3331 OperationTestCaseInfo testCaseInfo = in createOperationTests() local
3455 void ComputeTestGroupBuilder::fillShaderSpec(const OperationTestCaseInfo& testCaseInfo, in fillShaderSpec()
3638 void ComputeTestGroupBuilder::fillShaderSpec(const SettingsTestCaseInfo& testCaseInfo, in fillShaderSpec()
4135 OperationTestCaseInfo testCaseInfo = in createOperationTests() local
4165 OperationTestCaseInfo testCaseInfo = in createOperationTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2916 void TestGroupBuilderBase::specializeOperation (const OperationTestCaseInfo& testCaseInfo, in specializeOperation()
3329 OperationTestCaseInfo testCaseInfo = in createOperationTests() local
3453 void ComputeTestGroupBuilder::fillShaderSpec(const OperationTestCaseInfo& testCaseInfo, in fillShaderSpec()
3636 void ComputeTestGroupBuilder::fillShaderSpec(const SettingsTestCaseInfo& testCaseInfo, in fillShaderSpec()
4133 OperationTestCaseInfo testCaseInfo = in createOperationTests() local
4163 OperationTestCaseInfo testCaseInfo = in createOperationTests() local
/third_party/libabigail/tests/lib/
Dcatch.hpp11267 for( auto const& testCaseInfo : matchedTestCases ) { in listTests() local
11296 for( auto const& testCaseInfo : matchedTestCases ) { in listTestsNamesOnly() local
12937 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
12976 auto const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest() local
14106 void setTags( TestCaseInfo& testCaseInfo, std::vector<std::string> tags ) { in setTags()
16889 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting()