Lines Matching defs:driver
438 VkPhysicalDeviceDriverProperties driver;
463 VN_ADD_TO_PNEXT(local_props.driver, DRIVER_PROPERTIES, properties2);
555 vk12_props->driverID = local_props.driver.driverID;
556 memcpy(vk12_props->driverName, local_props.driver.driverName,
558 memcpy(vk12_props->driverInfo, local_props.driver.driverInfo,
561 local_props.driver.conformanceVersion;
809 * created and supported by the driver, and that the renderer switches to
974 /* xxx remove the #ifndef after venus has a driver id */
1899 VkPhysicalDeviceDriverProperties *driver;
1980 u.driver->driverID = vk12_props->driverID;
1981 memcpy(u.driver->driverName, vk12_props->driverName,
1983 memcpy(u.driver->driverInfo, vk12_props->driverInfo,
1985 u.driver->conformanceVersion = vk12_props->conformanceVersion;