Home
last modified time | relevance | path

Searched refs:api_prefix (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconventions.py267 Implemented in terms of api_prefix."""
269 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
276 Implemented in terms of command_prefix (and in turn, api_prefix)."""
284 def api_prefix(self): member in ConventionsBase
298 Assumed to be the same as api_prefix, but some APIs use different
301 return self.api_prefix
332 Implemented in terms of api_prefix.
335 return self.api_prefix + 'VERSION_'
341 Implemented in terms of api_prefix.
344 return self.api_prefix
[all...]
H A Dconsistency_tools.py473 error_prefix = self.conventions.api_prefix + "ERROR"
/third_party/vulkan-headers/registry/spec_tools/
H A Dconventions.py267 Implemented in terms of api_prefix."""
269 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
276 Implemented in terms of command_prefix (and in turn, api_prefix)."""
284 def api_prefix(self): member in ConventionsBase
298 Assumed to be the same as api_prefix, but some APIs use different
301 return self.api_prefix
332 Implemented in terms of api_prefix.
335 return self.api_prefix + 'VERSION_'
341 Implemented in terms of api_prefix.
344 return self.api_prefix
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dconventions.py193 Implemented in terms of api_prefix."""
195 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
202 Implemented in terms of command_prefix (and in turn, api_prefix)."""
209 def api_prefix(self): member in ConventionsBase
221 Implemented in terms of api_prefix.
224 return self.api_prefix + 'VERSION_'
230 Implemented in terms of api_prefix.
233 return self.api_prefix + 'KHR_'
239 Implemented in terms of api_prefix.
242 return self.api_prefix
[all...]
H A Dvkconventions.py157 def api_prefix(self): member in VulkanConventions
H A Dcgenerator.py245 is_core = self.featureName and self.featureName.startswith(self.conventions.api_prefix + 'VERSION_')
H A Ddocgenerator.py252 elif basename.startswith(self.conventions.api_prefix):
H A Dvaliditygenerator.py373 optional_val = 'dlink:' + self.conventions.api_prefix + 'NULL_HANDLE'
570 entry += 'or dlink:' + self.conventions.api_prefix + 'NULL_HANDLE '
/third_party/vulkan-headers/registry/
H A Dvkconventions.py157 def api_prefix(self): member in VulkanConventions
H A Dcgenerator.py245 is_core = self.featureName and self.featureName.startswith(self.conventions.api_prefix + 'VERSION_')

Completed in 10 milliseconds