Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py354 def parse(self, rnn_path, filename):
355 self.path = rnn_path
457 rnn_path = sys.argv[1]
469 p.parse(rnn_path, xml_file)
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c852 const char *rnn_path = getenv("RNN_PATH"); in find_file() local
855 if (!rnn_path) in find_file()
856 rnn_path = RNN_DEF_PATH; in find_file()
858 FILE *file = find_in_path(file_orig, rnn_path, &fname); in find_file()

Completed in 4 milliseconds