Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp91 void RecordWriteTimestampCmd(ID3D12GraphicsCommandList* commandList, in RecordWriteTimestampCmd() argument
95 commandList->EndQuery(querySet->GetQueryHeap(), D3D12_QUERY_TYPE_TIMESTAMP, in RecordWriteTimestampCmd()
99 void RecordResolveQuerySetCmd(ID3D12GraphicsCommandList* commandList, in RecordResolveQuerySetCmd() argument
130 commandList->ResolveQueryData( in RecordResolveQuerySetCmd()
140 void RecordFirstIndexOffset(ID3D12GraphicsCommandList* commandList, in RecordFirstIndexOffset() argument
159 commandList->SetGraphicsRoot32BitConstants(layout->GetFirstIndexOffsetParameterIndex(), in RecordFirstIndexOffset()
241 void RecordNumWorkgroupsForDispatch(ID3D12GraphicsCommandList* commandList, in RecordNumWorkgroupsForDispatch() argument
249 commandList->SetComputeRoot32BitConstants(layout->GetNumWorkgroupsParameterIndex(), 3, in RecordNumWorkgroupsForDispatch()
260 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in TransitionAndClearForSyncScope() local
301 commandList->ResourceBarrier(barriers.size(), barriers.data()); in TransitionAndClearForSyncScope()
[all …]
DUtilsD3D12.cpp147 void RecordCopyBufferToTextureFromTextureCopySplit(ID3D12GraphicsCommandList* commandList, in RecordCopyBufferToTextureFromTextureCopySplit() argument
172 commandList->CopyTextureRegion(&textureLocation, info.textureOffset.x, in RecordCopyBufferToTextureFromTextureCopySplit()
266 void RecordCopyTextureToBufferFromTextureCopySplit(ID3D12GraphicsCommandList* commandList, in RecordCopyTextureToBufferFromTextureCopySplit() argument
291 commandList->CopyTextureRegion(&bufferLocation, info.bufferOffset.x, in RecordCopyTextureToBufferFromTextureCopySplit()
297 void Copy2DTextureToBufferWithCopySplit(ID3D12GraphicsCommandList* commandList, in Copy2DTextureToBufferWithCopySplit() argument
332 commandList, copySplitPerLayerBase, buffer, bufferOffsetForNextLayer, in Copy2DTextureToBufferWithCopySplit()
341 void Copy3DTextureToBuffer(ID3D12GraphicsCommandList* commandList, in Copy3DTextureToBuffer() argument
356 RecordCopyTextureToBufferFromTextureCopySplit(commandList, copyRegions, buffer, 0, in Copy3DTextureToBuffer()
361 void RecordCopyTextureToBuffer(ID3D12GraphicsCommandList* commandList, in RecordCopyTextureToBuffer() argument
368 Copy3DTextureToBuffer(commandList, textureCopy, bufferCopy, texture, buffer, copySize); in RecordCopyTextureToBuffer()
[all …]
DUtilsD3D12.h47 void RecordCopyBufferToTextureFromTextureCopySplit(ID3D12GraphicsCommandList* commandList,
67 void RecordCopyTextureToBufferFromTextureCopySplit(ID3D12GraphicsCommandList* commandList,
77 void RecordCopyTextureToBuffer(ID3D12GraphicsCommandList* commandList,
DPlatformFunctions.h72 HRESULT(WINAPI*)(ID3D12GraphicsCommandList* commandList);
77 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
82 WINAPI*)(ID3D12GraphicsCommandList* commandList, UINT64 color, _In_ PCSTR formatString);
DTextureD3D12.cpp993 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in ClearTexture() local
1044 commandList->ClearDepthStencilView(baseDescriptor, clearFlags, fClearColor, in ClearTexture()
1081 commandList->ClearRenderTargetView(rtvHandle, clearColorRGBA, 0, nullptr); in ClearTexture()
1123 commandList, copySplit, in ClearTexture()
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp23 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()
[all …]
DGrD3DCommandList.h120 gr_cp<ID3D12GraphicsCommandList> commandList);
211 gr_cp<ID3D12GraphicsCommandList> commandList,
241 gr_cp<ID3D12GraphicsCommandList> commandList);
DGrD3DPipelineState.cpp156 GrD3DDirectCommandList* commandList) { in bindBuffers() argument
173 commandList->setVertexBuffers(0, std::move(vertexBuffer), fVertexStride, in bindBuffers()
181 commandList->setIndexBuffer(std::move(indexBuffer)); in bindBuffers()
DGrD3DResourceProvider.cpp47 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList() argument
48 commandList->reset(); in recycleDirectCommandList()
49 fAvailableDirectCommandLists.push_back(std::move(commandList)); in recycleDirectCommandList()
DGrD3DGpu.h307 OutstandingCommandList(std::unique_ptr<GrD3DDirectCommandList> commandList, in OutstandingCommandList()
309 : fCommandList(std::move(commandList)), fFenceValue(fenceValue) { in OutstandingCommandList()
DGrD3DPipelineState.h54 GrD3DDirectCommandList* commandList);
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js399 const commandList = helper.visibleCommands(cmd).map((cmd) => {
402 if (commandList.length > 0) {
403 output = output.concat(['Commands:', formatList(commandList), '']);
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py266 def __init__ (self, comment, enumList, typeList, commandList): argument
270 self.commandList = commandList # list of strings, each representing required function
539 commandList = []
555 commandList.append(requirementName)
560 commandList
1939 functionNamesPerApiVersionDict[apiVersion].extend(r.commandList)
Dgen_framework.py262 def __init__ (self, comment, enumList, typeList, commandList): argument
266 self.commandList = commandList # list of strings, each representing required function
535 commandList = []
551 commandList.append(requirementName)
556 commandList
1921 functionNamesPerApiVersionDict[apiVersion].extend(r.commandList)