Searched refs:crocus_batch_bytes_used (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.h218 crocus_batch_bytes_used(struct crocus_batch *batch) function in typeref:typename:unsigned
233 const unsigned required_bytes = crocus_batch_bytes_used(batch) + size;
234 unsigned used = crocus_batch_bytes_used(batch);
244 assert(crocus_batch_bytes_used(batch) + size < batch->command.bo->size);
H A Dcrocus_batch.c502 assert(crocus_batch_bytes_used(batch) == 0);
598 crocus_batch_bytes_used(batch) + estimate >= BATCH_SZ) {
762 VG(VALGRIND_CHECK_MEM_IS_DEFINED(batch->command.map, crocus_batch_bytes_used(batch)));
765 batch->primary_batch_size = crocus_batch_bytes_used(batch);
834 memcpy(bo_map, batch->command.map, crocus_batch_bytes_used(batch));
942 if (crocus_batch_bytes_used(batch) == 0 && !batch->contains_fence_signal)
953 int bytes_for_commands = crocus_batch_bytes_used(batch);
1054 if (crocus_batch_bytes_used(batch) == 0)
H A Dcrocus_fence.c238 if (deferred && crocus_batch_bytes_used(batch) > 0) {
H A Dcrocus_state.c813 if ((crocus_batch_bytes_used(batch) & 15) > 12) {
814 int pad = 16 - (crocus_batch_bytes_used(batch) & 15);

Completed in 18 milliseconds