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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c549 int bytes_for_commands = iris_batch_bytes_used(batch); local in function:_iris_batch_flush
552 second_bytes = bytes_for_commands;
553 bytes_for_commands += batch->primary_batch_size;
559 100.0f * bytes_for_commands / BATCH_SZ,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c953 int bytes_for_commands = crocus_batch_bytes_used(batch); local in function:_crocus_batch_flush
956 second_bytes = bytes_for_commands;
957 bytes_for_commands += batch->primary_batch_size;
964 100.0f * bytes_for_commands / BATCH_SZ,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c878 int bytes_for_commands = 4 * USED_BATCH(brw->batch); local in function:_intel_batchbuffer_flush_fence
883 bytes_for_commands, 100.0f * bytes_for_commands / BATCH_SZ,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.c903 int bytes_for_commands = 4 * USED_BATCH(brw->batch); local in function:_brw_batch_flush_fence
908 bytes_for_commands, 100.0f * bytes_for_commands / BATCH_SZ,

Completed in 11 milliseconds