Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.cpp81 unsigned curInputIdx = 0; in d3d12_video_processor_end_frame() local
82 while( (curInputIdx < pD3D12Proc->m_inputStreamDescs.size()) && inputFmtsMatch) in d3d12_video_processor_end_frame()
84 inputFmtsMatch = inputFmtsMatch && (pD3D12Proc->m_inputStreamDescs[curInputIdx].Format == GetDesc(pD3D12Proc->m_ProcessInputs[curInputIdx].InputStream[0].pTexture2D).Format); in d3d12_video_processor_end_frame()
85 curInputIdx++; in d3d12_video_processor_end_frame()

Completed in 2 milliseconds