Searched refs:missing_color (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 149 ImGui::TextColored(ctx->cfg->missing_color, in ctx_disassemble_program() 203 ImGui::TextColored(ctx->cfg->missing_color, "did not find RENDER_SURFACE_STATE info"); in dump_binding_table() 211 ImGui::TextColored(ctx->cfg->missing_color, "invalid binding table pointer"); in dump_binding_table() 219 ImGui::TextColored(ctx->cfg->missing_color, in dump_binding_table() 236 ImGui::TextColored(ctx->cfg->missing_color, in dump_binding_table() 263 ImGui::TextColored(ctx->cfg->missing_color, in dump_samplers() 269 ImGui::TextColored(ctx->cfg->missing_color, "invalid sampler state pointer"); in dump_samplers() 310 ImGui::TextColored(ctx->cfg->missing_color, in handle_media_interface_descriptor_load() 396 ImGui::TextColored(ctx->cfg->missing_color, in handle_3dstate_vertex_buffers() 437 ImGui::TextColored(ctx->cfg->missing_color, in handle_3dstate_index_buffer() [all …]
|
D | aubinator_viewer.h | 14 ImColor missing_color; member 22 missing_color(230, 0, 230, 255), in aub_viewer_cfg()
|
D | aubinator_viewer.cpp | 566 ImGui::TextColored(context.cfg.missing_color, "Page not available"); in display_pml4_level() 992 ImGui::ColorEdit3("missing", (float *)&cfg->missing_color, cflags); ImGui::SameLine(); in display_aubfile_window()
|