Home
last modified time | relevance | path

Searched defs:commandList (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp91 void RecordWriteTimestampCmd(ID3D12GraphicsCommandList* commandList, in RecordWriteTimestampCmd()
99 void RecordResolveQuerySetCmd(ID3D12GraphicsCommandList* commandList, in RecordResolveQuerySetCmd()
140 void RecordFirstIndexOffset(ID3D12GraphicsCommandList* commandList, in RecordFirstIndexOffset()
241 void RecordNumWorkgroupsForDispatch(ID3D12GraphicsCommandList* commandList, in RecordNumWorkgroupsForDispatch()
260 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in TransitionAndClearForSyncScope() local
328 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in Apply() local
385 void SetID3D12DescriptorHeaps(ID3D12GraphicsCommandList* commandList) { in SetID3D12DescriptorHeaps()
395 void UpdateRootSignatureIfNecessary(ID3D12GraphicsCommandList* commandList) { in UpdateRootSignatureIfNecessary()
409 void ApplyBindGroup(ID3D12GraphicsCommandList* commandList, in ApplyBindGroup()
564 void Apply(ID3D12GraphicsCommandList* commandList, in Apply()
[all …]
DUtilsD3D12.cpp147 void RecordCopyBufferToTextureFromTextureCopySplit(ID3D12GraphicsCommandList* commandList, in RecordCopyBufferToTextureFromTextureCopySplit()
266 void RecordCopyTextureToBufferFromTextureCopySplit(ID3D12GraphicsCommandList* commandList, in RecordCopyTextureToBufferFromTextureCopySplit()
297 void Copy2DTextureToBufferWithCopySplit(ID3D12GraphicsCommandList* commandList, in Copy2DTextureToBufferWithCopySplit()
341 void Copy3DTextureToBuffer(ID3D12GraphicsCommandList* commandList, in Copy3DTextureToBuffer()
361 void RecordCopyTextureToBuffer(ID3D12GraphicsCommandList* commandList, in RecordCopyTextureToBuffer()
DTextureD3D12.cpp993 ID3D12GraphicsCommandList* commandList = commandContext->GetCommandList(); in ClearTexture() local
/third_party/skia/m133/src/gpu/graphite/
DDrawWriter.cpp15 DrawWriter::DrawWriter(DrawPassCommands::List* commandList, DrawBufferManager* bufferManager) in DrawWriter()
DDrawPass.cpp176 void bindUniforms(UniformSlot slot, DrawPassCommands::List* commandList) { in bindUniforms()
228 void bindTextures(DrawPassCommands::List* commandList) { in bindTextures()
/third_party/skia/m133/src/gpu/ganesh/d3d/
DGrD3DCommandList.cpp23 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList()
276 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
287 gr_cp<ID3D12GraphicsCommandList> commandList, in GrD3DDirectCommandList()
604 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
612 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList()
DGrD3DPipelineState.cpp157 GrD3DDirectCommandList* commandList) { in bindBuffers()
DGrD3DResourceProvider.cpp46 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList()
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp23 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList()
276 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
287 gr_cp<ID3D12GraphicsCommandList> commandList, in GrD3DDirectCommandList()
604 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
612 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList()
DGrD3DPipelineState.cpp156 GrD3DDirectCommandList* commandList) { in bindBuffers()
DGrD3DResourceProvider.cpp47 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py266 def __init__ (self, comment, enumList, typeList, commandList): argument
Dgen_framework.py279 def __init__ (self, operation, comment, enumList, typeList, commandList): argument