Searched refs:vb_dwords (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c5125 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); local in function:iris_upload_dirty_render_state
5128 iris_get_command_space(batch, 4 * (1 + vb_dwords * count));
5130 vb.DWordLength = (vb_dwords * count + 1) - 2;
5138 sizeof(uint32_t) * vb_dwords);
5139 map += vb_dwords;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c6457 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); local in function:iris_upload_dirty_render_state
6460 iris_get_command_space(batch, 4 * (1 + vb_dwords * count));
6462 vb.DWordLength = (vb_dwords * count + 1) - 2;
6470 sizeof(uint32_t) * vb_dwords);
6471 map += vb_dwords;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c5823 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); local in function:emit_vertex_buffer_state
5845 *map += vb_dwords;
7583 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); local in function:crocus_upload_dirty_render_state
7586 crocus_get_command_space(batch, 4 * (1 + vb_dwords * count));
7588 vb.DWordLength = (vb_dwords * count + 1) - 2;

Completed in 30 milliseconds