Home
last modified time | relevance | path

Searched refs:d3d12_mod (Results 1 – 3 of 3) sorted by relevance

/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() local
306 if (!d3d12_mod) { in get_debug_interface()
311 …D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… 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() local
359 if (!d3d12_mod) { in d3d12_create_device()
370 …(PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3d12_mod, "D3D12EnableExperimentalF… in d3d12_create_device()
377 …D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)util_dl_get_proc_address(d3d12_mod, "D3D12CreateDevice"… 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() local
397 if (!d3d12_mod) { in d3d12_get_serialize_root_sig()
403 util_dl_get_proc_address(d3d12_mod, "D3D12SerializeVersionedRootSignature"); in d3d12_get_serialize_root_sig()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp802 util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in get_debug_interface() local
803 if (!d3d12_mod) { in get_debug_interface()
808 …D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
855 util_dl_library *d3d12_mod = util_dl_open(UTIL_DL_PREFIX "d3d12" UTIL_DL_EXT); in create_device() local
856 if (!d3d12_mod) { in create_device()
865 …eatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3d12_mod, "D3D12EnableExp… in create_device()
872 …D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)util_dl_get_proc_address(d3d12_mod, "D3D12CreateDevice"… 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() local
2546 if (!d3d12_mod) { in d3d12_context_create()
2551 …(PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE)util_dl_get_proc_address(d3d12_mod, "D3D12SerializeV… in d3d12_context_create()