Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/isaspec/
Ddecode.py295 glue_h = sys.argv[2] variable
301 with open(glue_h, 'w') as f:
302 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_")