Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_device_info.py351 impl_path = sys.argv[2] variable
354 impl_path = path.abspath(impl_path) variable
367 with open(impl_path, "w") as impl_file: