Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dvk_validation_stats.py454 def __init__(self, val_json, val_source, val_tests): argument
456 self.vs = val_source
709 val_source = ValidationSource(layer_source_files)
710 val_source.parse()
711 exp_checks = len(val_source.explicit_vuids)
712 imp_checks = len(val_source.implicit_vuids)
713 all_checks = len(val_source.vuid_count_dict.keys())
718 print(" %d unassigned" % len(val_source.unassigned_vuids))
719 print(" %d checks are implemented more that once" % val_source.duplicated_checks)
756 if get_vuid_status in val_source.explicit_vuids:
[all …]