Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp86 uint32_t idxResol = 0; in get_max_level_resolution_video_decode_support() local
87 while ((idxResol < ARRAY_SIZE(resolutionsLevelList)) && !outSupportAny) { in get_max_level_resolution_video_decode_support()
89 decodeSupport.Width = resolutionsLevelList[idxResol].resolution.Width; in get_max_level_resolution_video_decode_support()
90 decodeSupport.Height = resolutionsLevelList[idxResol].resolution.Height; in get_max_level_resolution_video_decode_support()
101 supportedResult = resolutionsLevelList[idxResol]; in get_max_level_resolution_video_decode_support()
105 idxResol++; in get_max_level_resolution_video_decode_support()
584 uint32_t idxResol = 0; in d3d12_has_video_process_support() local
586 while ((idxResol < ARRAY_SIZE(resolutionsList)) && !bSupportsAny) { in d3d12_has_video_process_support()
587 supportCaps.InputSample.Width = resolutionsList[idxResol].Width; in d3d12_has_video_process_support()
588 supportCaps.InputSample.Height = resolutionsList[idxResol] in d3d12_has_video_process_support()
[all...]
H A Dd3d12_video_proc.cpp475 uint32_t idxResol = 0; 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()
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()
483 idxResol++; in d3d12_video_processor_check_caps_and_create_processor()

Completed in 3 milliseconds