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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1198 DxcCreateInstanceProc compiler_create_func = nullptr; local in function:d3d12_validation_tools::d3d12_validation_tools
1200 compiler_create_func = (DxcCreateInstanceProc)util_dl_get_proc_address(dxc_compiler_module, "DxcCreateInstance");
1202 if (compiler_create_func) {
1203 HRESULT hr = compiler_create_func(CLSID_DxcLibrary, IID_PPV_ARGS(&library));
1209 hr = compiler_create_func(CLSID_DxcCompiler, IID_PPV_ARGS(&compiler));

Completed in 3 milliseconds