Searched refs:ProseListFormats (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | conventions.py | 32 class ProseListFormats(Enum): class 49 if self in (ProseListFormats.OR, ProseListFormats.ANY_OR): 55 if self == ProseListFormats.ANY_OR: 58 elif self == ProseListFormats.EACH_AND: 82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 146 fmt = ProseListFormats.from_string(fmt)
|
D | validitygenerator.py | 12 from spec_tools.conventions import ProseListFormats as plf
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | conventions.py | 37 class ProseListFormats(Enum): class 54 if self in (ProseListFormats.OR, ProseListFormats.ANY_OR): 60 if self == ProseListFormats.ANY_OR: 63 elif self == ProseListFormats.EACH_AND: 88 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 184 fmt = ProseListFormats.from_string(fmt)
|
/third_party/vulkan-headers/registry/spec_tools/ |
D | conventions.py | 37 class ProseListFormats(Enum): class 54 if self in (ProseListFormats.OR, ProseListFormats.ANY_OR): 60 if self == ProseListFormats.ANY_OR: 63 elif self == ProseListFormats.EACH_AND: 88 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 184 fmt = ProseListFormats.from_string(fmt)
|