diff options
Diffstat (limited to 'src/intel/vulkan/tests/state_pool_padding.c')
-rw-r--r-- | src/intel/vulkan/tests/state_pool_padding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/tests/state_pool_padding.c b/src/intel/vulkan/tests/state_pool_padding.c index 44509cde07a..b51300a39ff 100644 --- a/src/intel/vulkan/tests/state_pool_padding.c +++ b/src/intel/vulkan/tests/state_pool_padding.c @@ -33,7 +33,7 @@ int main(int argc, char **argv) }; struct anv_state_pool state_pool; - anv_state_pool_init(&state_pool, &device, 4096, 4096, EXEC_OBJECT_PINNED); + anv_state_pool_init(&state_pool, &device, 4096, 4096); /* Get the size of the underlying block_pool */ struct anv_block_pool *bp = &state_pool.block_pool; |