Searched refs:VK_API_VERSION_MINOR (Results 1 – 8 of 8) sorted by relevance
141 const deUint32 apiMinorVersion = VK_API_VERSION_MINOR(usedApiVersion); in testVersion()
59 #define VK_API_VERSION_MINOR(version) (((deUint32)(version) >> 12) & 0x3FFU) macro
757 …MajorMinor = VK_MAKE_VERSION(VK_API_VERSION_MAJOR(vulkanVersion), VK_API_VERSION_MINOR(vulkanVersi… in getMaxSpirvVersionForVulkan()
987 // DEPRECATED: This define is deprecated. VK_API_VERSION_MINOR should be used instead.995 #define VK_API_VERSION_MINOR(version) (((deUint32)(version) >> 12) & 0x3FFU) macro
374 return VK_MAKE_VERSION(VK_API_VERSION_MAJOR(v), VK_API_VERSION_MINOR(v), 0 ); in sanitizeApiVersion()
857 (VK_API_VERSION_MINOR(ver) < 1 || in initialize()858 (VK_API_VERSION_MINOR(ver) == 1 && VK_API_VERSION_PATCH(ver) < 91))) in initialize()
91 #define VK_API_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3FFU) macro