Home
last modified time | relevance | path

Searched refs:IsOpcodeInCurrentLayoutSection (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_state_test.cpp142 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_state_test.cpp142 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 …]
/third_party/spirv-tools/test/val/
Dval_state_test.cpp139 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_layout.cpp124 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()
161 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
172 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
Dvalidation_state.h192 bool IsOpcodeInCurrentLayoutSection(SpvOp op);
Dvalidation_state.cpp283 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(SpvOp op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_layout.cpp124 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()
161 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
172 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
Dvalidation_state.h192 bool IsOpcodeInCurrentLayoutSection(SpvOp op);
Dvalidation_state.cpp283 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(SpvOp op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t
/third_party/spirv-tools/source/val/
Dvalidate_layout.cpp121 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()
159 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
170 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
Dvalidation_state.h191 bool IsOpcodeInCurrentLayoutSection(spv::Op op);
Dvalidation_state.cpp302 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t