Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_dl.h40 # define UTIL_DL_EXT ".dll" macro
43 # define UTIL_DL_EXT ".dylib"
46 # define UTIL_DL_EXT ".so"
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c196 MODULE_PREFIX, driver_name, UTIL_DL_EXT); in pipe_loader_find_module()
199 MODULE_PREFIX, driver_name, UTIL_DL_EXT); in pipe_loader_find_module()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c305 struct util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in get_debug_interface()
358 struct util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in d3d12_create_device()
396 struct util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in d3d12_get_serialize_root_sig()
Ddzn_dxcore.cpp34 util_dl_library *dxcore = util_dl_open(UTIL_DL_PREFIX "dxcore" UTIL_DL_EXT); in dzn_enumerate_physical_devices_dxcore()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_dxgi_screen.cpp42 util_dl_library *dxgi_mod = util_dl_open(UTIL_DL_PREFIX "dxgi" UTIL_DL_EXT); in get_dxgi_factory()
Dd3d12_dxcore_screen.cpp40 util_dl_library *dxcore_mod = util_dl_open(UTIL_DL_PREFIX "dxcore" UTIL_DL_EXT); in get_dxcore_factory()
Dd3d12_screen.cpp802 util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in get_debug_interface()
855 util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in create_device()
Dd3d12_context.cpp2545 util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in d3d12_context_create()