Home
last modified time | relevance | path

Searched refs:to_underscore (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py248 def to_underscore(name): function
252 return to_underscore(name).replace('cmd_', '')
255 return remove_prefix(to_underscore(name).replace('cmd_', ''), 'p_')
263 return "VK_%s" % to_underscore(name).upper()
266 return "vk_%s" % to_underscore(name)
412 'to_underscore': to_underscore,
Dvk_commands_gen.py100 def to_underscore(name): function
123 'to_underscore': to_underscore,