anv: Add an anv_physical_device field to anv_device
[mesa.git] / src / intel / vulkan / tests / state_pool.c
index bbeaaf0e75fc56339295a11eb2a536b145bf88f3..be844e0498f799644bd30aab93809adccdec38d8 100644 (file)
@@ -36,9 +36,9 @@
 
 int main(int argc, char **argv)
 {
-   struct anv_instance instance = { };
+   struct anv_physical_device physical_device = { };
    struct anv_device device = {
-      .instance = &instance,
+      .physical = &physical_device,
    };
    struct anv_state_pool state_pool;