Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_instance.py344 impl_path = sys.argv[2] variable
348 impl_path = path.abspath(impl_path) variable
394 with open(impl_path, "w") as impl_file:
Dzink_device_info.py649 impl_path = sys.argv[2] variable
653 impl_path = path.abspath(impl_path) variable
716 with open(impl_path, "w") as impl_file: