Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c6661 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); in iris_upload_dirty_render_state() local
6664 iris_get_command_space(batch, 4 * (1 + vb_dwords * count)); in iris_upload_dirty_render_state()
6666 vb.DWordLength = (vb_dwords * count + 1) - 2; in iris_upload_dirty_render_state()
6674 sizeof(uint32_t) * vb_dwords); in iris_upload_dirty_render_state()
6675 map += vb_dwords; in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c5825 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); in emit_vertex_buffer_state() local
5847 *map += vb_dwords; in emit_vertex_buffer_state()
7588 const unsigned vb_dwords = GENX(VERTEX_BUFFER_STATE_length); local
7591 crocus_get_command_space(batch, 4 * (1 + vb_dwords * count));
7593 vb.DWordLength = (vb_dwords * count + 1) - 2;

Completed in 24 milliseconds