Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc.cpp90 pD3D12Enc->m_spEncodeCommandList->ResourceBarrier(pD3D12Enc->m_transitionsBeforeCloseCmdList.size(), in d3d12_video_encoder_flush()
95 hr = pD3D12Enc->m_spEncodeCommandList->Close(); in d3d12_video_encoder_flush()
101 ID3D12CommandList *ppCommandLists[1] = { pD3D12Enc->m_spEncodeCommandList.Get() }; in d3d12_video_encoder_flush()
117 hr = pD3D12Enc->m_spEncodeCommandList->Reset(pD3D12Enc->m_spCommandAllocator.Get()); in d3d12_video_encoder_flush()
877 IID_PPV_ARGS(pD3D12Enc->m_spEncodeCommandList.GetAddressOf()));
1197 pD3D12Enc->m_spEncodeCommandList->ResourceBarrier(rgCurrentFrameStateTransitions.size(),
1286 pD3D12Enc->m_spEncodeCommandList->ResourceBarrier(static_cast<uint32_t>(rgReferenceTransitions.size()),
1365 pD3D12Enc->m_spEncodeCommandList->EncodeFrame(pD3D12Enc->m_spVideoEncoder.Get(),
1385 pD3D12Enc->m_spEncodeCommandList->ResourceBarrier(_countof(rgResolveMetadataStateTransitions),
1401 pD3D12Enc->m_spEncodeCommandList
[all...]
H A Dd3d12_video_enc.h131 ComPtr<ID3D12VideoEncodeCommandList2> m_spEncodeCommandList; member

Completed in 2 milliseconds