Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daub_write.c301 #define L2_table(addr) (L3_table(addr)->subtables[L3_index(addr)]) in aub_map_ppgtt() macro
302 #define L1_table(addr) (L2_table(addr)->subtables[L2_index(addr)]) in aub_map_ppgtt()
328 populate_ppgtt_table(aub, L2_table(l3), l2_start_idx, l2_end_idx, 2); in aub_map_ppgtt()