Lines Matching refs:conformanceVersion
4868 driverProperties[0].conformanceVersion.major != driverProperties[1].conformanceVersion.major ||
4869 driverProperties[0].conformanceVersion.minor != driverProperties[1].conformanceVersion.minor ||
4870 driverProperties[0].conformanceVersion.subminor != driverProperties[1].conformanceVersion.subminor ||
4871 driverProperties[0].conformanceVersion.patch != driverProperties[1].conformanceVersion.patch))
5616 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, conformanceVersion),
6283 driverProperties.conformanceVersion.major != vulkan12Properties.conformanceVersion.major ||
6284 driverProperties.conformanceVersion.minor != vulkan12Properties.conformanceVersion.minor ||
6285 driverProperties.conformanceVersion.subminor != vulkan12Properties.conformanceVersion.subminor ||
6286 driverProperties.conformanceVersion.patch != vulkan12Properties.conformanceVersion.patch))