Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/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 …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A 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 …]
/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_layout.cpp122 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()
160 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
171 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
H A Dvalidation_state.h191 bool IsOpcodeInCurrentLayoutSection(spv::Op op);
H A Dvalidation_state.cpp304 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_layout.cpp121 while (_.IsOpcodeInCurrentLayoutSection(opcode) == false) { in ModuleScopedInstructions()
159 !_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
170 if (_.IsOpcodeInCurrentLayoutSection(opcode)) { in FunctionScopedInstructions()
H A Dvalidation_state.h191 bool IsOpcodeInCurrentLayoutSection(spv::Op op);
H A Dvalidation_state.cpp302 bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) { in IsOpcodeInCurrentLayoutSection() function in spvtools::val::ValidationState_t