Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c287 batch->aperture_space += bo->size; in add_bo_to_batch()
901 (float) batch->aperture_space / (1024 * 1024)); in _iris_batch_flush()
924 batch->aperture_space = 0; in _iris_batch_flush()
Diris_batch.h110 int aperture_space; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.h52 return brw->batch.aperture_space + extra_space <= in brw_batch_has_aperture_space()
Dbrw_batch.c226 batch->aperture_space += bo->size; in add_exec_bo()
576 brw->batch.aperture_space = 0; in brw_new_batch()
911 (float) (brw->batch.aperture_space / (1024 * 1024)), in _brw_batch_flush_fence()
Dbrw_context.h508 uint64_t aperture_space; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h132 int aperture_space; member
Dcrocus_batch.c361 batch->aperture_space += bo->size; in crocus_use_bo()
957 (float) batch->aperture_space / (1024 * 1024), in _crocus_batch_flush()
979 batch->aperture_space = 0; in _crocus_batch_flush()