Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp62 ComPtr<ID3D12VideoDevice> spD3D12VideoDevice; in get_max_level_resolution_video_decode_support() local
64 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in get_max_level_resolution_video_decode_support()
92 if (SUCCEEDED(spD3D12VideoDevice->CheckFeatureSupport(D3D12_FEATURE_VIDEO_DECODE_SUPPORT, in get_max_level_resolution_video_decode_support()
114 ComPtr<ID3D12VideoDevice> spD3D12VideoDevice; in d3d12_has_video_decode_support() local
116 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_decode_support()
122 if (FAILED(spD3D12VideoDevice->CheckFeatureSupport(D3D12_FEATURE_VIDEO_FEATURE_AREA_SUPPORT, in d3d12_has_video_decode_support()
406 ComPtr<ID3D12VideoDevice3> spD3D12VideoDevice; in d3d12_has_video_encode_support() local
408 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_encode_support()
414 if (FAILED(spD3D12VideoDevice->CheckFeatureSupport(D3D12_FEATURE_VIDEO_FEATURE_AREA_SUPPORT, in d3d12_has_video_encode_support()
447 spD3D12VideoDevice in d3d12_has_video_encode_support()
551 ComPtr<ID3D12VideoDevice2> spD3D12VideoDevice; d3d12_has_video_process_support() local
[all...]

Completed in 1 milliseconds