Searched refs:VERSIONS (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 8 # $(VERSIONS) variable on the make command line to a space-separated 12 # VK_VERSION_1_1 & VK_VERSION_1_0). $(VERSIONS) is converted into generator 32 VERSIONS := VK_VERSION_1_0 VK_VERSION_1_1 VK_VERSION_1_2 VK_VERSION_1_3 macro 34 VERSIONS := VK_VERSION_1_0 VK_VERSION_1_1 VK_VERSION_1_2 VKSC_VERSION_1_0 macro 36 VERSIONOPTIONS := $(foreach version,$(VERSIONS),-feature $(version)) 142 ifneq (,$(findstring VKSC_VERSION_1_0,$(VERSIONS))) 149 ifneq (,$(findstring VK_VERSION_1_3,$(VERSIONS))) 152 ifneq (,$(findstring VK_VERSION_1_2,$(VERSIONS))) 155 ifneq (,$(findstring VK_VERSION_1_1,$(VERSIONS))) 657 # in these targets, and is set above based on $(VERSIONS) [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 317 VERSIONS = "Versions" 319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): 329 self._Relink(version, os.path.join(VERSIONS, CURRENT)) 332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) 333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 317 VERSIONS = "Versions" 319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): 329 self._Relink(version, os.path.join(VERSIONS, CURRENT)) 332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) 333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 255 VERSIONS = [ variable 662 versions = VERSIONS 700 # unpromoted until there's an entry for that VK version in VERSIONS
|
/third_party/python/Lib/ |
H A D | gettext.py | 326 VERSIONS = (0, 1) variable in GNUTranslations 357 if major_version not in self.VERSIONS:
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 10882 static VERSIONS: AtomicUsize = AtomicUsize::new(0); consts 10901 VERSIONS.fetch_add(2, Relaxed); in partial_cmp() 10915 VERSIONS.fetch_sub(self.version.get(), Relaxed); in drop() 10934 VERSIONS.store(0, Relaxed); 10961 assert_eq!(VERSIONS.load(Relaxed), 0); [all...] |
Completed in 51 milliseconds