Lines Matching refs:physical_devices

343     fill_implementation_functions(driver.physical_devices.at(0).custom_physical_device_functions, function_names,
362 driver_0.physical_devices.emplace_back("physical_device_0").properties.deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU;
363 driver_1.physical_devices.emplace_back("physical_device_1").properties.deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU;
366 fill_implementation_functions(driver_0.physical_devices.at(0).custom_physical_device_functions, function_names,
368 fill_implementation_functions(driver_1.physical_devices.at(0).custom_physical_device_functions, function_names,
400 driver_0.physical_devices.emplace_back("physical_device_0").properties.deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU;
401 driver_1.physical_devices.emplace_back("physical_device_1").properties.deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU;
405 driver_0.physical_devices.at(0).custom_physical_device_functions.push_back(
457 driver_0.physical_devices.emplace_back("physical_device_0").properties.deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU;
458 driver_1.physical_devices.emplace_back("physical_device_1").properties.deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU;
460 fill_implementation_functions(driver_0.physical_devices.at(0).custom_physical_device_functions, function_names,
462 fill_implementation_functions(driver_1.physical_devices.at(0).custom_physical_device_functions, function_names,
522 fill_implementation_functions(driver.physical_devices.at(0).custom_physical_device_functions, function_names,
546 driver.physical_devices.emplace_back("physical_device_0");
563 fill_implementation_functions(driver.physical_devices.at(0).custom_physical_device_functions, function_names,
638 fill_implementation_functions(driver.physical_devices.back().known_device_functions, function_names,
641 fill_implementation_functions(driver.physical_devices.back().known_device_functions, function_names,
1093 PhysicalDevice& pd = driver.physical_devices.back();
1126 PhysicalDevice& physical_device = driver.physical_devices.back();