anv/device: Use a 4K block size for surface state blocks
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Sep 2015 23:36:00 +0000 (16:36 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 28 Sep 2015 23:01:01 +0000 (16:01 -0700)
commit0e94446b25632523e5d9901a2e5e61c9c6f28ed9
tree2ecbd0344dfbb64b723e5d9d11ec840e487525f2
parent737e89bc8d05aeb2e76b3b812ca1a3dbc16a9c8c
anv/device: Use a 4K block size for surface state blocks

We want to start using the surface state block pool for binding tables and
binding tables.  In order to do this, we need to be able to set surface
state base address to the address of a block and surface state base address
has a 4K alignment requriement.
src/vulkan/anv_device.c