Searched refs:estimate (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.h139 void iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate);
H A Diris_batch.c405 iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate) argument
408 iris_batch_bytes_used(batch) + estimate >= BATCH_SZ) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h184 void iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate);
H A Diris_batch.c487 iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate) argument
490 iris_batch_bytes_used(batch) + estimate >= BATCH_SZ) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.4.rst89 - i965/blorp: Bump the batch space estimate
H A D20.1.0.rst3755 - freedreno: add helper to estimate # of bins per pipe
/xsrc/external/mit/mkfontscale/dist/
H A Dmkfontscale.c1145 int estimate = local in function:checkEncoding
1162 bigEncodingFuzz * estimate)) {
1174 int estimate = encoding->size - encoding->first; local in function:checkEncoding
1196 ((float) failed >= bigEncodingFuzz * estimate)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.h189 void crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate);
H A Dcrocus_batch.c595 crocus_batch_maybe_flush(struct crocus_batch *batch, unsigned estimate) argument
598 crocus_batch_bytes_used(batch) + estimate >= BATCH_SZ) {

Completed in 15 milliseconds