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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_drm.c102 const char *search_dir = getenv("GALLIUM_PIPE_SEARCH_DIR");
103 if (search_dir == NULL)
104 search_dir = PIPE_SEARCH_DIR;
106 *plib = pipe_loader_find_module(driver_name, search_dir);
H A Dpipe_loader_sw.c106 const char *search_dir = getenv("GALLIUM_PIPE_SEARCH_DIR"); local in function:pipe_loader_sw_probe_init_common
107 if (search_dir == NULL)
108 search_dir = PIPE_SEARCH_DIR;
110 sdev->lib = pipe_loader_find_module("swrast", search_dir);

Completed in 10 milliseconds