Searched refs:driver_props (Results 1 – 1 of 1) sorted by relevance
548 VkPhysicalDeviceDriverPropertiesKHR *driver_props = in lvp_GetPhysicalDeviceProperties2() local550 driver_props->driverID = VK_DRIVER_ID_MESA_LLVMPIPE; in lvp_GetPhysicalDeviceProperties2()551 snprintf(driver_props->driverName, VK_MAX_DRIVER_NAME_SIZE_KHR, "llvmpipe"); in lvp_GetPhysicalDeviceProperties2()552 snprintf(driver_props->driverInfo, VK_MAX_DRIVER_INFO_SIZE_KHR, in lvp_GetPhysicalDeviceProperties2()558 driver_props->conformanceVersion.major = 1; in lvp_GetPhysicalDeviceProperties2()559 driver_props->conformanceVersion.minor = 0; in lvp_GetPhysicalDeviceProperties2()560 driver_props->conformanceVersion.subminor = 0; in lvp_GetPhysicalDeviceProperties2()561 driver_props->conformanceVersion.patch = 0;; in lvp_GetPhysicalDeviceProperties2()