Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.cpp463 pD3D12Proc->m_SupportCaps = in d3d12_video_processor_check_caps_and_create_processor()
478 pD3D12Proc->m_SupportCaps.InputSample.Width = resolutionsList[idxResol].Width; in d3d12_video_processor_check_caps_and_create_processor()
479 pD3D12Proc->m_SupportCaps.InputSample.Height = resolutionsList[idxResol].Height; in d3d12_video_processor_check_caps_and_create_processor()
480 if (SUCCEEDED(pD3D12Proc->m_spD3D12VideoDevice->CheckFeatureSupport(D3D12_FEATURE_VIDEO_PROCESS_SUPPORT, &pD3D12Proc->m_SupportCaps, sizeof(pD3D12Proc->m_SupportCaps)))) { in d3d12_video_processor_check_caps_and_create_processor()
481 bSupportsAny = ((pD3D12Proc->m_SupportCaps.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != 0); in d3d12_video_processor_check_caps_and_create_processor()
486 if ((pD3D12Proc->m_SupportCaps.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) in d3d12_video_processor_check_caps_and_create_processor()
488 if((pD3D12Proc->m_SupportCaps.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) { in d3d12_video_processor_check_caps_and_create_processor()
491 pD3D12Proc->m_SupportCaps.SupportFlags); in d3d12_video_processor_check_caps_and_create_processor()
498 ((pD3D12Proc->m_SupportCaps in d3d12_video_processor_check_caps_and_create_processor()
[all...]
H A Dd3d12_video_proc.h101 D3D12_FEATURE_DATA_VIDEO_PROCESS_SUPPORT m_SupportCaps; member

Completed in 2 milliseconds