Home
last modified time | relevance | path

Searched refs:_iris_pack_command (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h96 #define _iris_pack_command(batch, cmd, dst, name) \ macro
104 _iris_pack_command(NULL, cmd, dst, name)
116 _iris_pack_command(batch, cmd, __gen_get_batch_dwords(batch, __genxml_cmd_length(cmd)), name)
Diris_state.c662 _iris_pack_command(batch, GENX(COMPUTE_WALKER), dwords, cw) { in iris_rewrite_compute_walker_pc()
5102 _iris_pack_command(batch, GENX(name), pkt2, p) { \
5113 _iris_pack_command(batch, GENX(name), pkt2, p) { \
7353 _iris_pack_command(batch, GENX(3DSTATE_PS), ps_state, ps) { in iris_upload_dirty_render_state()
8063 _iris_pack_command(batch, GENX(3DSTATE_VERTEX_BUFFERS), map, vb) { in iris_upload_dirty_render_state()
9124 _iris_pack_command(batch, GENX(COMPUTE_WALKER), in iris_upload_compute_walker()