Searched refs:GetCompletedValue (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | FenceValidationTests.cpp | 81 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/ |
D | FenceTests.cpp | 61 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/ |
D | Fence.h | 42 uint64_t GetCompletedValue() const;
|
D | Fence.cpp | 59 uint64_t FenceBase::GetCompletedValue() const { in GetCompletedValue() function in dawn_native::FenceBase
|
/third_party/skia/tools/sk_app/win/ |
D | D3D12WindowContext_win.cpp | 187 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/ |
D | DeviceD3D12.cpp | 204 mCompletedSerial = mFence->GetCompletedValue(); in TickImpl() 225 mCompletedSerial = mFence->GetCompletedValue(); in WaitForSerial()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_fence.cpp | 134 bool complete = fence->cmdqueue_fence->GetCompletedValue() >= fence->value; in d3d12_fence_finish()
|
D | d3d12_query.cpp | 408 if (ctx->cmdqueue_fence->GetCompletedValue() < query->fence_value) { in d3d12_get_query_result()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 110 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/ |
D | main.cpp | 59 if (g_fence->GetCompletedValue() >= fenceValue) in WaitForLastSubmittedFrame()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
D | main.cpp | 404 if (g_fence->GetCompletedValue() >= fenceValue) in WaitForLastSubmittedFrame()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.cpp | 356 ExecutionSerial completedSerial = ExecutionSerial(mFence->GetCompletedValue()); in CheckAndUpdateCompletedSerials()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 202 if (g_Fences[frameIndex]->GetCompletedValue() < g_FenceValues[frameIndex]) in WaitForFrame()
|