Home
last modified time | relevance | path

Searched refs:GetCompletedValue (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DFenceValidationTests.cpp81 TEST_F(FenceValidationTest, GetCompletedValue) { in TEST_F() argument
87 EXPECT_EQ(fence.GetCompletedValue(), 1u); in TEST_F()
138 EXPECT_EQ(fence.GetCompletedValue(), 3u); in TEST_F()
155 EXPECT_EQ(fence.GetCompletedValue(), 2u); in TEST_F()
178 EXPECT_EQ(fence.GetCompletedValue(), 2u); in TEST_F()
183 EXPECT_EQ(fence.GetCompletedValue(), 6u); in TEST_F()
209 EXPECT_EQ(fence.GetCompletedValue(), 1u); in TEST_F()
214 EXPECT_EQ(fence.GetCompletedValue(), 2u); in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DFenceTests.cpp61 while (fence.GetCompletedValue() < completedValue) { in WaitForCompletedValue()
74 EXPECT_EQ(fence.GetCompletedValue(), 1u); in TEST_P()
80 EXPECT_EQ(fence.GetCompletedValue(), 2u); in TEST_P()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFence.h42 uint64_t GetCompletedValue() const;
DFence.cpp59 uint64_t FenceBase::GetCompletedValue() const { in GetCompletedValue() function in dawn_native::FenceBase
/third_party/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp187 if (fFence->GetCompletedValue() < fFenceValues[fBufferIndex]) { in getBackbufferSurface()
219 if (fFence->GetCompletedValue() < fFenceValues[i]) { in resize()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp204 mCompletedSerial = mFence->GetCompletedValue(); in TickImpl()
225 mCompletedSerial = mFence->GetCompletedValue(); in WaitForSerial()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_fence.cpp134 bool complete = fence->cmdqueue_fence->GetCompletedValue() >= fence->value; in d3d12_fence_finish()
Dd3d12_query.cpp408 if (ctx->cmdqueue_fence->GetCompletedValue() < query->fence_value) { in d3d12_get_query_result()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp110 SkDEBUGCODE(uint64_t fenceValue = fFence->GetCompletedValue();) in destroyResources()
192 uint64_t currentFenceValue = fFence->GetCompletedValue(); in checkForFinishedCommandLists()
211 if (fFence->GetCompletedValue() < fCurrentFenceValue) { in waitForQueueCompletion()
1734 return (fFence->GetCompletedValue() >= fence); in waitFence()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp59 if (g_fence->GetCompletedValue() >= fenceValue) in WaitForLastSubmittedFrame()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp404 if (g_fence->GetCompletedValue() >= fenceValue) in WaitForLastSubmittedFrame()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp356 ExecutionSerial completedSerial = ExecutionSerial(mFence->GetCompletedValue()); in CheckAndUpdateCompletedSerials()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp202 if (g_Fences[frameIndex]->GetCompletedValue() < g_FenceValues[frameIndex]) in WaitForFrame()