iris: Delete genx->bound_vertex_buffers

This is actually stored in ice->state, as it isn't gen-specific
This commit is contained in:
Kenneth Graunke 2019-01-06 15:56:26 -08:00
parent 02991e2878
commit 7f318bf2ac
1 changed files with 0 additions and 3 deletions

View File

@ -786,9 +786,6 @@ struct iris_depth_buffer_state {
struct iris_genx_state {
struct iris_vertex_buffer_state vertex_buffers[33];
/** The number of bound vertex buffers. */
uint64_t bound_vertex_buffers;
struct iris_depth_buffer_state depth_buffer;
uint32_t so_buffers[4 * GENX(3DSTATE_SO_BUFFER_length)];