Searched refs:term_func (Results 1 – 2 of 2) sorted by relevance
1483 term_func = ''1486 …term_func += '// Some device commands still need a terminator because the loader needs to unwrap s…1487 …term_func += '// In many cases, the item needing unwrapping is a VkPhysicalDevice or VkSurfaceKHR …1488 term_func += '// in the future.\n'1489 …term_func += 'PFN_vkVoidFunction get_extension_device_proc_terminator(struct loader_device *dev, c…1490 term_func += ' PFN_vkVoidFunction addr = NULL;\n'1500 term_func += ' }\n'1502 term_func += ' }\n'1506 term_func += '\n // ---- Core %s commands\n' % ext_cmd.ext_name[11:]1510 term_func += '#ifdef %s\n' % ext_cmd.protect[all …]
355 void term(std::function<void(void)> term_func) in term() argument360 term_func(); in term()