Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/scripts/
Dlayer_chassis_generator.py1618 self.featureExtraProtect = GetFeatureProtect(interface)
1629 if (self.featureExtraProtect != None):
1630 write('#ifdef', self.featureExtraProtect, file=self.outFile)
1639 if (self.featureExtraProtect != None):
1640 write('#endif //', self.featureExtraProtect, file=self.outFile)
1705 if (self.featureExtraProtect != None):
1706 self.layer_factory += '#ifdef %s\n' % self.featureExtraProtect
1710 if (self.featureExtraProtect != None):
1729 if (self.featureExtraProtect != None):
1730 self.intercepts += [ '#ifdef %s' % self.featureExtraProtect ]
[all …]
Ddispatch_table_helper_generator.py156 self.featureExtraProtect = GetFeatureProtect(interface)
171 self.AddCommandToDispatchList(name, info[0], self.featureExtraProtect, cmdinfo)
179 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))
Dlayer_dispatch_table_generator.py156 self.featureExtraProtect = GetFeatureProtect(interface)
234 protect=self.featureExtraProtect,
240 self.ext_device_dispatch_list.append((name, self.featureExtraProtect))
244 protect=self.featureExtraProtect,
256 protect=self.featureExtraProtect,
263 self.ext_instance_dispatch_list.append((name, self.featureExtraProtect))
267 protect=self.featureExtraProtect,
Dthread_safety_generator.py891 self.featureExtraProtect = GetFeatureProtect(interface)
892 if (self.featureExtraProtect is not None):
893 self.appendSection('command', '\n#ifdef %s' % self.featureExtraProtect)
899 if (self.featureExtraProtect is not None):
900 self.appendSection('command', '#endif // %s' % self.featureExtraProtect)
Dparameter_validation_generator.py411 self.featureExtraProtect = GetFeatureProtect(interface)
451 if (self.featureExtraProtect is not None):
452 ifdef = '#ifdef %s\n' % self.featureExtraProtect
473 if (self.featureExtraProtect is not None):
474 endif = '#endif // %s\n' % self.featureExtraProtect
511 if self.featureExtraProtect is not None:
512 self.struct_feature_protect[typeName] = self.featureExtraProtect
604 if self.featureExtraProtect is not None:
605 enum_entry = '\n#ifdef %s\n' % self.featureExtraProtect
614 if self.featureExtraProtect is not None:
[all …]
Dobject_tracker_generator.py429 if self.featureExtraProtect is not None:
430 prot = '#ifdef %s' % self.featureExtraProtect
436 if (self.featureExtraProtect is not None):
437 prot = '\n#endif // %s', self.featureExtraProtect
461 self.featureExtraProtect = GetFeatureProtect(interface)
465 if (self.featureExtraProtect is not None):
466 white_list_entry += [ '#ifdef %s' % self.featureExtraProtect ]
468 if (self.featureExtraProtect is not None):
902 …eate, isdestroy=isdestroy, allocator=allocator, extra_protect=self.featureExtraProtect, alias=alia…
Dlayer_chassis_dispatch_generator.py1157 self.featureExtraProtect = GetFeatureProtect(interface)
1160 if (self.featureExtraProtect is not None):
1161 white_list_entry += [ '#ifdef %s' % self.featureExtraProtect ]
1163 if (self.featureExtraProtect is not None):
1280 feature_protect=self.featureExtraProtect))
1691 feature_protect=self.featureExtraProtect))
1694 …_feature_protect.append(self.CmdExtraProtect(name=cmdname, extra_protect=self.featureExtraProtect))
Dhelper_file_generator.py166 self.featureExtraProtect = GetFeatureProtect(interface)
180 … info = { 'define': name_define, 'ifdef':self.featureExtraProtect, 'reqs':required_extensions }
369 …(self.StructMemberData(name=typeName, members=membersInfo, ifdef_protect=self.featureExtraProtect))
374 if self.featureExtraProtect is not None:
375 outstring += '\n#ifdef %s\n\n' % self.featureExtraProtect
410 if self.featureExtraProtect is not None:
411 outstring += '#endif // %s\n' % self.featureExtraProtect
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dcgenerator.py201 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
208 if self.featureExtraProtect is not None:
209 write('#ifdef', self.featureExtraProtect, file=self.outFile)
228 if self.featureExtraProtect is not None:
229 write('#endif /*', self.featureExtraProtect, '*/', file=self.outFile)
Dconventions.py244 def writeFeature(self, featureExtraProtect, filename): argument
Dgenerator.py804 self.featureExtraProtect = interface.get('protect')
811 self.featureExtraProtect = None
/external/vulkan-headers/registry/
Dcgenerator.py190 … if self.genOpts.conventions.writeFeature(self.featureExtraProtect, self.genOpts.filename):
197 if self.featureExtraProtect is not None:
198 write('#ifdef', self.featureExtraProtect, file=self.outFile)
217 if self.featureExtraProtect is not None:
218 write('#endif /*', self.featureExtraProtect, '*/', file=self.outFile)
Dconventions.py244 def writeFeature(self, featureExtraProtect, filename): argument
Dgenerator.py682 self.featureExtraProtect = interface.get('protect')
689 self.featureExtraProtect = None