Lines Matching refs:VERSIONS
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
34 VERSIONS := VK_VERSION_1_0 VK_VERSION_1_1 VK_VERSION_1_2 VKSC_VERSION_1_0
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)
750 $(QUIET)for attrib in $(VERSIONS) $(EXTS) ; do \