Searched refs:show_dwords (Results 1 – 3 of 3) sorted by relevance
31 bool show_dwords; member35 show_dwords(true) {} in aub_viewer_decode_cfg()
641 if (ImGui::Button("Dwords")) cfg->show_dwords ^= 1; in display_decode_options()894 static bool show_dwords = true; in display_commands_window() local895 if (ImGui::Button("Dwords")) show_dwords ^= 1; in display_commands_window()906 if (show_dwords && field->start / 32 != last_dword) { in display_commands_window()927 if (show_dwords && field->start / 32 != last_dword) { in display_commands_window()
64 if (ctx->decode_cfg->show_dwords) { in aub_viewer_print_group()