Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h94 #define _crocus_pack_command(batch, cmd, dst, name) \ macro
102 _crocus_pack_command(NULL, cmd, dst, name)
114 _crocus_pack_command(batch, cmd, __gen_get_batch_dwords(batch, __genxml_cmd_length(cmd)), name)
Dcrocus_state.c618 _crocus_pack_command(batch, GENX(MI_STORE_DATA_IMM), map, sdi) { in crocus_store_data_imm64()
798 _crocus_pack_command(batch, GENX(URB_FENCE), urb_fence, urb) { in crocus_upload_urb_fence()
7592 _crocus_pack_command(batch, GENX(3DSTATE_VERTEX_BUFFERS), map, vb) {