Home
last modified time | relevance | path

Searched refs:GetCommandList (Results 1 – 25 of 51) sorted by relevance

123

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D12/
H A DBoundingBox.cpp77 ResourceBarrier(g_dx_context->GetCommandList(), m_gpu_buffer.Get(), in Readback()
79 g_dx_context->GetCommandList()->CopyBufferRegion(m_readback_buffer.Get(), 0, m_gpu_buffer.Get(), in Readback()
81 ResourceBarrier(g_dx_context->GetCommandList(), m_gpu_buffer.Get(), in Readback()
166 ResourceBarrier(g_dx_context->GetCommandList(), m_gpu_buffer.Get(), in Flush()
171 g_dx_context->GetCommandList()->CopyBufferRegion(m_gpu_buffer.Get(), start * sizeof(ValueType), in Flush()
179 ResourceBarrier(g_dx_context->GetCommandList(), m_gpu_buffer.Get(), in Flush()
H A DRenderer.cpp156 g_dx_context->GetCommandList()->ClearRenderTargetView( in ClearScreen()
170 g_dx_context->GetCommandList()->ClearDepthStencilView( in ClearScreen()
226 g_dx_context->GetCommandList()->OMSetRenderTargets( in BindFramebuffer()
250 g_dx_context->GetCommandList()->DiscardResource( in SetAndDiscardFramebuffer()
255 g_dx_context->GetCommandList()->DiscardResource( in SetAndDiscardFramebuffer()
274 g_dx_context->GetCommandList()->ClearDepthStencilView( in SetAndClearFramebuffer()
369 g_dx_context->GetCommandList()->DrawInstanced(num_vertices, 1, base_vertex, 0); in Draw()
397 auto* const cmdlist = g_dx_context->GetCommandList(); in DispatchComputeShader()
556 auto* const cmdlist = g_dx_context->GetCommandList(); in ApplyState()
627 g_dx_context->GetCommandList()->SetGraphicsRootSignature(m_state.root_signature); in SetRootSignatures()
[all …]
H A DPerfQuery.cpp74 g_dx_context->GetCommandList()->BeginQuery(m_query_heap.Get(), D3D12_QUERY_TYPE_OCCLUSION, in EnableQuery()
83 g_dx_context->GetCommandList()->EndQuery(m_query_heap.Get(), D3D12_QUERY_TYPE_OCCLUSION, in DisableQuery()
147 g_dx_context->GetCommandList()->ResolveQueryData( in ResolveQueries()
H A DDXTexture.cpp297 g_dx_context->GetCommandList()->CopyTextureRegion(&dst_loc, 0, 0, 0, &src_loc, &src_box); in Load()
330 g_dx_context->GetCommandList()->CopyTextureRegion(&dst_loc, dst_rect.left, dst_rect.top, 0, in CopyRectangleFromTexture()
346 g_dx_context->GetCommandList()->ResolveSubresource( in ResolveFromTexture()
366 ResourceBarrier(g_dx_context->GetCommandList(), m_resource.Get(), m_state, state); in TransitionToState()
534 g_dx_context->GetCommandList()->CopyTextureRegion(&dst_loc, dst_rect.left, dst_rect.top, 0, in CopyFromTexture()
575 g_dx_context->GetCommandList()->CopyTextureRegion(&dst_loc, dst_rect.left, dst_rect.top, 0, in CopyToTexture()
H A DDXContext.h61 ID3D12GraphicsCommandList* GetCommandList() const in GetCommandList() function
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/google/apputils/
H A Dappcommands.py160 def GetCommandList(): function
176 all_cmds = dict(GetCommandList())
191 return GetCommandList().get(GetCommandAliasList().get(name))
201 return max([len(cmd_name) for cmd_name in GetCommandList()])
572 if not cmd_names or len(cmd_names) == len(GetCommandList()):
622 if len(GetCommandList()) == 1:
627 cmd_names = GetCommandList().keys()
639 cmd_names = GetCommandList().keys() # show all commands
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/pyglib/
H A Dappcommands.py191 def GetCommandList(): function
207 all_cmds = dict(GetCommandList())
222 return GetCommandList().get(GetCommandAliasList().get(name))
238 return max([len(cmd_name) for cmd_name in GetCommandList()])
610 if not cmd_names or len(cmd_names) == len(GetCommandList()):
663 if len(GetCommandList()) == 1:
667 for cmd_name, cmd in GetCommandList().items()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DCommandRecordingContext.cpp76 ID3D12CommandList* d3d12CommandList = GetCommandList(); in ExecuteCommandList()
95 ID3D12GraphicsCommandList* CommandRecordingContext::GetCommandList() const { in GetCommandList() function in dawn_native::d3d12::CommandRecordingContext
H A DCommandRecordingContext.h33 ID3D12GraphicsCommandList* GetCommandList() const;
H A DCommandBufferD3D12.cpp126 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in Apply()
464 commandContext->GetCommandList()->ResolveSubresource( in ResolveMultisampledRenderPass()
484 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordCommands()
495 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordCommands()
732 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordComputePass()
899 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in EmulateBeginRenderPass()
985 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordRenderPass()
H A DTextureD3D12.cpp467 commandContext->GetCommandList()->ResourceBarrier(1, &barrier); in TrackUsageAndTransitionNow()
476 commandContext->GetCommandList()->ResourceBarrier(1, &barrier); in TrackUsageAndTransitionNow()
622 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in ClearTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DCommandRecordingContext.cpp76 ID3D12CommandList* d3d12CommandList = GetCommandList(); in ExecuteCommandList()
95 ID3D12GraphicsCommandList* CommandRecordingContext::GetCommandList() const { in GetCommandList() function in dawn_native::d3d12::CommandRecordingContext
H A DCommandRecordingContext.h33 ID3D12GraphicsCommandList* GetCommandList() const;
H A DCommandBufferD3D12.cpp188 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in Apply()
579 commandContext->GetCommandList()->ResolveSubresource( in ResolveMultisampledRenderPass()
595 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordCommands()
606 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordCommands()
963 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordComputePass()
1169 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in EmulateBeginRenderPass()
1253 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in RecordRenderPass()
H A DUtilsD3D12.cpp212 commandContext->GetCommandList(), copySplitPerLayerBase, bufferResource, in CopyBufferToTextureWithCopySplit()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyzeFlowCommand.h46 tList<cAnalyzeCommand>* GetCommandList() { return &command_list; } in GetCommandList() function
H A DcAnalyzeFunction.h52 tList<cAnalyzeCommand> * GetCommandList() { return &command_list; } in GetCommandList() function
H A DcAnalyzeFlowCommandDef.h54 (analyze->*CommandFunction)(args, *(command.GetCommandList())); in Run()
H A DcAnalyzeCommand.h54 virtual tList<cAnalyzeCommand>* GetCommandList() { return NULL; } in GetCommandList() function
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DMenuPropDlg.h27 wxArrayString GetCommandList();
H A DTitlePropDlg.h26 static wxArrayString GetCommandList(DVD* dvd, int tsi);
H A DMenuActionsDlg.cpp190 m_grid->SetCellEditor(row, 1, new wxGridCellChoiceEditor(parentDlg->GetCommandList(), true)); in SetCellEditors()
H A DMenuPropDlg.cpp224 wxArrayString commands = GetCommandList(); in CreateMenuGroup()
254 wxArrayString MenuPropDlg::GetCommandList() { in GetCommandList() function in MenuPropDlg
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcAnalyzeScreen.cc499 nest_command.GetFirst()->GetCommandList()->PushRear(cur_command); in ProcessCommandLine()
552 nest_command.GetFirst()->GetCommandList()->PushRear(cur_command); in ProcessCommandLine()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DMenuCommandService.cs188 protected ICollection GetCommandList (Guid guid) in GetCommandList() method in System.ComponentModel.Design.MenuCommandService

123