Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daub_write.c313 uint64_t l3_start = max(l4, start & 0xffffc0000000); in aub_map_ppgtt() local
316 uint64_t l3_start_idx = L3_index(l3_start); in aub_map_ppgtt()
321 for (uint64_t l3 = l3_start; l3 < l3_end; l3 += (1ULL << 30)) { in aub_map_ppgtt()