Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_batch.cpp219 ID3D12CommandList **to_execute = cmdlists; in d3d12_end_batch() local
222 to_execute++; in d3d12_end_batch()
225 screen->cmdqueue->ExecuteCommandLists(count_to_execute, to_execute); in d3d12_end_batch()