Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Daub_write.c122 int comment_len, comment_dwords, dwords; in write_legacy_header() local
125 comment_dwords = ((comment_len + 3) / 4); in write_legacy_header()
128 dwords = 13 + comment_dwords; in write_legacy_header()
141 data_out(aub, comment, comment_dwords * 4); in write_legacy_header()