Searched refs:inst_name (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_batch_decoder.c | 845 const char *inst_name = gen_group_get_name(inst); local in function:gen_print_batch 849 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0 || 850 strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) 863 color, offset, p[0], inst_name, reset_color); 869 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { 876 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0) { 916 } else if (strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_batch_decoder.c | 1394 const char *inst_name = intel_group_get_name(inst); local in function:intel_print_batch 1398 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0 || 1399 strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) 1413 inst_name, reset_color); 1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { 1426 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0) { 1471 } else if (strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer_decoder.cpp | 924 const char *inst_name = gen_group_get_name(inst); local in function:aub_viewer_render_batch 927 if (strcmp(inst_name, info_decoders[i].cmd_name) == 0) { 942 if (strcmp(inst_name, display_decoders[i].cmd_name) == 0) { 957 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0) { 998 } else if (strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer_decoder.cpp | 928 const char *inst_name = intel_group_get_name(inst); local in function:aub_viewer_render_batch 931 if (strcmp(inst_name, info_decoders[i].cmd_name) == 0) { 946 if (strcmp(inst_name, display_decoders[i].cmd_name) == 0) { 961 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0) { 1002 } else if (strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) {
|
Completed in 12 milliseconds