isl: Remove isl_format_layout::bpb
authorChad Versace <chad.versace@intel.com>
Tue, 5 Jan 2016 17:53:11 +0000 (09:53 -0800)
committerChad Versace <chad.versace@intel.com>
Tue, 5 Jan 2016 18:00:39 +0000 (10:00 -0800)
commit98af1cc6d7b9cd087cf70135b0f18a8a61160b88
tree0289205059298779ccec71a2e8f162ef28649e5d
parent89b68dc8d09a41fc719cbdf7a5bff42476601dab
isl: Remove isl_format_layout::bpb

struct isl_format_layout contained two near-redundant members: bpb (bits
per block) and bs (block size). There do exist some hardware formats for
which bpb != 8 * bs, but Vulkan does not use them. Therefore we don't
need bpb.
src/isl/isl.h
src/isl/isl_format_layout_gen.bash