Searched refs:BATCH_SZ (Results 1 – 5 of 5) sorted by relevance
50 #define BATCH_SZ (20 * 1024) macro235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
481 BATCH_SZ + BATCH_RESERVED(&screen->devinfo)); in create_batch()598 crocus_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in crocus_batch_maybe_flush()964 100.0f * bytes_for_commands / BATCH_SZ, in _crocus_batch_flush()
55 #define BATCH_SZ (64 * 1024 - BATCH_RESERVED) macro240 if (required_bytes >= BATCH_SZ) { in iris_require_command_space()
490 BATCH_SZ + BATCH_RESERVED, 8, in create_batch()629 iris_batch_bytes_used(batch) + estimate >= BATCH_SZ) { in iris_batch_maybe_flush()1053 100.0f * batch->total_chained_batch_size / BATCH_SZ, in _iris_batch_flush()
3365 - iris: make BATCH_SZ smaller by BATCH_RESERVED bytes