Searched refs:struct_dword (Results 1 – 2 of 2) sorted by relevance
84 int struct_dword = iter.start_bit / 32; in aub_viewer_print_group() local85 uint64_t struct_address = address + 4 * struct_dword; in aub_viewer_print_group()87 &p[struct_dword]); in aub_viewer_print_group()
1234 int struct_dword = iter.start_bit / 32; in intel_print_group() local1235 uint64_t struct_offset = offset + 4 * struct_dword; in intel_print_group()1237 &p[struct_dword], iter.start_bit % 32, color); in intel_print_group()