Home
last modified time | relevance | path

Searched refs:kDebugInlinedAtOperandInlinedIndex (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp33 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
54 if (dbg_inlined_at->NumOperands() <= kDebugInlinedAtOperandInlinedIndex) { in SetInlinedOperand()
58 dbg_inlined_at->SetOperand(kDebugInlinedAtOperandInlinedIndex, in SetInlinedOperand()
67 if (dbg_inlined_at->NumOperands() <= kDebugInlinedAtOperandInlinedIndex) in GetInlinedOperand()
70 kDebugInlinedAtOperandInlinedIndex); in GetInlinedOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp33 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
54 if (dbg_inlined_at->NumOperands() <= kDebugInlinedAtOperandInlinedIndex) { in SetInlinedOperand()
58 dbg_inlined_at->SetOperand(kDebugInlinedAtOperandInlinedIndex, in SetInlinedOperand()
67 if (dbg_inlined_at->NumOperands() <= kDebugInlinedAtOperandInlinedIndex) in GetInlinedOperand()
70 kDebugInlinedAtOperandInlinedIndex); in GetInlinedOperand()
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp39 constexpr uint32_t kDebugInlinedAtOperandInlinedIndex = 6; member
55 if (dbg_inlined_at->NumOperands() <= kDebugInlinedAtOperandInlinedIndex) { in SetInlinedOperand()
59 dbg_inlined_at->SetOperand(kDebugInlinedAtOperandInlinedIndex, in SetInlinedOperand()
68 if (dbg_inlined_at->NumOperands() <= kDebugInlinedAtOperandInlinedIndex) in GetInlinedOperand()
71 kDebugInlinedAtOperandInlinedIndex); in GetInlinedOperand()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddebug_info_manager_test.cpp33 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
182 EXPECT_EQ(inlined_at->NumOperands(), kDebugInlinedAtOperandInlinedIndex + 1);
184 inlined_at->GetSingleWordOperand(kDebugInlinedAtOperandInlinedIndex),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddebug_info_manager_test.cpp33 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
182 EXPECT_EQ(inlined_at->NumOperands(), kDebugInlinedAtOperandInlinedIndex + 1);
184 inlined_at->GetSingleWordOperand(kDebugInlinedAtOperandInlinedIndex),
/third_party/spirv-tools/test/opt/
H A Ddebug_info_manager_test.cpp30 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
179 EXPECT_EQ(inlined_at->NumOperands(), kDebugInlinedAtOperandInlinedIndex + 1);
181 inlined_at->GetSingleWordOperand(kDebugInlinedAtOperandInlinedIndex),

Completed in 8 milliseconds