Searched refs:str_removeprefix (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_physical_device_features_gen.py | 37 def str_removeprefix(s, prefix): function 123 return RENAMED_FEATURES.get((str_removeprefix(c_type, 'VkPhysicalDevice'), feature), feature) 424 a = str_removeprefix(features[renamed_flag], 'VkPhysicalDevice') 425 b = str_removeprefix(f.c_type, 'VkPhysicalDevice') 429 unused_renames.pop((str_removeprefix(f.c_type, 'VkPhysicalDevice'), flag), None)
|
D | vk_physical_device_properties_gen.py | 39 def str_removeprefix(s, prefix): function 234 name = str_removeprefix(full_name, "VkPhysicalDevice")
|