Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/intel/common/
Dgen_decoder.c1240 int struct_dword = iter.start_bit / 32; in gen_print_group() local
1241 uint64_t struct_offset = offset + 4 * struct_dword; in gen_print_group()
1243 &p[struct_dword], iter.start_bit % 32, color); in gen_print_group()