Lines Matching refs:add

374 		# add new enumerator
401 # we need to find this enum definition and add data to it
403 # add type and bitwidth to enum definition
408 # add components to enum definition
490 # and add them to proper list
519 # construct requirement object and add it to the list
526 # add extension definition to proper api object
553 # read enumerator and add it to enum
769 # add new enumerators that were added by extensions to api.enums
787 # add enumerator to proper enum from api.enums
794 # add enumerator only when it is not already in enum
806 # we might not be able to add alias as we might be missing what we are aliasing
810 # add aliases to enumerators that were defined after alias definition
866 # add alias for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR (in vk.xml for this struct alias is defined before struct
1164 # add *_LAST item when enum is linear
1169 # add _MAX_ENUM item with the ext postifix at the end
1189 # add _MAX_ENUM item
1229 # add VK_API_MAX_FRAMEWORK_VERSION
2147 # add list of extensions missing in Vulkan SC specification
2233 # only add functions with same vendor as extension
2313 # add line coresponding to this function
2317 # indent all functions of specified api and add them to main list
2703 # add another feature structure name to this blob
2704 blobStructs[blobName].add(structureType)
2705 # add specialization for this feature structure
2718 # add empty template definition as on Fedora there are issue with
2900 # add another property structure name to this blob
2901 blobStructs[blobName].add(structureType)
2902 # add specialization for this property structure
2924 # add empty template definition as on Fedora there are issue with
3116 # if structure is not in dict construct name of variable and add is as a first item
3119 # add first requirement if it is unique
3722 selectedSet.add((v[1], v[2], v[3], v[4]))
3726 # define helper function that will be used to add entries for both vk and sc
3730 # add only unique versions; ignore duplicates (e.g. with "-rc1", "-rc2" postfix);
3731 # also add versions that are greater then maximal withdrawn version
3734 addedVersions.add(v)