Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c370 batch->aperture_space += bo->size; in crocus_use_bo()
966 (float) batch->aperture_space / (1024 * 1024), in _crocus_batch_flush()
988 batch->aperture_space = 0; in _crocus_batch_flush()
Dcrocus_batch.h132 int aperture_space; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c397 batch->aperture_space += bo->size; in add_bo_to_batch()
1055 (float) batch->aperture_space / (1024 * 1024)); in _iris_batch_flush()
1081 batch->aperture_space = 0; in _iris_batch_flush()
Diris_batch.h120 int aperture_space; member