Home
last modified time | relevance | path

Searched refs:get_struct_copy (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py266 ${get_struct_copy("cmd->u.%s.%s" % (to_struct_field_name(c.name), to_field_name(p.name)), p.name, p.type, 'sizeof(%s)' % p.type, types)}
452 """ % (type.enum, get_struct_copy(field_name, "pnext", type.name, "sizeof(%s)" % type.name, types, level))
462 def get_struct_copy(dst, src_name, src_type, size, types, level=0): function
577 'get_struct_copy': get_struct_copy,

Completed in 1 milliseconds