Home
last modified time | relevance | path

Searched refs:patch (Results 1 - 6 of 6) sorted by relevance

/interface/sdk_c/third_party/vulkan-headers/vk_video/
H A Dvulkan_video_codecs_common.h28 #define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \
29 ((((uint32_t)(major)) << 22) | (((uint32_t)(minor)) << 12) | ((uint32_t)(patch)))
/interface/sdk_c/third_party/node/src/
H A Dnode_api_types.h40 uint32_t patch; member
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_core.h62 #define VK_MAKE_API_VERSION(variant, major, minor, patch) \
63 ((((uint32_t)(variant)) << 29U) | (((uint32_t)(major)) << 22U) | (((uint32_t)(minor)) << 12U) | ((uint32_t)(patch)))
78 #define VK_MAKE_VERSION(major, minor, patch) \
79 ((((uint32_t)(major)) << 22U) | (((uint32_t)(minor)) << 12U) | ((uint32_t)(patch)))
5938 uint8_t patch; member
/interface/sdk-js/build-tools/dts_parser/package/
H A DJS_API_OPTIMIZE_PLUGIN.js[all...]
H A DJS_API_CHECK.js[all...]
/interface/sdk-js/build-tools/dts_parser/build_package/
H A DJS_API_COUNT.js[all...]

Completed in 168 milliseconds