Searched refs:D3D12EnableExperimentalFeatures (Results 1 – 3 of 3) sorted by relevance
369 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures = in d3d12_create_device() local371 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) { in d3d12_create_device()
205 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device() local206 D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES) in create_device()208 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) in create_device()
853 PFN_D3D12ENABLEEXPERIMENTALFEATURES D3D12EnableExperimentalFeatures; in create_device() local865 …D3D12EnableExperimentalFeatures = (PFN_D3D12ENABLEEXPERIMENTALFEATURES)util_dl_get_proc_address(d3… in create_device()866 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) { in create_device()