Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c369 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures = in d3d12_create_device() local
371 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) { in d3d12_create_device()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp205 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device() local
206 D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES) in create_device()
208 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) in create_device()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp853 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device() local
865D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3… in create_device()
866 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) { in create_device()