Searched refs:D3D12EnableExperimentalFeatures (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_util.c | 369 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures = in d3d12_create_device() local 370 (PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3d12_mod, "D3D12EnableExperimentalFeatures"); in d3d12_create_device() 371 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) { in d3d12_create_device()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.cpp | 205 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device() local 206 D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES) in create_device() 207 GetProcAddress(hD3D12Mod, "D3D12EnableExperimentalFeatures"); in create_device() 208 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) in create_device()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_screen.cpp | 853 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device() local 865 D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3d12_mod, "D3D12EnableExperimentalFeatures"); in create_device() 866 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) { in create_device()
|
Completed in 4 milliseconds