Home
last modified time | relevance | path

Searched refs:last_scope (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp150 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
154 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
205 if (scope != last_scope) { in ToBinary()
218 last_scope = scope; in ToBinary()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp150 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
154 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
206 if (scope != last_scope && !between_merge_and_branch) { in ToBinary()
219 last_scope = scope; in ToBinary()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.cpp150 DebugScope last_scope(kNoDebugScope, kNoInlinedAt); in ToBinary() local
154 auto write_inst = [binary, skip_nop, &last_scope, &last_line_inst, in ToBinary()
206 if (scope != last_scope && !between_merge_and_branch) { in ToBinary()
219 last_scope = scope; in ToBinary()
/external/elfutils/src/
Dstack.c339 Dwarf_Die *last_scope = &scopes[0]; in print_inline_frames() local
351 cudie, last_scope); in print_inline_frames()
357 last_scope = scope; in print_inline_frames()