HomeSort by relevance Sort by last modified time
    Searched refs:feature_protect (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/scripts/
unique_objects_generator.py 186 self.CommandParam = namedtuple('CommandParam', ['type', 'name', 'ispointer', 'isconst', 'iscount', 'len', 'extstructs', 'cdecl', 'islocal', 'iscreate', 'isdestroy', 'feature_protect'])
400 feature_protect=self.featureExtraProtect))
484 if struct_info[0].feature_protect is not None:
485 pnext_proc += '#ifdef %s \n' % struct_info[0].feature_protect
495 if struct_info[0].feature_protect is not None:
496 pnext_proc += '#endif // %s \n' % struct_info[0].feature_protect
    [all...]
object_tracker_generator.py 235 self.CommandParam = namedtuple('CommandParam', ['type', 'name', 'ispointer', 'isconst', 'isoptional', 'iscount', 'len', 'extstructs', 'cdecl', 'islocal', 'iscreate', 'isdestroy', 'feature_protect'])
574 feature_protect=self.featureExtraProtect))
    [all...]

Completed in 96 milliseconds