Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daub_write.c323 uint64_t l2_end = min(l3 + (1ULL << 30) - 1, in aub_map_ppgtt() local
326 uint64_t l2_end_idx = L2_index(l2_end); in aub_map_ppgtt()
330 for (uint64_t l2 = l2_start; l2 < l2_end; l2 += (1ULL << 21)) { in aub_map_ppgtt()