Lines Matching defs:dwords
4048 unsigned dwords = GENX(3DSTATE_STREAMOUT_length) + (3 + 2 * max_decls);
4049 uint32_t *map = ralloc_size(NULL, sizeof(uint32_t) * dwords);
4768 static const unsigned dwords[] = {
4779 return sizeof(uint32_t) * dwords[cache_id];
6253 enum { dwords = GENX(3DSTATE_SO_BUFFER_length) };
6254 uint32_t *so_buffers = genx->so_buffers + i * dwords;
6270 32 * (dwords - 1));
6272 iris_batch_emit(batch, so_buffers, 4 * (dwords - 1));
6276 iris_batch_emit(batch, so_buffers, 4 * dwords);
7250 assert(cs_prog_data->push.cross_thread.dwords == 0 &&
7251 cs_prog_data->push.per_thread.dwords == 1 &&