Searched refs:aperture_space (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.h99 int aperture_space; member in struct:iris_batch
H A Diris_batch.c327 batch->aperture_space += bo->size;
561 (float) batch->aperture_space / (1024 * 1024));
590 batch->aperture_space = 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.h51 return brw->batch.aperture_space + extra_space <=
H A Dintel_batchbuffer.c225 batch->aperture_space += bo->size;
559 brw->batch.aperture_space = 0;
886 (float) (brw->batch.aperture_space / (1024 * 1024)),
H A Dbrw_context.h517 uint64_t aperture_space; member in struct:intel_batchbuffer
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h110 int aperture_space; member in struct:iris_batch
H A Diris_batch.c287 batch->aperture_space += bo->size;
909 (float) batch->aperture_space / (1024 * 1024));
932 batch->aperture_space = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.h52 return brw->batch.aperture_space + extra_space <=
H A Dbrw_batch.c226 batch->aperture_space += bo->size;
576 brw->batch.aperture_space = 0;
911 (float) (brw->batch.aperture_space / (1024 * 1024)),
H A Dbrw_context.h508 uint64_t aperture_space; member in struct:brw_batch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.h132 int aperture_space; member in struct:crocus_batch
H A Dcrocus_batch.c370 batch->aperture_space += bo->size;
966 (float) batch->aperture_space / (1024 * 1024),
988 batch->aperture_space = 0;

Completed in 16 milliseconds