Home
last modified time | relevance | path

Searched refs:SyncToken (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/
H A Dshared_image_interface_in_process.h16 struct SyncToken;
87 void UpdateSharedImage(const SyncToken& sync_token,
95 void UpdateSharedImage(const SyncToken& sync_token,
103 void DestroySharedImage(const SyncToken& sync_token,
116 void PresentSwapChain(const SyncToken& sync_token,
133 SyncToken GenUnverifiedSyncToken() override;
137 SyncToken GenVerifiedSyncToken() override;
139 void WaitSyncToken(const SyncToken& sync_token) override;
154 SyncToken MakeSyncToken(uint64_t release_id) { in MakeSyncToken()
160 std::vector<SyncToken> sync_token_fences);
[all …]
H A Dshared_image_interface_in_process.cc162 const SyncToken& sync_token) { in CreateSharedImageOnGpuThread()
216 const SyncToken& sync_token, in CreateSharedImageWithDataOnGpuThread()
253 SyncToken sync_token; in CreateSharedImage()
286 const SyncToken& sync_token) { in CreateGMBSharedImageOnGpuThread()
312 const SyncToken& sync_token) { in CreateSharedImageWithAHB()
334 const SyncToken& sync_token) { in CreateSharedImageWithAHBOnGpuThread()
364 const SyncToken& sync_token, in PresentSwapChain()
385 const SyncToken& sync_token, in UpdateSharedImage()
391 const SyncToken& sync_token, in UpdateSharedImage()
410 const SyncToken& sync_token) { in UpdateSharedImageOnGpuThread()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dsync_token.cc11 SyncToken::SyncToken() in SyncToken() function in gpu::SyncToken
16 SyncToken::SyncToken(CommandBufferNamespace namespace_id, in SyncToken() function in gpu::SyncToken
24 SyncToken::SyncToken(const SyncToken& other) = default;
26 std::string SyncToken::ToDebugString() const { in ToDebugString()
H A Dsync_token.h28 struct GPU_EXPORT SyncToken { struct
29 SyncToken();
31 SyncToken(CommandBufferNamespace namespace_id,
35 SyncToken(const SyncToken& other);
71 bool operator<(const SyncToken& other) const { argument
77 bool operator==(const SyncToken& other) const {
84 bool operator!=(const SyncToken& other) const { return !(*this == other); }
95 static_assert(sizeof(SyncToken) <= GL_SYNC_TOKEN_SIZE_CHROMIUM, argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dsync_token.cc9 SyncToken::SyncToken() in SyncToken() function in gpu::SyncToken
14 SyncToken::SyncToken(CommandBufferNamespace namespace_id, in SyncToken() function in gpu::SyncToken
22 SyncToken::SyncToken(const SyncToken& other) = default;
H A Dsync_token.h28 struct GPU_EXPORT SyncToken { struct
29 SyncToken();
31 SyncToken(CommandBufferNamespace namespace_id,
35 SyncToken(const SyncToken& other);
71 bool operator<(const SyncToken& other) const { argument
77 bool operator==(const SyncToken& other) const {
84 bool operator!=(const SyncToken& other) const { return !(*this == other); }
93 static_assert(sizeof(SyncToken) <= GL_SYNC_TOKEN_SIZE_CHROMIUM, argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/
H A Dshared_image_interface_in_process.h19 struct SyncToken;
83 void UpdateSharedImage(const SyncToken& sync_token,
91 void UpdateSharedImage(const SyncToken& sync_token,
99 void DestroySharedImage(const SyncToken& sync_token,
110 void PresentSwapChain(const SyncToken& sync_token,
124 SyncToken GenUnverifiedSyncToken() override;
128 SyncToken GenVerifiedSyncToken() override;
144 SyncToken MakeSyncToken(uint64_t release_id) { in MakeSyncToken()
150 std::vector<SyncToken> sync_token_fences);
161 const SyncToken& sync_token);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/common/
H A Dsync_token_mojom_traits.h14 struct StructTraits<gpu::mojom::SyncTokenDataView, gpu::SyncToken> {
15 static bool verified_flush(const gpu::SyncToken& token) {
21 const gpu::SyncToken& token) {
26 static uint64_t command_buffer_id(const gpu::SyncToken& token) {
30 static uint64_t release_count(const gpu::SyncToken& token) {
34 static bool Read(gpu::mojom::SyncTokenDataView data, gpu::SyncToken* out) {
35 *out = gpu::SyncToken(
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/common/
H A Dsync_token_mojom_traits.h14 struct StructTraits<gpu::mojom::SyncTokenDataView, gpu::SyncToken> {
15 static bool verified_flush(const gpu::SyncToken& token) {
21 const gpu::SyncToken& token) {
26 static uint64_t command_buffer_id(const gpu::SyncToken& token) {
30 static uint64_t release_count(const gpu::SyncToken& token) {
34 static bool Read(gpu::mojom::SyncTokenDataView data, gpu::SyncToken* out) {
35 *out = gpu::SyncToken(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgpu_swap_buffer_provider_test.cc29 gpu::SyncToken(gpu::CommandBufferNamespace::GPU_IO, in GenUnverifiedSyncTokenCHROMIUM()
35 gpu::SyncToken(gpu::CommandBufferNamespace::GPU_IO, in GenSyncTokenCHROMIUM()
44 gpu::SyncToken most_recent_generated_token;
45 gpu::SyncToken most_recent_waited_token;
144 release_callback1->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
147 release_callback2->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
150 release_callback3->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
169 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
177 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
185 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgpu_swap_buffer_provider_test.cc29 gpu::SyncToken(gpu::CommandBufferNamespace::GPU_IO, in GenUnverifiedSyncTokenCHROMIUM()
35 gpu::SyncToken(gpu::CommandBufferNamespace::GPU_IO, in GenSyncTokenCHROMIUM()
44 gpu::SyncToken most_recent_generated_token;
45 gpu::SyncToken most_recent_waited_token;
144 release_callback1->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
147 release_callback2->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
150 release_callback3->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
169 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
177 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
185 release_callback->Run(gpu::SyncToken(), false /* lostResource */); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dshared_image_interface.h115 const SyncToken& sync_token);
119 virtual void UpdateSharedImage(const SyncToken& sync_token,
127 virtual void UpdateSharedImage(const SyncToken& sync_token,
135 virtual void DestroySharedImage(const SyncToken& sync_token,
161 virtual void PresentSwapChain(const SyncToken& sync_token,
188 virtual SyncToken GenUnverifiedSyncToken() = 0;
192 virtual SyncToken GenVerifiedSyncToken() = 0;
197 virtual void WaitSyncToken(const gpu::SyncToken& sync_token) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/client/
H A Dshared_image_interface_proxy.cc54 SyncToken sync_token, in GenerateDependenciesFromSyncToken()
57 std::vector<SyncToken> dependencies; in GenerateDependenciesFromSyncToken()
60 SyncToken& new_token = dependencies.back(); in GenerateDependenciesFromSyncToken()
214 const SyncToken& sync_token) { in CreateSharedImageWithAHB()
216 std::vector<SyncToken> dependencies = in CreateSharedImageWithAHB()
237 const SyncToken& sync_token, in UpdateSharedImage()
243 std::vector<SyncToken> dependencies = in UpdateSharedImage()
271 std::vector<SyncToken> dependencies = in DestroySharedImage()
295 return SyncToken( in GenUnverifiedSyncToken()
305 std::vector<SyncToken> dependencies = in WaitSyncToken()
[all …]
H A Dshared_image_interface_proxy.h46 const SyncToken& sync_token);
49 void UpdateSharedImage(const SyncToken& sync_token, const Mailbox& mailbox);
50 void UpdateSharedImage(const SyncToken& sync_token,
54 void DestroySharedImage(const SyncToken& sync_token, const Mailbox& mailbox);
55 SyncToken GenVerifiedSyncToken();
56 SyncToken GenUnverifiedSyncToken();
57 void WaitSyncToken(const SyncToken& sync_token);
67 void PresentSwapChain(const SyncToken& sync_token, const Mailbox& mailbox);
H A Dclient_shared_image_interface.h27 void UpdateSharedImage(const SyncToken& sync_token,
29 void UpdateSharedImage(const SyncToken& sync_token,
32 void PresentSwapChain(const SyncToken& sync_token,
42 SyncToken GenUnverifiedSyncToken() override;
43 SyncToken GenVerifiedSyncToken() override;
44 void WaitSyncToken(const gpu::SyncToken& sync_token) override;
71 const SyncToken& sync_token) override;
79 void DestroySharedImage(const SyncToken& sync_token,
H A Dclient_shared_image_interface.cc17 gpu::SyncToken sync_token; in ~ClientSharedImageInterface()
23 void ClientSharedImageInterface::UpdateSharedImage(const SyncToken& sync_token, in UpdateSharedImage()
29 const SyncToken& sync_token, in UpdateSharedImage()
35 void ClientSharedImageInterface::PresentSwapChain(const SyncToken& sync_token, in PresentSwapChain()
57 SyncToken ClientSharedImageInterface::GenUnverifiedSyncToken() { in GenUnverifiedSyncToken()
61 SyncToken ClientSharedImageInterface::GenVerifiedSyncToken() { in GenVerifiedSyncToken()
66 const gpu::SyncToken& sync_token) { in WaitSyncToken()
121 const SyncToken& sync_token) { in CreateSharedImageWithAHB()
141 void ClientSharedImageInterface::DestroySharedImage(const SyncToken& sync_token, in DestroySharedImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/test/
H A Dtest_context_provider.h71 const gpu::SyncToken& sync_token) override;
73 void UpdateSharedImage(const gpu::SyncToken& sync_token,
75 void UpdateSharedImage(const gpu::SyncToken& sync_token,
79 void DestroySharedImage(const gpu::SyncToken& sync_token,
88 void PresentSwapChain(const gpu::SyncToken& sync_token,
100 gpu::SyncToken GenVerifiedSyncToken() override;
101 gpu::SyncToken GenUnverifiedSyncToken() override;
110 const gpu::SyncToken& MostRecentGeneratedToken() const { in MostRecentGeneratedToken()
113 const gpu::SyncToken& MostRecentDestroyToken() const { in MostRecentDestroyToken()
123 gpu::SyncToken most_recent_generated_token_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dscheduler_unittest.cc83 std::vector<SyncToken>())); in TEST_F()
149 std::vector<SyncToken> wait; in ScheduleTask()
202 std::map<int, const SyncToken> sync_tokens_;
382 std::vector<SyncToken>())); in TEST_F()
441 std::vector<SyncToken>())); in TEST_F()
540 SyncToken sync_token1(namespace_id, command_buffer_id1, 1); in TEST_F()
541 SyncToken sync_token2(namespace_id, command_buffer_id2, 1); in TEST_F()
598 SyncToken sync_token1(namespace_id, command_buffer_id1, 1); in TEST_F()
599 SyncToken sync_token2(namespace_id, command_buffer_id2, 1); in TEST_F()
648 SyncToken sync_token1(namespace_id, command_buffer_id1, 1); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/client/
H A Dshared_image_interface_proxy.cc164 gpu::SyncToken sync_token = GenVerifiedSyncToken(); in CreateSharedImage()
181 const SyncToken& sync_token, in UpdateSharedImage()
184 std::vector<SyncToken> dependencies; in UpdateSharedImage()
189 SyncToken& new_token = dependencies.back(); in UpdateSharedImage()
222 std::vector<SyncToken> dependencies; in DestroySharedImage()
225 SyncToken& new_token = dependencies.back(); in DestroySharedImage()
247 SyncToken SharedImageInterfaceProxy::GenVerifiedSyncToken() { in GenVerifiedSyncToken()
248 SyncToken sync_token = GenUnverifiedSyncToken(); in GenVerifiedSyncToken()
257 return SyncToken( in GenUnverifiedSyncToken()
364 std::vector<SyncToken> dependencies; in PresentSwapChain()
[all …]
H A Dclient_shared_image_interface.h26 void UpdateSharedImage(const SyncToken& sync_token,
28 void UpdateSharedImage(const SyncToken& sync_token,
31 void PresentSwapChain(const SyncToken& sync_token,
38 SyncToken GenUnverifiedSyncToken() override;
39 SyncToken GenVerifiedSyncToken() override;
62 void DestroySharedImage(const SyncToken& sync_token,
H A Dshared_image_interface_proxy.h36 void UpdateSharedImage(const SyncToken& sync_token, const Mailbox& mailbox);
37 void UpdateSharedImage(const SyncToken& sync_token,
41 void DestroySharedImage(const SyncToken& sync_token, const Mailbox& mailbox);
42 SyncToken GenVerifiedSyncToken();
43 SyncToken GenUnverifiedSyncToken();
51 void PresentSwapChain(const SyncToken& sync_token, const Mailbox& mailbox);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dshared_image_interface.h100 virtual void UpdateSharedImage(const SyncToken& sync_token,
108 virtual void UpdateSharedImage(const SyncToken& sync_token,
116 virtual void DestroySharedImage(const SyncToken& sync_token,
140 virtual void PresentSwapChain(const SyncToken& sync_token,
160 virtual SyncToken GenUnverifiedSyncToken() = 0;
164 virtual SyncToken GenVerifiedSyncToken() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dbuffer_queue_unittest.cc43 gpu::SyncToken GenSyncToken() override { return gpu::SyncToken(); } in GenSyncToken()
128 gpu::SyncToken GenSyncToken() override { return gpu::SyncToken(); } in GenSyncToken()
195 gpu::SyncToken creation_sync_token; in SendDamagedFrame()
314 gpu::SyncToken creation_sync_token; in TEST()
348 gpu::SyncToken creation_sync_token; in TEST_F()
387 gpu::SyncToken creation_sync_token; in TEST_F()
403 gpu::SyncToken creation_sync_token; in TEST_F()
443 gpu::SyncToken creation_sync_token; in TEST_F()
481 gpu::SyncToken creation_sync_token; in TEST_F()
518 gpu::SyncToken creation_sync_token; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dbuffer_queue_unittest.cc43 gpu::SyncToken GenSyncToken() override { return gpu::SyncToken(); } in GenSyncToken()
128 gpu::SyncToken GenSyncToken() override { return gpu::SyncToken(); } in GenSyncToken()
195 gpu::SyncToken creation_sync_token; in SendDamagedFrame()
309 gpu::SyncToken creation_sync_token; in TEST()
343 gpu::SyncToken creation_sync_token; in TEST_F()
382 gpu::SyncToken creation_sync_token; in TEST_F()
398 gpu::SyncToken creation_sync_token; in TEST_F()
438 gpu::SyncToken creation_sync_token; in TEST_F()
476 gpu::SyncToken creation_sync_token; in TEST_F()
513 gpu::SyncToken creation_sync_token; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dscheduler_unittest.cc83 std::vector<SyncToken>())); in TEST_F()
209 std::vector<SyncToken> wait; in ScheduleTask()
256 std::map<int, const SyncToken> sync_tokens_;
453 std::vector<SyncToken>())); in TEST_F()
512 std::vector<SyncToken>())); in TEST_F()
611 SyncToken sync_token1(namespace_id, command_buffer_id1, 1); in TEST_F()
612 SyncToken sync_token2(namespace_id, command_buffer_id2, 1); in TEST_F()
669 SyncToken sync_token1(namespace_id, command_buffer_id1, 1); in TEST_F()
670 SyncToken sync_token2(namespace_id, command_buffer_id2, 1); in TEST_F()
719 SyncToken sync_token1(namespace_id, command_buffer_id1, 1); in TEST_F()
[all …]

12345678910>>...29