Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.cpp315 hr = pD3D12Proc->m_spCommandAllocator->Reset(); in d3d12_video_processor_flush()
323 hr = pD3D12Proc->m_spCommandList->Reset(pD3D12Proc->m_spCommandAllocator.Get()); in d3d12_video_processor_flush()
623 IID_PPV_ARGS(pD3D12Proc->m_spCommandAllocator.GetAddressOf())); in d3d12_video_processor_create_command_objects()
634 pD3D12Proc->m_spCommandAllocator.Get(), in d3d12_video_processor_create_command_objects()
H A Dd3d12_video_proc.h106 ComPtr<ID3D12CommandAllocator> m_spCommandAllocator; member
H A Dd3d12_video_dec.h108 ComPtr<ID3D12CommandAllocator> m_spCommandAllocator; member
H A Dd3d12_video_enc.cpp109 hr = pD3D12Enc->m_spCommandAllocator->Reset(); in d3d12_video_encoder_flush()
117 hr = pD3D12Enc->m_spEncodeCommandList->Reset(pD3D12Enc->m_spCommandAllocator.Get()); in d3d12_video_encoder_flush()
864 IID_PPV_ARGS(pD3D12Enc->m_spCommandAllocator.GetAddressOf()));
875 pD3D12Enc->m_spCommandAllocator.Get(),
H A Dd3d12_video_dec.cpp697 hr = pD3D12Dec->m_spCommandAllocator->Reset(); in d3d12_video_decoder_flush()
705 hr = pD3D12Dec->m_spDecodeCommandList->Reset(pD3D12Dec->m_spCommandAllocator.Get()); in d3d12_video_decoder_flush()
762 IID_PPV_ARGS(pD3D12Dec->m_spCommandAllocator.GetAddressOf())); in d3d12_video_decoder_create_command_objects()
772 pD3D12Dec->m_spCommandAllocator.Get(), in d3d12_video_decoder_create_command_objects()
H A Dd3d12_video_enc.h130 ComPtr<ID3D12CommandAllocator> m_spCommandAllocator; member

Completed in 7 milliseconds