Searched refs:__genxml_cmd_length (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_genx_macros.h | 73 #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/ |
D | crocus_genx_macros.h | 78 #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/ |
D | mi_builder_test.cpp | 68 #define __genxml_cmd_length(cmd) cmd ## _length macro 78 *_dst = (struct cmd *) emit_dwords(__genxml_cmd_length(cmd)); \
|
/third_party/mesa3d/src/intel/common/ |
D | mi_builder.h | 68 #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)
|