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/
Dconventions.py195 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
209 def api_prefix(self): member in ConventionsBase
224 return self.api_prefix + 'VERSION_'
233 return self.api_prefix + 'KHR_'
242 return self.api_prefix + 'EXT_'
Dvkconventions.py157 def api_prefix(self): member in VulkanConventions
Ddocgenerator.py252 elif basename.startswith(self.conventions.api_prefix):
Dcgenerator.py245 …s_core = self.featureName and self.featureName.startswith(self.conventions.api_prefix + 'VERSION_')
Dvaliditygenerator.py373 optional_val = 'dlink:' + self.conventions.api_prefix + 'NULL_HANDLE'
570 entry += 'or dlink:' + self.conventions.api_prefix + 'NULL_HANDLE '
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconventions.py269 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
284 def api_prefix(self): member in ConventionsBase
301 return self.api_prefix
335 return self.api_prefix + 'VERSION_'
344 return self.api_prefix + 'KHR_'
353 return self.api_prefix + 'EXT_'
Dconsistency_tools.py473 error_prefix = self.conventions.api_prefix + "ERROR"
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py240 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
255 def api_prefix(self): member in ConventionsBase
270 return self.api_prefix + 'VERSION_'
279 return self.api_prefix + 'KHR_'
288 return self.api_prefix + 'EXT_'
/third_party/vulkan-headers/registry/
Dvkconventions.py144 def api_prefix(self): member in VulkanConventions
Dcgenerator.py245 …s_core = self.featureName and self.featureName.startswith(self.conventions.api_prefix + 'VERSION_')