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

  /external/vulkan-validation-layers/
generator.py 382 # aligncol - if non-zero, attempt to align the nested <name> element
384 def makeCParamDecl(self, param, aligncol):
389 if (elem.tag == 'name' and aligncol > 0):
397 paramdecl = paramdecl.ljust(aligncol-1) + ' '
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py 632 # aligncol - if non-zero, attempt to align the nested <name> element
634 def makeCParamDecl(self, param, aligncol):
639 if (elem.tag == 'name' and aligncol > 0):
644 paramdecl = paramdecl.ljust(aligncol)
    [all...]

Completed in 95 milliseconds