Home
last modified time | relevance | path

Searched refs:ppCommandLists (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1151 ID3D12CommandList* ppCommandLists[] = { g_CommandList }; in InitD3D() local
1152 commandQueue->ExecuteCommandLists(_countof(ppCommandLists), ppCommandLists); in InitD3D()
1297 ID3D12CommandList* ppCommandLists[] = { g_CommandList }; in Render() local
1300 g_CommandQueue->ExecuteCommandLists(_countof(ppCommandLists), ppCommandLists); in Render()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_proc.cpp307 ID3D12CommandList *ppCommandLists[1] = { pD3D12Proc->m_spCommandList.Get() }; in d3d12_video_processor_flush() local
308 pD3D12Proc->m_spCommandQueue->ExecuteCommandLists(1, ppCommandLists); in d3d12_video_processor_flush()
Dd3d12_video_dec.cpp689 ID3D12CommandList *ppCommandLists[1] = { pD3D12Dec->m_spDecodeCommandList.Get() }; in d3d12_video_decoder_flush() local
690 pD3D12Dec->m_spDecodeCommandQueue->ExecuteCommandLists(1, ppCommandLists); in d3d12_video_decoder_flush()
Dd3d12_video_enc.cpp101 ID3D12CommandList *ppCommandLists[1] = { pD3D12Enc->m_spEncodeCommandList.Get() }; in d3d12_video_encoder_flush() local
102 pD3D12Enc->m_spEncodeCommandQueue->ExecuteCommandLists(1, ppCommandLists); in d3d12_video_encoder_flush()
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp47 ID3D12CommandList* ppCommandLists[] = { fCommandList.get() }; in submit() local
48 queue->ExecuteCommandLists(1, ppCommandLists); in submit()