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

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_cmd_queue_gen.py194 cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)} = (${remove_suffix(p.decl.replace("const", ""), p.name)}) ${p.name};
221 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)});
243 def remove_suffix(text, suffix): function
278 const_cast = remove_suffix(param.decl.replace("const", ""), param.name)
286 const_cast = remove_suffix(member.decl.replace("const", ""), member.name)
336 const_cast = remove_suffix(param.decl.replace("const", ""), param.name)
344 const_cast = remove_suffix(member.decl.replace("const", ""), member.name)
424 'remove_suffix': remove_suffix,

Completed in 2 milliseconds