Lines Matching defs:props
241 VkPhysicalDeviceProperties props;
242 env.vulkan_functions.vkGetPhysicalDeviceProperties(adapter_pds[dev], &props);
243 std::string dev_name = props.deviceName;
297 VkPhysicalDeviceProperties props;
298 env.vulkan_functions.vkGetPhysicalDeviceProperties(groups[group].physicalDevices[dev], &props);
299 std::string dev_name = props.deviceName;
643 VkPhysicalDeviceToolProperties props;
644 ASSERT_EQ(VK_SUCCESS, GetPhysicalDeviceToolProperties(phys_dev, &tool_count, &props));
1001 VkPhysicalDeviceProperties props{};
1002 inst.functions->vkGetPhysicalDeviceProperties(phys_devs.at(driver_index), &props);
1003 ASSERT_EQ(props.driverVersion, normal_drivers.at(i).driver_version);
1009 VkPhysicalDeviceProperties props{};
1010 inst.functions->vkGetPhysicalDeviceProperties(phys_devs.at(driver_index), &props);
1011 ASSERT_EQ(props.driverVersion, direct_drivers.at(i).driver_version);