Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching refs:create_func

396     def getNdosInParameterList(self, item_list, create_func):
398 if create_func == True:
524 # create_func means that this is API creates or allocates NDOs
527 def uniquify_members(self, members, indent, prefix, array_index, create_func, destroy_func, destroy_array, first_level_param):
543 if (first_level_param == False) or (create_func == False):
572 (tmp_decl, tmp_pre, tmp_post) = self.uniquify_members(struct_info, indent, local_prefix, array_index, create_func, destroy_func, destroy_array, False)
596 (tmp_decl, tmp_pre, tmp_post) = self.uniquify_members(struct_info, indent, new_prefix, array_index, create_func, destroy_func, destroy_array, False)
628 create_func = True if create_ndo_code else False
630 (paramdecl, param_pre_code, param_post_code) = self.uniquify_members(cmd_info, indent, '', 0, create_func, destroy_func, destroy_array, True)