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()
643 if (ImGui::Button("Dwords")) cfg->show_dwords ^= 1; in display_decode_options()896 static bool show_dwords = true; in display_commands_window() local897 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()
64 if (ctx->decode_cfg->show_dwords) { in aub_viewer_print_group()