Searched refs:TestKind (Results 1 – 4 of 4) sorted by relevance
52 const X86::FirstMacroFusionInstKind TestKind = classifyFirst(*FirstMI); in shouldScheduleAdjacent() local56 return (TestKind == X86::FirstMacroFusionInstKind::Cmp || in shouldScheduleAdjacent()57 TestKind == X86::FirstMacroFusionInstKind::Test); in shouldScheduleAdjacent()61 return X86::isMacroFused(TestKind, BranchKind); in shouldScheduleAdjacent()
63 FragmentShadingRateAttachment::TestKind state; in init()80 { FragmentShadingRateAttachment::TestKind::Scissor, "scissor_" }, in init()81 { FragmentShadingRateAttachment::TestKind::MultiView, "multiview_" }, in init()103 (testKind.state == FragmentShadingRateAttachment::TestKind::MultiView) ? 2 : 1; in init()
111 if (m_tcParam.testKind == TestKind::MultiView) in genVS()123 if (m_tcParam.testKind == TestKind::MultiView) in genVS()208 if (m_tcParam.testKind == TestKind::MultiView) in setupTest()322 if (m_tcParam.testKind == TestKind::Scissor) in setupTest()390 if (m_tcParam.testKind == TestKind::Scissor) in iterate()431 if (m_tcParam.testKind == TestKind::Scissor) in iterate()
49 enum class TestKind enum in glcts::FragmentShadingRateAttachment58 TestKind testKind;