Home | History | Annotate | Download | only in r300

Lines Matching defs:dwords

186  * Check if the requested number of dwords is available in the CS and
190 * \param cs_dwords The number of dwords to reserve in CS.
288 * Check if the requested number of dwords is available in the CS and
293 * \param cs_dwords The number of dwords to reserve in CS.
343 /* Size of the vertex, in dwords. */
346 /* The number of dwords for this draw operation. */
347 unsigned dwords = 4 + info->count * vertex_size;
349 /* Size of the vertex element, in dwords. */
353 * in dwords. */
362 if (!r300_prepare_for_rendering(r300, PREP_EMIT_STATES, NULL, dwords, 0, 0, -1))
385 BEGIN_CS(dwords);
519 /* 19 dwords for r300_draw_elements_immediate. Give up if the function fails. */
641 /* 19 dwords for emit_draw_elements. Give up if the function fails. */
667 /* 15 dwords for emit_draw_elements */
694 /* 9 spare dwords for emit_draw_arrays. Give up if the function fails. */
714 /* 9 spare dwords for emit_draw_arrays. Give up if the function fails. */
1007 unsigned dwords = 6;
1017 NULL, dwords, 0, 0, -1))
1026 BEGIN_CS(dwords);
1187 unsigned dwords = 13 + vertex_size +
1205 if (!r300_prepare_for_rendering(r300, PREP_EMIT_STATES, NULL, dwords, 0, 0, -1))
1210 BEGIN_CS(dwords);