Home
last modified time | relevance | path

Searched refs:app_name_len (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daub_write.c101 int app_name_len, dwords; in write_execlists_header() local
103 app_name_len = in write_execlists_header()
106 app_name_len = ALIGN(app_name_len, sizeof(uint32_t)); in write_execlists_header()
108 dwords = 5 + app_name_len / sizeof(uint32_t); in write_execlists_header()
114 data_out(aub, app_name, app_name_len); in write_execlists_header()
Daub_read.c124 int app_name_len = MIN2(4 * (header_length + 1 - 5), ARRAY_SIZE(app_name) - 1); in handle_memtrace_version() local
128 strncpy(app_name, (const char *)&p[5], app_name_len); in handle_memtrace_version()
129 app_name[app_name_len] = 0; in handle_memtrace_version()