Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp84 int struct_dword = iter.start_bit / 32; in aub_viewer_print_group() local
85 uint64_t struct_address = address + 4 * struct_dword; in aub_viewer_print_group()
87 &p[struct_dword]); in aub_viewer_print_group()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c1234 int struct_dword = iter.start_bit / 32; in intel_print_group() local
1235 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()