Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daub_write.c240 int dirty_start = 512, dirty_end = 0; in populate_ppgtt_table() local
251 dirty_end = max(dirty_end, i); in populate_ppgtt_table()
277 if (dirty_start <= dirty_end) { in populate_ppgtt_table()
280 uint64_t write_size = (dirty_end - dirty_start + 1) * in populate_ppgtt_table()