Lines Matching defs:dwords
188 * Check if the requested number of dwords is available in the CS and
192 * \param cs_dwords The number of dwords to reserve in CS.
290 * Check if the requested number of dwords is available in the CS and
295 * \param cs_dwords The number of dwords to reserve in CS.
346 /* Size of the vertex, in dwords. */
349 /* The number of dwords for this draw operation. */
350 unsigned dwords = 4 + draw->count * vertex_size;
352 /* Size of the vertex element, in dwords. */
356 * in dwords. */
365 if (!r300_prepare_for_rendering(r300, PREP_EMIT_STATES, NULL, dwords, 0, 0, -1))
388 BEGIN_CS(dwords);
513 /* 19 dwords for r300_draw_elements_immediate. Give up if the function fails. */
636 /* 19 dwords for emit_draw_elements. Give up if the function fails. */
662 /* 15 dwords for emit_draw_elements */
690 /* 9 spare dwords for emit_draw_arrays. Give up if the function fails. */
710 /* 9 spare dwords for emit_draw_arrays. Give up if the function fails. */
1028 unsigned dwords = 6;
1040 NULL, dwords, 0, 0, -1)) {
1044 BEGIN_CS(dwords);
1175 unsigned dwords = 13 + vertex_size +
1207 if (!r300_prepare_for_rendering(r300, PREP_EMIT_STATES, NULL, dwords, 0, 0, -1))
1212 BEGIN_CS(dwords);