Searched refs:O_COLOR_RESET (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 56 #define O_COLOR_RESET (debug_get_option_color() ? COLOR_RESET : "") macro 108 O_COLOR_RESET); in print_named_value() 176 O_COLOR_RESET); in ac_dump_reg() 211 O_COLOR_RESET, value); in ac_dump_reg() 230 debug_get_option_color() ? COLOR_RED : "", O_COLOR_RESET); in ac_ib_get() 277 fprintf(f, "%s%s%s%s:\n", O_COLOR_CYAN, name, predicate, O_COLOR_RESET); in ac_parse_packet3() 279 fprintf(f, "%s%s%s%s:\n", O_COLOR_GREEN, name, predicate, O_COLOR_RESET); in ac_parse_packet3() 281 fprintf(f, "%sPKT3_UNKNOWN 0x%x%s%s:\n", O_COLOR_RED, op, predicate, O_COLOR_RESET); in ac_parse_packet3() 492 fprintf(f, "%sTrace point ID: %u%s\n", O_COLOR_RED, packet_id, O_COLOR_RESET); in ac_parse_packet3() 502 O_COLOR_RED, O_COLOR_RESET); in ac_parse_packet3() [all …]
|