Home
last modified time | relevance | path

Searched refs:show_dwords (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.h31 bool show_dwords; member
35 show_dwords(true) {} in aub_viewer_decode_cfg()
H A Daubinator_viewer.cpp643 if (ImGui::Button("Dwords")) cfg->show_dwords ^= 1; in display_decode_options()
896 static bool show_dwords = true; in display_commands_window() local
897 if (ImGui::Button("Dwords")) show_dwords ^= 1; in display_commands_window()
908 if (show_dwords && field->start / 32 != last_dword) { in display_commands_window()
929 if (show_dwords && field->start / 32 != last_dword) { in display_commands_window()
H A Daubinator_viewer_decoder.cpp64 if (ctx->decode_cfg->show_dwords) { in aub_viewer_print_group()

Completed in 5 milliseconds