Searched refs:COLOR_RESET (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 37 #define COLOR_RESET "\033[0m" macro 74 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", name); in print_named_value() 91 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", in eg_dump_reg() 129 fprintf(file, COLOR_YELLOW "0x%05x" COLOR_RESET " <- 0x%08x\n", offset, value); in eg_dump_reg() 169 fprintf(f, COLOR_GREEN "%s%s%s" COLOR_RESET ":\n", in ac_parse_packet3() 172 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s%s" COLOR_RESET ":\n", in ac_parse_packet3() 241 COLOR_RESET "\n"); in ac_parse_packet3() 246 COLOR_RESET "\n"); in ac_parse_packet3() 251 COLOR_RESET "\n"); in ac_parse_packet3() 256 COLOR_RESET "\n"); in ac_parse_packet3() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 47 #define COLOR_RESET "\033[0m" macro 97 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", name); in print_named_value() 159 fprintf(file, COLOR_YELLOW "%s" COLOR_RESET " <- ", reg_name); in ac_dump_reg() 192 fprintf(file, COLOR_YELLOW "0x%05x" COLOR_RESET " <- 0x%08x\n", offset, value); in ac_dump_reg() 210 fprintf(ib->f, COLOR_RED "Valgrind: The next DWORD is garbage" COLOR_RESET "\n"); in ac_ib_get() 259 fprintf(f, COLOR_GREEN "%s%s" COLOR_RESET ":\n", name, predicate); in ac_parse_packet3() 261 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s" COLOR_RESET ":\n", op, predicate); in ac_parse_packet3() 470 fprintf(f, COLOR_RED "This trace point was reached by the CP." COLOR_RESET "\n"); in ac_parse_packet3() 473 "was reached by the CP !!!!!" COLOR_RESET "\n"); in ac_parse_packet3() 476 "was NOT been reached by the CP !!!!!" COLOR_RESET "\n"); in ac_parse_packet3() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 288 #define COLOR_RESET "\033[0m" macro 578 "VM end page Usage" COLOR_RESET "\n"); in si_dump_bo_list() 626 u_log_printf(log, COLOR_YELLOW "Color buffer %i:" COLOR_RESET "\n", i); in si_dump_framebuffer() 633 u_log_printf(log, COLOR_YELLOW "Depth-stencil buffer:" COLOR_RESET "\n"); in si_dump_framebuffer() 678 fprintf(f, COLOR_GREEN "%s%s slot %u (%s):" COLOR_RESET "\n", chunk->shader_name, in si_log_chunk_desc_list_print() 691 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 700 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 705 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 710 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() 718 fprintf(f, COLOR_RED "!!!!! This slot was corrupted in GPU memory !!!!!" COLOR_RESET "\n"); in si_log_chunk_desc_list_print() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 42 #define COLOR_RESET "\033[0m" macro 146 fprintf(f, COLOR_CYAN " Buffer:" COLOR_RESET "\n"); in radv_dump_buffer_descriptor() 159 fprintf(f, COLOR_CYAN " Image:" COLOR_RESET "\n"); in radv_dump_image_descriptor() 164 fprintf(f, COLOR_CYAN " FMASK:" COLOR_RESET "\n"); in radv_dump_image_descriptor() 174 fprintf(f, COLOR_CYAN " Sampler state:" COLOR_RESET "\n"); in radv_dump_sampler_descriptor() 334 fprintf(f, COLOR_YELLOW "%s - annotated disassembly:" COLOR_RESET "\n", in radv_dump_annotated_shader() 352 fprintf(f, "INST32=%08X" COLOR_RESET "\n", in radv_dump_annotated_shader() 355 fprintf(f, "INST64=%08X %08X" COLOR_RESET "\n", in radv_dump_annotated_shader() 377 fprintf(f, COLOR_CYAN "The number of active waves = %u" COLOR_RESET in radv_dump_annotated_shaders() 398 COLOR_RESET "\n"); in radv_dump_annotated_shaders()
|
/external/mesa3d/bin/ |
D | commit_in_branch.py | 16 COLOR_RESET = '\033[0m' 36 s += COLOR_RESET
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 174 #define COLOR_RESET "\033[0m" macro 179 fprintf(f, COLOR_STATE #name ": " COLOR_RESET); \ 185 fprintf(f, COLOR_STATE #name " %i: " COLOR_RESET, i); \ 204 fprintf(f, COLOR_STATE "%s" COLOR_RESET " = ", name); \ 308 fprintf(f, COLOR_SHADER "begin shader: %s" COLOR_RESET "\n", shader_str[sh]); in dd_dump_shader() 343 fprintf(f, COLOR_SHADER "end shader: %s" COLOR_RESET "\n\n", shader_str[sh]); in dd_dump_shader() 421 fprintf(f, " " COLOR_STATE "cbufs[%i]:" COLOR_RESET "\n ", i); in dd_dump_draw_vbo() 427 fprintf(f, " " COLOR_STATE "zsbuf:" COLOR_RESET "\n "); in dd_dump_draw_vbo()
|
/external/minijail/ |
D | common.mk | 359 COLOR_RESET = \x1b[0m
|
/external/modp_b64/ |
D | common.mk | 357 COLOR_RESET = \x1b[0m
|
/external/minigbm/ |
D | common.mk | 347 COLOR_RESET = \x1b[0m
|