Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c346 batch->aperture_space += bo->size; in iris_use_pinned_bo()
514 batch->aperture_space += bo->size; in add_aux_map_bos_to_batch()
698 (float) batch->aperture_space / (1024 * 1024)); in _iris_batch_flush()
713 batch->aperture_space = 0; in _iris_batch_flush()
Diris_batch.h108 int aperture_space; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h52 return brw->batch.aperture_space + extra_space <= in brw_batch_has_aperture_space()
Dintel_batchbuffer.c217 batch->aperture_space += bo->size; in add_exec_bo()
564 brw->batch.aperture_space = 0; in brw_new_batch()
891 (float) (brw->batch.aperture_space / (1024 * 1024)), in _intel_batchbuffer_flush_fence()
Dbrw_context.h519 uint64_t aperture_space; member