Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControls2Tests.cpp2244 void TestGroupBuilderBase::specializeOperation(const OperationTestCaseInfo &testCaseInfo, in specializeOperation()
2478 … OperationTestCaseInfo testCaseInfo = {floatType, argumentsFromInput, VK_SHADER_STAGE_COMPUTE_BIT, in createOperationTests() local
2490 void ComputeTestGroupBuilder::fillShaderSpec(const OperationTestCaseInfo &testCaseInfo, ComputeShad… in fillShaderSpec() argument
2912 OperationTestCaseInfo testCaseInfo = {floatType, argumentsFromInput, stages[i], in createOperationTests() local
DvktSpvAsmFloatControlsTests.cpp3756 void TestGroupBuilderBase::specializeOperation(const OperationTestCaseInfo &testCaseInfo, in specializeOperation()
4155 …OperationTestCaseInfo testCaseInfo = {variableType, argumentsFromInput, VK_SHADER_STAGE_COMPUTE_BI… in createOperationTests() local
4308 void ComputeTestGroupBuilder::fillShaderSpec(const OperationTestCaseInfo &testCaseInfo, ComputeShad… in fillShaderSpec() argument
4491 void ComputeTestGroupBuilder::fillShaderSpec(const SettingsTestCaseInfo &testCaseInfo, ComputeShade… in fillShaderSpec() argument
4973 …OperationTestCaseInfo testCaseInfo = {variableType, argumentsFromInput, VK_SHADER_STAGE_VERTEX_BIT, in createOperationTests() local
4993 …OperationTestCaseInfo testCaseInfo = {variableType, argumentsFromInput, VK_SHADER_STAGE_FRAGMENT_B… in createOperationTests() local
/external/bcc/tests/cc/
Dcatch.hpp5312 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTests() local
5340 TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); in listTestsNamesOnly() local
6036 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
6067 TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); in runCurrentTest() local
7381 void setTags( TestCaseInfo& testCaseInfo, std::set<std::string> const& tags ) in setTags()