Home
last modified time | relevance | path

Searched refs:source_asm_file (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/scripts/
H A Dparse_asm_values.py33 source_asm_file = sys.argv[2] variable
44 if destination_file is None or source_asm_file is None or assembler_type is None or compiler is None or arch is None:
61 with open(source_asm_file, 'r') as f:
64 print("Could not open assembler file:", source_asm_file)

Completed in 0 milliseconds