Searched refs:promotedto (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 304 …def __init__ (self, name, number, type, requiresCore, requiredExtensions, platform, promotedto, pa… argument 311 self.promotedto = promotedto # vulkan version, other extension or None 1783 if ext.promotedto is None or "VK_VERSION" not in ext.promotedto: 1788 major = int(ext.promotedto[-3]) 1789 minor = int(ext.promotedto[-1]) 1790 currVersion = "VK_API_VERSION_" + ext.promotedto[-3:] 2012 if extension.promotedto is not None and extension.partiallyPromoted is False: 2014 if 'VK_VERSION' in extension.promotedto: 2015 versionSplit = extension.promotedto.split('_') 2020 structureDetail.extension = extension.promotedto [all …]
|
/external/rust/crates/vulkano/autogen/ |
D | extensions.rs | 109 .promotedto in make_vulkano_extensions()
|
/external/gfxstream-protocols/registry/vulkan/xml/ |
D | registry.rnc | 447 # promotedto - Vulkan version or a name of an extension that this 476 attribute promotedto { text } ? ,
|
/external/gfxstream-protocols/registry/vulkan/ |
D | registry.txt | 1323 * attr:promotedto - optional. 2499 * 2018-07-07 - Add optional attr:promotedto, attr:deprecatedby, and
|