Searched refs:VK_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance
1227 const uint32_t minor = VK_VERSION_MINOR(apiVersion); in app_gpu_dump_props()1418 minor = VK_VERSION_MINOR(VK_API_VERSION_1_0); in main()
43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro