Searched refs:TestStage (Results 1 – 1 of 1) sorted by relevance
7432 enum class TestStage { VERTEX = 0, TESSELLATION_EVAL = 1, GEOMETRY = 2 }; in TEST_F() enum7433 …std::array<TestStage, 3> vertex_stages = {{TestStage::VERTEX, TestStage::TESSELLATION_EVAL, TestSt… in TEST_F()7441 …iaci.topology = (stage != TestStage::VERTEX) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOP… in TEST_F()7467 if (stage == TestStage::VERTEX) { in TEST_F()7479 if (stage >= TestStage::TESSELLATION_EVAL) { in TEST_F()7490 if (stage == TestStage::TESSELLATION_EVAL) { in TEST_F()7502 if (stage >= TestStage::GEOMETRY) { in TEST_F()