Home
last modified time | relevance | path

Searched refs:VK_VERSION_MINOR (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp56 #define VK_VERSION_MINOR(version) (((deUint32)(version) >> 12) & 0x3ff) macro
DvkPrograms.cpp897 …ersionMajorMinor = VK_MAKE_VERSION(VK_VERSION_MAJOR(vulkanVersion), VK_VERSION_MINOR(vulkanVersion… in getMaxSpirvVersionForAsm()
912 …ersionMajorMinor = VK_MAKE_VERSION(VK_VERSION_MAJOR(vulkanVersion), VK_VERSION_MINOR(vulkanVersion… in getMaxSpirvVersionForGlsl()
DvkVulkan_c.inl46 #define VK_VERSION_MINOR(version) (((deUint32)(version) >> 12) & 0x3ff) macro
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp57 …uint32_t api_version_nopatch = VK_MAKE_VERSION(VK_VERSION_MAJOR(api_version), VK_VERSION_MINOR(api… in validate_api_version()
64 … api_version, VK_VERSION_MAJOR(effective_api_version), VK_VERSION_MINOR(effective_api_version)); in validate_api_version()
70 … api_version, VK_VERSION_MAJOR(effective_api_version), VK_VERSION_MINOR(effective_api_version)); in validate_api_version()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp524 return VK_MAKE_VERSION( VK_VERSION_MAJOR(v), VK_VERSION_MINOR(v), 0 ); in sanitizeApiVersion()
/external/mesa3d/src/intel/vulkan/
Danv_device.c538 VK_VERSION_MINOR(client_version), in anv_CreateInstance()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c408 VK_VERSION_MINOR(client_version), in radv_CreateInstance()
/external/mesa3d/include/vulkan/
Dvulkan.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro
/external/swiftshader/include/vulkan/
Dvulkan_core.h43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in43 #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) macro