Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp39 constexpr uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
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()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Ddebug_info_manager.cpp39 constexpr uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp39 constexpr uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddebug_info_manager_test.cpp30 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Ddebug_info_manager_test.cpp30 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Ddebug_info_manager_test.cpp30 static const uint32_t kDebugInlinedAtOperandInlinedIndex = 6; variable