Home
last modified time | relevance | path

Searched refs:clearedToZero (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp931 bool clearedToZero; in RecordCommands() local
932 DAWN_TRY_ASSIGN(clearedToZero, dstBuffer->EnsureDataInitializedAsDestination( in RecordCommands()
935 if (!clearedToZero) { in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp719 bool clearedToZero = dstBuffer->EnsureDataInitializedAsDestination( in RecordCommands() local
722 if (!clearedToZero) { in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp836 bool clearedToZero = in Execute() local
839 if (!clearedToZero) { in Execute()

Completed in 8 milliseconds