Home
last modified time | relevance | path

Searched refs:AddDispatch (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPassResourceUsageTracker.h57 void AddDispatch(SyncScopeResourceUsage scope);
DPassResourceUsageTracker.cpp178 void ComputePassResourceUsageTracker::AddDispatch(SyncScopeResourceUsage scope) { in AddDispatch() function in dawn_native::ComputePassResourceUsageTracker
DComputePassEncoder.cpp431 mUsageTracker.AddDispatch(scope.AcquireSyncScopeUsage()); in AddDispatchSyncScope()