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

  /external/vulkan-validation-layers/
parameter_validation_generator.py 156 'isconst', 'isoptional', 'iscount', 'noautovalidity', 'len', 'extstructs',
343 iscount = False
345 iscount = True
361 iscount=iscount,
418 iscount = False
420 iscount = True
428 iscount=iscount,
571 lenParam = self.CommandParam(name=name, iscount=True, ispointer=False, isbool=False, israngedenum=False, isconst=False
    [all...]
unique_objects_generator.py 165 self.CommandParam = namedtuple('CommandParam', ['type', 'name', 'ispointer', 'isconst', 'iscount', 'len', 'extstructs', 'cdecl', 'islocal', 'iscreate', 'isdestroy'])
357 iscount=True if name in lens else False,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py     [all...]

Completed in 502 milliseconds