Searched refs:_iris_pack_command (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_genx_macros.h | 89 #define _iris_pack_command(batch, cmd, dst, name) \ macro 97 _iris_pack_command(NULL, cmd, dst, name) 109 _iris_pack_command(batch, cmd, __gen_get_batch_dwords(batch, __genxml_cmd_length(cmd)), name)
|
H A D | iris_state.c | 4486 _iris_pack_command(batch, GENX(name), pkt2, p) { \ 4497 _iris_pack_command(batch, GENX(name), pkt2, p) { \ 6149 _iris_pack_command(batch, GENX(3DSTATE_PS), ps_state, ps) { in iris_upload_dirty_render_state() function 6665 _iris_pack_command(batch, GENX(3DSTATE_VERTEX_BUFFERS), map, vb) { in iris_upload_dirty_render_state() function
|
Completed in 17 milliseconds