Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp585 bool bSupportsAny = false; in d3d12_has_video_process_support() local
586 while ((idxResol < ARRAY_SIZE(resolutionsList)) && !bSupportsAny) { in d3d12_has_video_process_support()
590 bSupportsAny = ((supportCaps.SupportFlags & D3D12_VIDEO_PROCESS_SUPPORT_FLAG_SUPPORTED) != 0) ; in d3d12_has_video_process_support()
595 return VideoFeatureAreaSupport.VideoProcessSupport && bSupportsAny; in d3d12_has_video_process_support()
H A Dd3d12_video_proc.cpp476 bool bSupportsAny = false; in d3d12_video_processor_check_caps_and_create_processor() local
477 while ((idxResol < ARRAY_SIZE(resolutionsList)) && !bSupportsAny) { 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()

Completed in 3 milliseconds