anv/device: Bump the max program size again
No one will ever need more than 128K, right?
This commit is contained in:
parent
d7a193327b
commit
aee970c844
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ VkResult anv_CreateDevice(
|
|||
anv_state_pool_init(&device->dynamic_state_pool,
|
||||
&device->dynamic_state_block_pool);
|
||||
|
||||
anv_block_pool_init(&device->instruction_block_pool, device, 64 * 1024);
|
||||
anv_block_pool_init(&device->instruction_block_pool, device, 128 * 1024);
|
||||
anv_pipeline_cache_init(&device->default_pipeline_cache, device);
|
||||
|
||||
anv_block_pool_init(&device->surface_state_block_pool, device, 4096);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue