diff options
author | Chia-I Wu <[email protected]> | 2013-06-28 13:59:18 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-06-28 15:01:00 +0800 |
commit | 2c9b6a2164281f29217e75c3ab3a018dcd22ae11 (patch) | |
tree | 763913c39c50d6aec6835ec0688e6f81b988a61e /src/gallium/drivers/ilo/ilo_gpe.h | |
parent | 7ea3ed81c80ec5941beacace4c6869c870b55478 (diff) |
ilo: remove ilo_cbuf_state::count
We can derive it from enabled_mask.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_gpe.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_gpe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_gpe.h b/src/gallium/drivers/ilo/ilo_gpe.h index 1f5f47cacaa..67674768e35 100644 --- a/src/gallium/drivers/ilo/ilo_gpe.h +++ b/src/gallium/drivers/ilo/ilo_gpe.h @@ -222,7 +222,6 @@ struct ilo_cbuf_cso { struct ilo_cbuf_state { struct ilo_cbuf_cso cso[ILO_MAX_CONST_BUFFERS]; uint32_t enabled_mask; - unsigned count; }; struct ilo_resource_state { |