/third_party/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 135 "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 D | debug_info_manager_test.cpp | 155 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 D | inline_test.cpp | 3485 ; 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 D | ir_loader_test.cpp | 136 "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 D | debug_info_manager_test.cpp | 246 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 D | inline_test.cpp | 3481 ; 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 D | ir_loader_test.cpp | 136 "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 D | debug_info_manager_test.cpp | 246 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 D | inline_test.cpp | 3481 ; 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 D | text_to_binary.debug_test.cpp | 143 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 D | reflect.h | 40 return opcode == spv::Op::OpLine || opcode == spv::Op::OpNoLine; in IsOpLineInst()
|
H A D | replace_invalid_opc.cpp | 105 if (last_line_dbg_inst->opcode() == spv::Op::OpLine) { in RewriteFunction()
|
H A D | debug_info_manager.cpp | 215 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 D | validate_debug.cpp | 48 << "OpLine Target <id> " << _.getIdName(file_id) in ValidateLine() 61 case spv::Op::OpLine: in DebugPass()
|
H A D | validate_adjacency.cpp | 35 // 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 D | validate_layout.cpp | 228 case spv::Op::OpLine: in FunctionScopedInstructions()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.debug_test.cpp | 140 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 D | text_to_binary.debug_test.cpp | 140 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 D | extract_source_test.cpp | 78 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 D | spvIR.h | 365 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 D | spirv.cs | 677 OpLine = 8, enumerator
|
H A D | spirv.hpp | 672 OpLine = 8, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 689 OpLine = 8, enumerator
|
H A D | spirv.hpp | 684 OpLine = 8, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 694 OpLine = 8, enumerator
|