Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daub_write.c314 uint64_t l3_end = min(l4 + (1ULL << 39) - 1, in aub_map_ppgtt() local
317 uint64_t l3_end_idx = L3_index(l3_end); in aub_map_ppgtt()
321 for (uint64_t l3 = l3_start; l3 < l3_end; l3 += (1ULL << 30)) { in aub_map_ppgtt()