Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h31 bool show_dwords; member
35 show_dwords(true) {} in aub_viewer_decode_cfg()
Daubinator_viewer.cpp641 if (ImGui::Button("Dwords")) cfg->show_dwords ^= 1; in display_decode_options()
894 static bool show_dwords = true; in display_commands_window() local
895 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()
Daubinator_viewer_decoder.cpp64 if (ctx->decode_cfg->show_dwords) { in aub_viewer_print_group()