Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h255 crocus_get_command_space(struct crocus_batch *batch, unsigned bytes) in crocus_get_command_space() function
269 void *map = crocus_get_command_space(batch, size); in crocus_batch_emit()
Dcrocus_genx_macros.h40 return crocus_get_command_space(batch, dwords * sizeof(uint32_t)); in __gen_get_batch_dwords()
Dcrocus_blorp.c91 return crocus_get_command_space(batch, n * sizeof(uint32_t)); in blorp_emit_dwords()
Dcrocus_state.c617 void *map = crocus_get_command_space(batch, 4 * 5); in crocus_store_data_imm64()
7447 batch_ptr = crocus_get_command_space(batch, isl_dev->ds.size);
7591 crocus_get_command_space(batch, 4 * (1 + vb_dwords * count));