Home
last modified time | relevance | path

Searched refs:OpLine (Results 1 - 25 of 66) sorted by relevance

123

/third_party/spirv-tools/test/opt/
H A Dir_loader_test.cpp135 "OpLine %3 10 10\n" in TEST()
137 "OpLine %3 100 100\n" in TEST()
140 "OpLine %3 1 1\n" in TEST()
142 "OpLine %3 2 2\n" in TEST()
143 "OpLine %3 3 3\n" in TEST()
145 "OpLine %3 4 4\n" in TEST()
170 "OpLine %file 10 0\n" in TEST()
184 "OpLine %file 1 0\n" in TEST()
186 "OpLine %file 2 0\n" in TEST()
197 "OpLine in TEST()
[all...]
H A Ddebug_info_manager_test.cpp155 Instruction line(context.get(), spv::Op::OpLine);
243 OpLine %3 8 1
246 OpLine %3 6 1
253 OpLine %3 7 3
256 OpLine %3 8 1
260 OpLine %3 2 1
267 OpLine %3 3 3
278 Instruction line(context.get(), spv::Op::OpLine);
560 OpLine %15 20 12
563 OpLine
[all...]
H A Dinline_test.cpp3485 ; CHECK-NEXT: OpLine {{%\d+}} 100 0
3488 ; CHECK-NEXT: OpLine {{%\d+}} 300 0
3490 ; CHECK-NEXT: OpLine {{%\d+}} 400 0
3493 ; CHECK-NEXT: OpLine {{%\d+}} 700 0
3497 ; CHECK-NEXT: OpLine {{%\d+}} 600 0
3548 OpLine %5 600 0
3558 OpLine %5 100 0
3561 OpLine %5 200 0
3565 OpLine %5 300 0
3567 OpLine
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_loader_test.cpp136 "OpLine %3 10 10\n" in TEST()
138 "OpLine %3 100 100\n" in TEST()
141 "OpLine %3 1 1\n" in TEST()
143 "OpLine %3 2 2\n" in TEST()
144 "OpLine %3 3 3\n" in TEST()
146 "OpLine %3 4 4\n" in TEST()
171 "OpLine %file 10 0\n" in TEST()
185 "OpLine %file 1 0\n" in TEST()
187 "OpLine %file 2 0\n" in TEST()
198 "OpLine in TEST()
[all...]
H A Ddebug_info_manager_test.cpp246 OpLine %3 8 1
249 OpLine %3 6 1
256 OpLine %3 7 3
259 OpLine %3 8 1
263 OpLine %3 2 1
270 OpLine %3 3 3
563 OpLine %15 20 12
566 OpLine %15 13 19
568 OpLine %15 13 12
771 OpLine
[all...]
H A Dinline_test.cpp3481 ; CHECK-NEXT: OpLine {{%\d+}} 100 0
3484 ; CHECK-NEXT: OpLine {{%\d+}} 300 0
3486 ; CHECK-NEXT: OpLine {{%\d+}} 400 0
3489 ; CHECK-NEXT: OpLine {{%\d+}} 700 0
3493 ; CHECK-NEXT: OpLine {{%\d+}} 600 0
3544 OpLine %5 600 0
3554 OpLine %5 100 0
3557 OpLine %5 200 0
3561 OpLine %5 300 0
3563 OpLine
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_loader_test.cpp136 "OpLine %3 10 10\n" in TEST()
138 "OpLine %3 100 100\n" in TEST()
141 "OpLine %3 1 1\n" in TEST()
143 "OpLine %3 2 2\n" in TEST()
144 "OpLine %3 3 3\n" in TEST()
146 "OpLine %3 4 4\n" in TEST()
171 "OpLine %file 10 0\n" in TEST()
185 "OpLine %file 1 0\n" in TEST()
187 "OpLine %file 2 0\n" in TEST()
198 "OpLine in TEST()
[all...]
H A Ddebug_info_manager_test.cpp246 OpLine %3 8 1
249 OpLine %3 6 1
256 OpLine %3 7 3
259 OpLine %3 8 1
263 OpLine %3 2 1
270 OpLine %3 3 3
563 OpLine %15 20 12
566 OpLine %15 13 19
568 OpLine %15 13 12
771 OpLine
[all...]
H A Dinline_test.cpp3481 ; CHECK-NEXT: OpLine {{%\d+}} 100 0
3484 ; CHECK-NEXT: OpLine {{%\d+}} 300 0
3486 ; CHECK-NEXT: OpLine {{%\d+}} 400 0
3489 ; CHECK-NEXT: OpLine {{%\d+}} 700 0
3493 ; CHECK-NEXT: OpLine {{%\d+}} 600 0
3544 OpLine %5 600 0
3554 OpLine %5 100 0
3557 OpLine %5 200 0
3561 OpLine %5 300 0
3563 OpLine
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary.debug_test.cpp143 TEST_F(TextToBinaryTest, OpLine) { in TEST_F()
144 EXPECT_THAT(CompiledInstructions("OpLine %srcfile 42 99"), in TEST_F()
145 Eq(MakeInstruction(spv::Op::OpLine, {1, 42, 99}))); in TEST_F()
/third_party/spirv-tools/source/opt/
H A Dreflect.h40 return opcode == spv::Op::OpLine || opcode == spv::Op::OpNoLine; in IsOpLineInst()
H A Dreplace_invalid_opc.cpp105 if (last_line_dbg_inst->opcode() == spv::Op::OpLine) { in RewriteFunction()
H A Ddebug_info_manager.cpp215 if (line->opcode() == spv::Op::OpLine) { in CreateDebugInlinedAt()
222 "Unreachable. A line instruction must be OpLine or DebugLine"); in CreateDebugInlinedAt()
233 line->opcode() == spv::Op::OpLine) { in CreateDebugInlinedAt()
/third_party/spirv-tools/source/val/
H A Dvalidate_debug.cpp48 << "OpLine Target <id> " << _.getIdName(file_id) in ValidateLine()
61 case spv::Op::OpLine: in DebugPass()
H A Dvalidate_adjacency.cpp35 // or non-OpPhi instructions in non-entry blocks, except OpLine.
72 << "(except for OpLine, which can be mixed with OpPhi)."; in ValidateAdjacency()
75 case spv::Op::OpLine: in ValidateAdjacency()
H A Dvalidate_layout.cpp228 case spv::Op::OpLine: in FunctionScopedInstructions()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.debug_test.cpp140 TEST_F(TextToBinaryTest, OpLine) { in TEST_F()
141 EXPECT_THAT(CompiledInstructions("OpLine %srcfile 42 99"), in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.debug_test.cpp140 TEST_F(TextToBinaryTest, OpLine) { in TEST_F()
141 EXPECT_THAT(CompiledInstructions("OpLine %srcfile 42 99"), in TEST_F()
/third_party/spirv-tools/test/tools/objdump/
H A Dextract_source_test.cpp78 OpLine %2 1 41 in TEST()
104 OpLine %2 1 41 in TEST()
129 OpLine %2 1 41 in TEST()
155 OpLine %2 1 41 in TEST()
183 OpLine %2 3 1 in TEST()
208 OpLine %2 3 1 in TEST()
232 OpLine %2 6 1 in TEST()
256 OpLine %2 6 1
/third_party/glslang/SPIRV/
H A DspvIR.h365 lineInstruction = std::unique_ptr<Instruction>{new Instruction(OpLine)}; in setDebugLineInfo()
388 // OpLine in dump()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs677 OpLine = 8, enumerator
H A Dspirv.hpp672 OpLine = 8, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs689 OpLine = 8, enumerator
H A Dspirv.hpp684 OpLine = 8, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs694 OpLine = 8, enumerator

Completed in 34 milliseconds

123