Searched refs:IsOpcodeInCurrentLayoutSection (Results 1 – 12 of 12) sorted by relevance
142 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpVariable)); in TEST_F()145 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpVariable)); in TEST_F()150 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpExtInst)); in TEST_F()153 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpExtInst)); in TEST_F()158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()166 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunction)); in TEST_F()169 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunction)); in TEST_F()174 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()177 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()[all …]
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 …]
124 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()161 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()172 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
192 bool IsOpcodeInCurrentLayoutSection(SpvOp op);
283 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(SpvOp op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t
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