Lines Matching refs:IsOpcodeInCurrentLayoutSection
139 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpVariable)); in TEST_F()
142 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpVariable)); in TEST_F()
147 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpExtInst)); in TEST_F()
150 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpExtInst)); in TEST_F()
155 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpUndef)); in TEST_F()
158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpUndef)); in TEST_F()
163 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpFunction)); in TEST_F()
166 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpFunction)); in TEST_F()
172 state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpFunctionParameter)); in TEST_F()
176 state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpFunctionParameter)); in TEST_F()
181 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpFunctionEnd)); in TEST_F()
184 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(spv::Op::OpFunctionEnd)); in TEST_F()