Lines Matching refs:phys_dev
357 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
358 …check_custom_functions(env.vulkan_functions, inst.inst, phys_dev, custom_physical_device_functions… in TEST()
476 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
477 check_layer_custom_functions_no_interception(env.vulkan_functions, inst.inst, phys_dev, layer, in TEST()
558 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
559 check_layer_custom_functions_no_implementation(env.vulkan_functions, inst.inst, phys_dev, layer, in TEST()
587 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
588 …check_layer_custom_functions(env.vulkan_functions, inst.inst, phys_dev, layer, layer_intercept_phy… in TEST()
627 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
629 check_layer_custom_functions(env.vulkan_functions, inst.inst, phys_dev, layer_0, in TEST()
631 … check_layer_custom_functions_no_implementation(env.vulkan_functions, inst.inst, phys_dev, layer_1, in TEST()
1228 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
1230 f.check<Functions::three::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1322 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
1324 dev.CheckCreate(phys_dev); in TEST()
1326 …own_funcs.at(0).check<Functions::zero::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1327 …nown_funcs.at(1).check<Functions::one::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1328 …nown_funcs.at(2).check<Functions::two::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1329 …wn_funcs.at(3).check<Functions::three::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1330 …own_funcs.at(4).check<Functions::four::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1331 …own_funcs.at(5).check<Functions::zero::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1354 VkPhysicalDevice phys_dev = inst.GetPhysDev(); in TEST() local
1356 dev.CheckCreate(phys_dev); in TEST()
1374 …own_funcs.at(0).check<Functions::zero::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1375 …nown_funcs.at(1).check<Functions::one::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1376 …nown_funcs.at(2).check<Functions::two::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1377 …wn_funcs.at(3).check<Functions::three::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1378 …own_funcs.at(4).check<Functions::four::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1379 …own_funcs.at(5).check<Functions::zero::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()