Home
last modified time | relevance | path

Searched refs:fFenceValue (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DGpu.h291 : fCommandList(std::move(commandList)), fFenceValue(fenceValue) { in OutstandingCommandList()
294 uint64_t fFenceValue; member
DGrD3DGpu.cpp116 SkASSERT(list->fFenceValue <= fenceValue); in destroyResources()
199 while (front && front->fFenceValue <= currentFenceValue) { in checkForFinishedCommandLists()