Home
last modified time | relevance | path

Searched refs:conventions (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/third_party/vulkan-headers/registry/
Dgenvk.py144 conventions = APIConventions()
149 defaultAPIName = conventions.xml_api_name
164 conventions = conventions,
189 conventions = conventions,
207 conventions = conventions,
225 conventions = conventions,
249 conventions = conventions,
269 conventions = conventions,
291 conventions = conventions,
310 conventions = conventions,
[all …]
Dgenerator.py151 conventions=None, argument
219 self.conventions = conventions
430 if self.genOpts.conventions is None:
561 if self.genOpts.conventions is None:
571 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
796 self.conventions.generate_max_enum_in_docs):
871 if self.genOpts.conventions is None:
874 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
875 self.file_suffix = self.genOpts.conventions.file_suffix
888 self.conventions = genOpts.conventions
[all …]
Dcgenerator.py229 if not self.genOpts.conventions.protectProtoComment:
243 if self.genOpts.conventions is None:
245 …is_core = self.featureName and self.featureName.startswith(self.conventions.api_prefix + 'VERSION_…
246 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dgenvk.py139 conventions = APIConventions()
141 defaultAPIName = conventions.xml_api_name
153 conventions = conventions,
178 conventions = conventions,
196 conventions = conventions,
220 conventions = conventions,
240 conventions = conventions,
262 conventions = conventions,
281 conventions = conventions,
299 conventions = conventions,
[all …]
Ddocgenerator.py175 self.result_type = genOpts.conventions.type_prefix + "Result"
258 write(self.genOpts.conventions.warning_comment, file=fp)
261 if self.genOpts.conventions.generate_index_terms:
263 if basename.startswith(self.conventions.command_prefix):
265 elif basename.startswith(self.conventions.type_prefix):
267 elif basename.startswith(self.conventions.api_prefix):
268 index_terms.append(basename[len(self.conventions.api_prefix):] + " (define)")
285 write(self.genOpts.conventions.warning_comment, file=fp)
302 write(self.conventions.warning_comment, file=fp)
320 write(self.conventions.warning_comment, file=fp)
[all …]
Dextensionmetadocgenerator.py42 self.conventions = generator.genOpts.conventions
84 elif supercededBy.startswith(self.conventions.api_version_prefix):
86 elif supercededBy.startswith(self.conventions.api_prefix):
103 self_is_KHR = self.name.startswith(self.conventions.KHR_prefix)
104 self_is_EXT = self.name.startswith(self.conventions.EXT_prefix)
105 other_is_KHR = other.name.startswith(self.conventions.KHR_prefix)
106 other_is_EXT = other.name.startswith(self.conventions.EXT_prefix)
143 specURL = self.conventions.specURL('api')
149 versionMatch = re.match(self.conventions.api_version_prefix + r'(\d+)_(\d+)', apiVersion)
156 xrefText = self.conventions.api_name() + ' ' + dottedVersion
[all …]
Dvaliditygenerator.py12 from conventions import ProseListFormats as plf
106 return self.conventions.null
114 return self.conventions.structtype_member_name
122 return self.conventions.nextpointer_member_name
139 return self.conventions.makeProseList(elements,
160 return self.conventions.makeProseList(elements,
168 return ValidityCollection(entity_name, self.conventions)
171 if not genOpts.conventions:
174 self.conventions = genOpts.conventions
178 (x for x in (self.conventions.valid_pointer_prefix, 'pointer') if x))
[all …]
DgenRef.py50 conventions.specification_path,
52 conventions.file_suffix)
61 conventions.refpage_generated_include_path,
62 type, name, conventions.file_suffix)
229 conventions.extra_refpage_headers,
315 specName = conventions.api_name(specType)
316 specURL = conventions.specURL(specType)
470 specURL = conventions.specURL(pi.spec)
776 if 'FlagBits' in refPage and conventions.unified_flag_refpages:
857 specURL = conventions.specURL()
[all …]
Dgenerator.py112 conventions=None, argument
176 self.conventions = conventions
485 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
706 self.conventions.generate_max_enum_in_docs):
780 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
793 self.conventions = genOpts.conventions
952 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
954 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
998 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
1000 tail = self.genOpts.conventions.make_voidpointer_alias(tail)
[all …]
Dxml_consistency.py146 conventions = APIConventions()
158 super().__init__(entity_db=db, conventions=conventions,
236 if param_name == self.conventions.nextpointer_member_name:
265 next_name = self.conventions.nextpointer_member_name
343 elif self.conventions.xml_api_name in info.elem.get('supported').split(','):
Dhostsyncgenerator.py47 write(self.genOpts.conventions.warning_comment, file=fp)
102 if self.genOpts.conventions.is_externsync_command(protoname):
/third_party/vulkan-loader/scripts/
Dloader_genvk.py118 conventions = VulkanConventions()
125 conventions = conventions,
149 conventions = conventions,
173 conventions = conventions,
197 conventions = conventions,
221 conventions = conventions,
246 conventions = conventions,
Dloader_versioning_generator.py32 conventions = None, argument
56 conventions = conventions,
Ddispatch_table_helper_generator.py38 conventions = None, argument
59 conventions = conventions,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dvalidity.py33 def __init__(self, entity_name=None, conventions=None, strict=True): argument
35 self.conventions = conventions
46 if extension_name and not extension_name.startswith(self.conventions.api_version_prefix):
48 self.conventions.formatExtension(extension_name), entity_preface, self.entity_name)
Dconsistency_tools.py21 def __init__(self, entity_db, conventions, manual_types_to_codes=None, argument
52 self.conventions = conventions
114 return self.conventions.type_prefix in membertext
123 if self.conventions.type_prefix not in membertext:
154 return self.conventions.should_skip_checking_codes
264 if not name.startswith(self.conventions.type_prefix):
266 self.conventions.type_prefix)
272 members, self.conventions.structtype_member_name)
276 expected = self.conventions.generate_structure_type_from_name(
/third_party/openGLES/extensions/ARB/
DARB_fragment_coord_conventions.txt70 This extension provides alternative conventions for the fragment
75 Beyond the scope of this extension are coordinate conventions used
78 In the case of the coordinate conventions for rasterization and
81 arbitrary clip-space and window-space coordinate space conventions.
82 Adopting other clip-space and window-space conventions involves
104 Other window coordinate conventions exist for other rendering APIs.
120 or OpenGL assembly extensions to specify alternative conventions
150 depends on the fragment processing pixel-center and origin conventions
324 These options affect the fragment coordinate conventions specified
422 We use "conventions" because the extension provides two alternative
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_coord_conventions.txt60 This extension provides alternative conventions for the fragment
65 Beyond the scope of this extension are coordinate conventions used
68 In the case of the coordinate conventions for rasterization and
71 arbitrary clip-space and window-space coordinate space conventions.
72 Adopting other clip-space and window-space conventions involves
94 Other window coordinate conventions exist for other rendering APIs.
110 or OpenGL assembly extensions to specify alternative conventions
140 depends on the fragment processing pixel-center and origin conventions
314 These options affect the fragment coordinate conventions specified
412 We use "conventions" because the extension provides two alternative
[all …]
/third_party/rust/crates/nix/
DCONVENTIONS.md5 conventions.
7 Note that, thus far, not all the code follows these conventions and not all
8 conventions we try to follow have been documented here. If you find an instance
14 We follow the conventions laid out in [Keep A CHANGELOG][kacl].
DCONTRIBUTING.md65 follow the conventions of [Keep A CHANGELOG][kacl].
109 ## API conventions
112 conventions][conventions] to use throughout the nix project.
114 [conventions]: https://github.com/nix-rust/nix/blob/master/CONVENTIONS.md
/third_party/lz4/
DINSTALL9 LZ4's `Makefile` supports standard [Makefile conventions],
13 [Makefile conventions]: https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
/third_party/node/
Dpyproject.toml6 "ICN", # flake8-import-conventions
8 "PLC", # Pylint conventions
/third_party/astc-encoder/Docs/
DTerminology.md3 Like most software, the `astcenc` code base has a set of naming conventions
6 :construction: These conventions are being used for new patches, so new code
8 these conventions.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRCallingConv.td8 // This describes the calling conventions for AVR architecture.
35 // The calling conventions are implemented in custom C++ code
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dboilerplate.txt63 [[boilerplate-platform-specific-calling-conventions]]
67 and compiler-specific default calling conventions to be used.
69 …e macro',type='freeform',anchor='boilerplate-platform-specific-calling-conventions',xrefs='VKAPI_C…
73 This macro controls calling conventions for C++11 and GCC/Clang-style
77 …desc='Vulkan function calling conventions macro',type='freeform',anchor='boilerplate-platform-spec…
81 This macro controls calling conventions for MSVC-style compilers.
84 …lkan function pointer calling conventions macro',type='freeform',anchor='boilerplate-platform-spec…
88 This macro also controls calling conventions, and typically has the same

12345678910>>...17