Searched refs:ProseListFormats (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A 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)
|
H A D | validitygenerator.py | 12 from spec_tools.conventions import ProseListFormats as plf
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | conventions.py | 42 class ProseListFormats(Enum): class 59 if self in (ProseListFormats.OR, ProseListFormats.ANY_OR): 65 if self == ProseListFormats.ANY_OR: 68 elif self == ProseListFormats.EACH_AND: 122 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 218 fmt = ProseListFormats.from_string(fmt)
|
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 42 class ProseListFormats(Enum): class 59 if self in (ProseListFormats.OR, ProseListFormats.ANY_OR): 65 if self == ProseListFormats.ANY_OR: 68 elif self == ProseListFormats.EACH_AND: 122 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 218 fmt = ProseListFormats.from_string(fmt)
|
Completed in 5 milliseconds