Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h75 MaybeError ClearBufferToZero(CommandRecordingContext* commandContext,
DBufferD3D12.cpp475 DAWN_TRY(device->ClearBufferToZero(commandContext, this, offset, size)); in ClearBuffer()
DDeviceD3D12.cpp271 MaybeError Device::ClearBufferToZero(CommandRecordingContext* commandContext, in ClearBufferToZero() function in dawn_native::d3d12::Device
DCommandBufferD3D12.cpp936 DAWN_TRY(device->ClearBufferToZero(commandContext, cmd->buffer.Get(), in RecordCommands()
965 DAWN_TRY(device->ClearBufferToZero(commandContext, destination, in RecordCommands()