Lines Matching refs:env

32     FrameworkEnvironment env{};
33 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA)).add_physical_device("physical_device_0");
35 InstWrapper inst{env.vulkan_functions};
41 PFN_vkGetInstanceProcAddr gipa_loader = env.vulkan_functions.vkGetInstanceProcAddr;
43 env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetInstanceProcAddr"));
48 InstWrapper inst{env.vulkan_functions};
54 PFN_vkGetInstanceProcAddr gipa_loader = env.vulkan_functions.vkGetInstanceProcAddr;
56 env.vulkan_functions.vkGetInstanceProcAddr(inst.inst, "vkGetInstanceProcAddr"));
63 FrameworkEnvironment env{};
64 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA)).add_physical_device("physical_device_0");
66 InstWrapper inst{env.vulkan_functions};
73 PFN_vkGetDeviceProcAddr gdpa_loader = env.vulkan_functions.vkGetDeviceProcAddr;
87 FrameworkEnvironment env{};
88 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA)).add_physical_device("physical_device_0");
90 auto& gipa = env.vulkan_functions.vkGetInstanceProcAddr;
119 InstWrapper inst{env.vulkan_functions};
149 InstWrapper inst{env.vulkan_functions};
167 handle_assert_equal(env.vulkan_functions.vkGetInstanceProcAddr, GetInstanceProcAddr);
182 FrameworkEnvironment env{};
183 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2)).add_physical_device({}).set_can_query_GetPhysicalDeviceFuncs(false);
185 InstWrapper inst{env.vulkan_functions};
190 FrameworkEnvironment env{};
191 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2)).add_physical_device({});
192 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2)).add_physical_device({}).set_can_query_GetPhysicalDeviceFuncs(false);
194 InstWrapper inst{env.vulkan_functions};
204 FrameworkEnvironment env{};
206 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA)).setup_WSI().add_physical_device("physical_device_0");
208 InstWrapper inst(env.vulkan_functions);
222 DeviceFunctions dev_funcs{env.vulkan_functions, dev};
264 DeviceFunctions dev_funcs{env.vulkan_functions, dev};
299 env.vulkan_functions.vkDestroySurfaceKHR(inst.inst, surface, nullptr);
304 FrameworkEnvironment env{};
305 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2_EXPORT_ICD_GPDPA)).add_physical_device("physical_device_0");
307 env.add_implicit_layer(TestLayerDetails(ManifestLayer{}.add_layer(ManifestLayer::LayerDescription{}
313 env.get_test_layer().set_buggy_query_of_vkCreateDevice(true);
314 InstWrapper inst{env.vulkan_functions};
329 FrameworkEnvironment env{};
331 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2, VK_API_VERSION_1_1))
341 InstWrapper inst{env.vulkan_functions};
352 InstWrapper inst{env.vulkan_functions};
364 InstWrapper inst{env.vulkan_functions};
383 FrameworkEnvironment env{};
385 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2, VK_API_VERSION_1_2))
395 InstWrapper inst{env.vulkan_functions};
407 InstWrapper inst{env.vulkan_functions};
420 InstWrapper inst{env.vulkan_functions};
440 FrameworkEnvironment env{};
442 env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_2, VK_API_VERSION_1_3))
453 InstWrapper inst{env.vulkan_functions};
465 InstWrapper inst{env.vulkan_functions};
478 InstWrapper inst{env.vulkan_functions};