Searched refs:RENAMED_FEATURES (Results 1 – 1 of 1) sorted by relevance
42 RENAMED_FEATURES = { variable119 assert rename not in RENAMED_FEATURES, f"{rename} already exists in RENAMED_FEATURES"120 RENAMED_FEATURES[rename] = flag123 return RENAMED_FEATURES.get((str_removeprefix(c_type, 'VkPhysicalDevice'), feature), feature)411 unused_renames = {**RENAMED_FEATURES}426 if (a, flag) not in RENAMED_FEATURES or (b, flag) not in RENAMED_FEATURES: