anv/tests: Create a dummy instance as well as device
[mesa.git] / src / intel / vulkan / tests / state_pool_free_list_only.c
index 2f4eb47fe45e2234e9ae64a6d99c65b26080351c..868815cf933ee38c4268c6400b52ca9a29a34f21 100644 (file)
 
 int main(int argc, char **argv)
 {
-   struct anv_device device;
+   struct anv_instance instance;
+   struct anv_device device = {
+      .instance = &instance,
+   };
    struct anv_block_pool block_pool;
    struct anv_state_pool state_pool;