Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c233 const unsigned row_max_pages = 4 << row; in bucket_for_size() local
240 const unsigned prev_row_max_pages = (row_max_pages / 2) & ~2; in bucket_for_size()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c329 const unsigned row_max_pages = 4 << row; in bucket_for_size() local
336 const unsigned prev_row_max_pages = (row_max_pages / 2) & ~2; in bucket_for_size()