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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py     [all...]
  /external/vulkan-validation-layers/
parameter_validation_generator.py 390 expandSuffix = ''
393 expandSuffix = '_' + expandSuffixMatch.group()
395 expandPrefix = expandName.rsplit(expandSuffix, 1)[0]
398 self.enumRanges[groupName] = (expandPrefix + '_BEGIN_RANGE' + expandSuffix, expandPrefix + '_END_RANGE' + expandSuffix)
    [all...]

Completed in 46 milliseconds