mesa/src/intel/vulkan/tests
Scott D Phillips e662bdb820 anv: Soft-pin state pools
The state_pools reserve virtual address space of the full
BLOCK_POOL_MEMFD_SIZE, but maintain the current behavior of
growing from the middle.

v2: - rename block_pool::offset to block_pool::start_address (Jason)
    - assign state pool start_address statically (Jason)
v3: - remove unnecessary bo_flags tampering for the dynamic pool (Jason)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2018-06-01 13:49:22 -07:00
..
.gitignore Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00
block_pool_no_free.c anv: Soft-pin state pools 2018-06-01 13:49:22 -07:00
state_pool.c anv: Soft-pin state pools 2018-06-01 13:49:22 -07:00
state_pool_free_list_only.c anv: Soft-pin state pools 2018-06-01 13:49:22 -07:00
state_pool_no_free.c anv: Soft-pin state pools 2018-06-01 13:49:22 -07:00
state_pool_test_helper.h Move the intel vulkan driver to src/intel/vulkan 2016-02-18 10:37:59 -08:00