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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.h228 * Most callers want crocus_get_command_space() instead.
255 crocus_get_command_space(struct crocus_batch *batch, unsigned bytes) function in typeref:typename:void *
269 void *map = crocus_get_command_space(batch, size);
H A Dcrocus_genx_macros.h40 return crocus_get_command_space(batch, dwords * sizeof(uint32_t));
H A Dcrocus_blorp.c91 return crocus_get_command_space(batch, n * sizeof(uint32_t));
H A Dcrocus_state.c615 void *map = crocus_get_command_space(batch, 4 * 5);
7445 batch_ptr = crocus_get_command_space(batch, isl_dev->ds.size);
7586 crocus_get_command_space(batch, 4 * (1 + vb_dwords * count));

Completed in 14 milliseconds