Home
last modified time | relevance | path

Searched refs:PFN_D3D12ENABLEEXPERIMENTALFEATURES (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp715 typedef HRESULT(WINAPI *PFN_D3D12ENABLEEXPERIMENTALFEATURES)(UINT, const IID*, void*, UINT*); in create_device() typedef
717 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device()
736 …D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3… in create_device()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp162 … typedef HRESULT(WINAPI *PFN_D3D12ENABLEEXPERIMENTALFEATURES)(UINT, const IID *, void *, UINT *); in create_device() typedef
163 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device()
164 D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES) in create_device()