Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_dl.h41 # define UTIL_DL_PREFIX "" macro
44 # define UTIL_DL_PREFIX "lib"
47 # define UTIL_DL_PREFIX "lib"
/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()