Searched refs:remove_prefix (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_commands_gen.py | 95 def remove_prefix(text, prefix): function 101 return remove_prefix(re.sub('([A-Z]+)', r'_\1', name).lower(), '_')
|
| H A D | vk_cmd_queue_gen.py | 238 def remove_prefix(text, prefix): function 249 return remove_prefix(re.sub('([A-Z]+)', r'_\1', name).lower(), '_') 255 return remove_prefix(to_underscore(name).replace('cmd_', ''), 'p_')
|
Completed in 3 milliseconds