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

  /external/vulkan-validation-layers/
threading_generator.py 438 resulttype = cmdinfo.elem.find('proto/type')
439 if (resulttype != None and resulttype.text == 'void'):
440 resulttype = None
441 if (resulttype != None):
442 self.appendSection('command', ' ' + resulttype.text + ' result;')
461 if (resulttype != None):
unique_objects_generator.py     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py     [all...]

Completed in 162 milliseconds