Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py126 struct ${to_struct_name(c.name)} ${to_struct_field_name(c.name)};
230 vk_free(queue->alloc, (${remove_suffix(p.decl.replace("const", ""), p.name)})cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)});
261 memcpy(cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)}, ${p.name},
264 cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)} = (${remove_suffix(p.decl.replace("const", ""), p.name)}) ${p.name};
266 ${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)}
268 cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)} = ${p.name};
322 , cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)}\\
396 def to_struct_field_name(name): function
420 field_name = "cmd->u.%s.%s" % (to_struct_field_name(command.name), to_field_name(param.name))
486 field_name = "cmd->u.%s.%s" % (to_struct_field_name(comman
[all...]

Completed in 1 milliseconds