Searched refs:IsOpcodeInCurrentLayoutSection (Results 1 – 12 of 12) sorted by relevance
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()[all …]
121 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()159 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()170 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
191 bool IsOpcodeInCurrentLayoutSection(spv::Op op);
302 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t
122 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()160 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()171 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
304 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t