Home
last modified time | relevance | path

Searched refs:__genxml_cmd_length (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h73 #define __genxml_cmd_length(cmd) cmd ## _length macro
109 _iris_pack_command(batch, cmd, __gen_get_batch_dwords(batch, __genxml_cmd_length(cmd)), name)
122 uint32_t _dw[__genxml_cmd_length(reg)]; \
124 for (unsigned i = 0; i < __genxml_cmd_length(reg); i++) { \
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h78 #define __genxml_cmd_length(cmd) cmd ## _length macro
114 _crocus_pack_command(batch, cmd, __gen_get_batch_dwords(batch, __genxml_cmd_length(cmd)), name)
127 uint32_t _dw[__genxml_cmd_length(reg)]; \
129 for (unsigned i = 0; i < __genxml_cmd_length(reg); i++) { \
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp68 #define __genxml_cmd_length(cmd) cmd ## _length macro
78 *_dst = (struct cmd *) emit_dwords(__genxml_cmd_length(cmd)); \
/third_party/mesa3d/src/intel/common/
Dmi_builder.h68 #define __genxml_cmd_length(cmd) cmd ## _length macro
79 mi_builder_pack((b), cmd, __gen_get_batch_dwords((b)->user_data, __genxml_cmd_length(cmd)), name)