Home
last modified time | relevance | path

Searched refs:VK_API_VERSION_MAJOR (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp103 const deUint32 apiMajorVersion = VK_API_VERSION_MAJOR(usedApiVersion); in testVersion()
H A DvktApiVersionCheck.cpp632 << VK_API_VERSION_MAJOR(testedApiVersion.first) << ", " in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkApiVersion.cpp35 VK_API_VERSION_MAJOR(version), in unpackVersion()
H A DvkDefs.hpp60 #define VK_API_VERSION_MAJOR(version) (((deUint32)(version) >> 22) & 0x7FU) macro
H A DvkPrograms.cpp998 deUint32 vulkanVersionVariantMajorMinor = VK_MAKE_API_VERSION(VK_API_VERSION_VARIANT(vulkanVersion), VK_API_VERSION_MAJOR(vulkanVersion), VK_API_VERSION_MINOR(vulkanVersion), 0); in getMaxSpirvVersionForVulkan()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp158 const deUint32 apiMajorVersion = VK_API_VERSION_MAJOR(usedApiVersion); in testVersion()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp245 const deUint32 majorApi = VK_API_VERSION_MAJOR(ctx.getUsedApiVersion()); in SpecialDevice()
255 if (VK_API_VERSION_MAJOR(ext.specVersion) <= majorApi && VK_API_VERSION_MINOR(ext.specVersion) <= minorApi) in SpecialDevice()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c36 (VK_API_VERSION_MAJOR(version) == 1 && VK_API_VERSION_MINOR(version) == 0)
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h543 std::string out = std::to_string(VK_API_VERSION_MAJOR(version)) + "." + std::to_string(VK_API_VERSION_MINOR(version)) + "." +
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp512 return VK_MAKE_API_VERSION(VK_API_VERSION_VARIANT(v), VK_API_VERSION_MAJOR(v), VK_API_VERSION_MINOR(v), 0 ); in sanitizeApiVersion()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp478 return VK_MAKE_API_VERSION(VK_API_VERSION_VARIANT(v), VK_API_VERSION_MAJOR(v), VK_API_VERSION_MINOR(v), 0 ); in sanitizeApiVersion()
/third_party/vulkan-loader/loader/
H A Dloader.c110 out_version.major = VK_API_VERSION_MAJOR(version); in loader_make_version()
119 out_version.major = VK_API_VERSION_MAJOR(version); in loader_make_full_version()
5409 (VK_API_VERSION_MAJOR(icd_term->scanned_icd->api_version) == 1 &&
5485 VK_MAKE_API_VERSION(api_variant, VK_API_VERSION_MAJOR(icd_version), VK_API_VERSION_MINOR(icd_version), 0);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp1101 if (!IsAndroid() && VK_API_VERSION_MAJOR(ver) == 1 && in initialize()
/third_party/glfw/deps/glad/
H A Dvulkan.h280 /* DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead. */
289 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU) macro
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h77 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22U) & 0x7FU) macro
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h80 // DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead.
90 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU) macro
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h80 // DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead.
90 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU) macro
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h80 // DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead.
90 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU) macro
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h80 // DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead.
90 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU) macro
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h81 // DEPRECATED: This define is deprecated. VK_API_VERSION_MAJOR should be used instead.
91 #define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22U) & 0x7FU) macro

Completed in 299 milliseconds