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 D | iris_batch.h | 162 * 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 D | iris_blorp.c | 89 return iris_get_command_space(batch, n * sizeof(uint32_t));
|
| H A D | iris_query.c | 368 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 D | iris_state.c | 151 _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 D | iris_batch.h | 211 * 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 D | iris_genx_macros.h | 38 return iris_get_command_space(batch, dwords * sizeof(uint32_t));
|
| H A D | iris_blorp.c | 85 return iris_get_command_space(batch, n * sizeof(uint32_t));
|
| H A D | iris_state.c | 593 void *map = iris_get_command_space(batch, 4 * 5); 6460 iris_get_command_space(batch, 4 * (1 + vb_dwords * count));
|
Completed in 28 milliseconds