Lines Matching refs:commandList
23 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList() argument
24 : fCommandList(std::move(commandList)) in GrD3DCommandList()
276 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
279 IID_PPV_ARGS(&commandList))); in Make()
281 auto grCL = new GrD3DDirectCommandList(std::move(allocator), std::move(commandList), in Make()
287 gr_cp<ID3D12GraphicsCommandList> commandList, in GrD3DDirectCommandList() argument
289 : GrD3DCommandList(std::move(allocator), std::move(commandList)) in GrD3DDirectCommandList()
604 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
606 nullptr, IID_PPV_ARGS(&commandList))); in Make()
607 auto grCL = new GrD3DCopyCommandList(std::move(allocator), std::move(commandList)); in Make()
612 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList() argument
613 : GrD3DCommandList(std::move(allocator), std::move(commandList)) { in GrD3DCopyCommandList()