Lines Matching defs:dwords
1419 unsigned dwords = 0;
1423 dwords += atom->size;
1428 dwords += 32;
1430 return dwords;
1435 unsigned dwords = 0;
1438 dwords += 26; /* emit_query_end */
1439 dwords += r300->hyperz_state.size + 2; /* emit_hyperz_end + zcache flush */
1441 dwords += 2; /* emit_index_bias */
1442 dwords += 3; /* MSPOS */
1444 return dwords;