Home
last modified time | relevance | path

Searched refs:featureExtraProtect (Results 1 – 15 of 15) sorted by relevance

/third_party/vulkan-loader/scripts/
Ddispatch_table_helper_generator.py161 self.featureExtraProtect = GetFeatureProtect(interface)
176 self.AddCommandToDispatchList(name, info[0], self.featureExtraProtect, cmdinfo)
185 self.device_dispatch_list.append((name, self.featureExtraProtect))
202 if self.featureExtraProtect is not None:
203 self.dev_ext_stub_list.append('#ifdef %s' % self.featureExtraProtect)
205 if self.featureExtraProtect is not None:
206 self.dev_ext_stub_list.append('#endif // %s' % self.featureExtraProtect)
208 self.instance_dispatch_list.append((name, self.featureExtraProtect))
Dloader_extension_generator.py270 self.featureExtraProtect = GetFeatureProtect(interface)
305 protect=self.featureExtraProtect,
371 protect=self.featureExtraProtect,
377 self.ext_device_dispatch_list.append((name, self.featureExtraProtect))
382 protect=self.featureExtraProtect,
395 protect=self.featureExtraProtect,
402 self.ext_instance_dispatch_list.append((name, self.featureExtraProtect))
407 protect=self.featureExtraProtect,
Dhelper_file_generator.py174 self.featureExtraProtect = GetFeatureProtect(interface)
188 … info = { 'define': name_define, 'ifdef':self.featureExtraProtect, 'reqs':required_extensions }
357 …(self.StructMemberData(name=typeName, members=membersInfo, ifdef_protect=self.featureExtraProtect))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
DextensionStubSource.py192 if (self.featureExtraProtect != None):
193 self.pointers.append('#ifdef ' + self.featureExtraProtect)
201 if (self.featureExtraProtect != None):
202 self.pointers.append('#endif /* ' + self.featureExtraProtect + ' */')
203 … self.pointerInitializersInstance.append('#endif /* ' + self.featureExtraProtect + ' */')
204 self.pointerInitializersDevice.append('#endif /* ' + self.featureExtraProtect + ' */')
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcgenerator.py246 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
254 if self.featureExtraProtect is not None:
255 write('#ifdef', self.featureExtraProtect, file=self.outFile)
289 if self.featureExtraProtect is not None:
291 self._endProtectComment(protect_str=self.featureExtraProtect),
Dconventions.py244 def writeFeature(self, featureExtraProtect, filename): argument
Dgenerator.py924 self.featureExtraProtect = interface.get('protect')
931 self.featureExtraProtect = None
/third_party/vulkan-headers/registry/
Dcgenerator.py246 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
254 if self.featureExtraProtect is not None:
255 write('#ifdef', self.featureExtraProtect, file=self.outFile)
289 if self.featureExtraProtect is not None:
291 self._endProtectComment(protect_str=self.featureExtraProtect),
Dgenerator.py924 self.featureExtraProtect = interface.get('protect')
931 self.featureExtraProtect = None
/third_party/openGLES/xml/
Dreg.py394 self.featureExtraProtect = interface.get('protect')
398 self.featureExtraProtect = None
568 if (self.featureExtraProtect != None):
569 write('#ifdef', self.featureExtraProtect, file=self.outFile)
593 if (self.featureExtraProtect != None):
594 write('#endif /*', self.featureExtraProtect, '*/', file=self.outFile)
/third_party/EGL/api/
Dreg.py395 self.featureExtraProtect = interface.get('protect')
399 self.featureExtraProtect = None
577 if (self.featureExtraProtect != None):
578 write('#ifdef', self.featureExtraProtect, file=self.outFile)
602 if (self.featureExtraProtect != None):
603 write('#endif /*', self.featureExtraProtect, '*/', file=self.outFile)
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreg.py405 self.featureExtraProtect = interface.get('protect')
409 self.featureExtraProtect = None
579 if (self.featureExtraProtect != None):
580 write('#ifdef', self.featureExtraProtect, file=self.outFile)
604 if (self.featureExtraProtect != None):
605 write('#endif /*', self.featureExtraProtect, '*/', file=self.outFile)
/third_party/skia/third_party/externals/egl-registry/api/
Dreg.py406 self.featureExtraProtect = interface.get('protect')
410 self.featureExtraProtect = None
588 if (self.featureExtraProtect != None):
589 write('#ifdef', self.featureExtraProtect, file=self.outFile)
613 if (self.featureExtraProtect != None):
614 write('#endif /*', self.featureExtraProtect, '*/', file=self.outFile)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconventions.py285 def writeFeature(self, featureExtraProtect, filename): argument
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py285 def writeFeature(self, featureExtraProtect, filename): argument