Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_physical_device_features_gen.py37 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)
Dvk_physical_device_properties_gen.py39 def str_removeprefix(s, prefix): function
234 name = str_removeprefix(full_name, "VkPhysicalDevice")