Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h11 ImColor dwords_color; member
19 dwords_color(29, 177, 194, 255), in aub_viewer_cfg()
Daubinator_viewer.cpp909 ImGui::TextColored(context.cfg.dwords_color, in display_commands_window()
912 ImGui::TextColored(context.cfg.dwords_color, "Dword %d", last_dword); in display_commands_window()
929 ImGui::TextColored(context.cfg.dwords_color, in display_commands_window()
995 ImGui::ColorEdit3("dwords", (float *)&cfg->dwords_color, cflags); ImGui::SameLine(); in display_aubfile_window()
Daubinator_viewer_decoder.cpp68 ImGui::TextColored(ctx->cfg->dwords_color, in aub_viewer_print_group()