Searched refs:get_struct_copy (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_cmd_queue_gen.py | 452 …""" % (type.enum, get_struct_copy(field_name, "pnext", type.name, "sizeof(%s)" % type.name, types,… 462 def get_struct_copy(dst, src_name, src_type, size, types, level=0): function 577 'get_struct_copy': get_struct_copy,
|