Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daub_write.c297 #define L2_index(addr) (((addr) >> 21) & 0x1ff) in aub_map_ppgtt() macro
302 #define L1_table(addr) (L2_table(addr)->subtables[L2_index(addr)]) in aub_map_ppgtt()
325 uint64_t l2_start_idx = L2_index(l2_start); in aub_map_ppgtt()
326 uint64_t l2_end_idx = L2_index(l2_end); in aub_map_ppgtt()