X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fvulkan%2Ftests%2Fstate_pool.c;h=be844e0498f799644bd30aab93809adccdec38d8;hb=70e8064e131467527e70a681ac6cf763587bd8bf;hp=bbeaaf0e75fc56339295a11eb2a536b145bf88f3;hpb=cc972d72c7ad3fb8f518b8cf8163e253735b51bb;p=mesa.git diff --git a/src/intel/vulkan/tests/state_pool.c b/src/intel/vulkan/tests/state_pool.c index bbeaaf0e75f..be844e0498f 100644 --- a/src/intel/vulkan/tests/state_pool.c +++ b/src/intel/vulkan/tests/state_pool.c @@ -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;