Searched refs:iris_get_command_space (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.h162 * Most callers want iris_get_command_space() instead.
181 iris_get_command_space(struct iris_batch *batch, unsigned bytes) function in typeref:typename:void *
195 void *map = iris_get_command_space(batch, size);
H A Diris_blorp.c89 return iris_get_command_space(batch, n * sizeof(uint32_t));
H A Diris_query.c368 uint32_t *math = iris_get_command_space(batch, 5 * sizeof(uint32_t));
385 uint32_t *math = iris_get_command_space(batch, sizeof(uint32_t) * dwords);
441 uint32_t *math = iris_get_command_space(batch, 4 * num_dwords);
656 uint32_t *map = iris_get_command_space(batch, batch_len * 4);
H A Diris_state.c151 _iris_pack_command(batch, cmd, iris_get_command_space(batch, 4 * __genxml_cmd_length(cmd)), name)
155 uint32_t *dw = iris_get_command_space(batch, 4 * num_dwords); \
5128 iris_get_command_space(batch, 4 * (1 + vb_dwords * count));
5870 void *map = iris_get_command_space(batch, 4 * 5);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h211 * Most callers want iris_get_command_space() instead.
230 iris_get_command_space(struct iris_batch *batch, unsigned bytes) function in typeref:typename:void *
244 void *map = iris_get_command_space(batch, size);
H A Diris_genx_macros.h38 return iris_get_command_space(batch, dwords * sizeof(uint32_t));
H A Diris_blorp.c85 return iris_get_command_space(batch, n * sizeof(uint32_t));
H A Diris_state.c593 void *map = iris_get_command_space(batch, 4 * 5);
6460 iris_get_command_space(batch, 4 * (1 + vb_dwords * count));

Completed in 28 milliseconds