Home
last modified time | relevance | path

Searched refs:destroy_func (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/
Dunique_objects_generator.py482 …def outputNDOs(self, ndo_type, ndo_name, ndo_count, prefix, index, indent, destroy_func, destroy_a… argument
510 …if (destroy_func == False) or (destroy_array == True): #### LUGMAL This line needs to be ski…
527 …def uniquify_members(self, members, indent, prefix, array_index, create_func, destroy_func, destro… argument
544 …tputNDOs(member.type, member.name, count_name, prefix, index, indent, destroy_func, destroy_array,…
572 …_members(struct_info, indent, local_prefix, array_index, create_func, destroy_func, destroy_array,…
596 …fy_members(struct_info, indent, new_prefix, array_index, create_func, destroy_func, destroy_array,…
629 destroy_func = True if destroy_ndo_code else False
630 …t_code) = self.uniquify_members(cmd_info, indent, '', 0, create_func, destroy_func, destroy_array,…
638 if (not destroy_func) or (destroy_array):
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp37 #define NON_DISPATCHABLE_HANDLE_DTOR(cls, destroy_func) … argument
40destroy_func(device(), handle(), NULL); …