Home
last modified time | relevance | path

Searched defs:ppCommandLists (Results 1 - 5 of 5) sorted by relevance

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

Completed in 9 milliseconds