Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c158 batch->aperture_space += bo->size; in add_exec_bo()
692 brw->batch.aperture_space = 0; in brw_new_batch()
1022 (float) brw->batch.aperture_space / (1024 * 1024), in _intel_batchbuffer_flush_fence()
1043 return brw->batch.aperture_space + extra_space <= in brw_batch_has_aperture_space()
Dbrw_context.h514 int aperture_space; member