Home
last modified time | relevance | path

Searched refs:GetQueue (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DQueueSubmitValidationTests.cpp45 wgpu::Queue queue = device.GetQueue(); in TEST_F()
87 wgpu::Queue queue = device.GetQueue(); in TEST_F()
118 wgpu::Queue queue = device.GetQueue(); in TEST_F()
151 wgpu::Queue queue = data->device.GetQueue(); in TEST_F()
173 wgpu::Queue queue = data->device.GetQueue(); in TEST_F()
208 wgpu::Queue queue = data->device.GetQueue(); in TEST_F()
225 wgpu::Queue queue = device.GetQueue(); in TEST_F()
295 wgpu::Queue queue = device.GetQueue(); in TEST_F()
DQueueOnSubmittedWorkDoneValidationTests.cpp47 device.GetQueue().OnSubmittedWorkDone(0u, ToMockQueueWorkDone, this); in TEST_F()
55 ASSERT_DEVICE_ERROR(device.GetQueue().OnSubmittedWorkDone(1u, ToMockQueueWorkDone, this)); in TEST_F()
DQueryValidationTests.cpp136 wgpu::Queue queue = device.GetQueue(); in TEST_F()
296 wgpu::Queue queue = device.GetQueue(); in TEST_F()
342 wgpu::Queue queue = device.GetQueue(); in TEST_F()
423 wgpu::Queue queue = device.GetQueue(); in TEST_F()
524 wgpu::Queue queue = device.GetQueue(); in TEST_F()
549 wgpu::Queue queue = device.GetQueue(); in TEST_F()
570 wgpu::Queue queue = device.GetQueue(); in TEST_F()
619 wgpu::Queue queue = device.GetQueue(); in TEST_F()
DWriteBufferTests.cpp97 ASSERT_DEVICE_ERROR(device.GetQueue().Submit(1, &commands)); in TEST_F()
101 device.GetQueue().Submit(1, &commands); in TEST_F()
DErrorScopeValidationTests.cpp159 wgpu::Queue queue = device.GetQueue(); in TEST_F()
191 wgpu::Queue queue = device.GetQueue(); in TEST_F()
DMultipleDeviceTests.cpp28 ASSERT_DEVICE_ERROR(device.GetQueue().Submit(1, &commandBuffer)); in TEST_F()
DCopyTextureForBrowserTests.cpp61 device.GetQueue().CopyTextureForBrowser(&srcImageCopyTexture, &dstImageCopyTexture, in TestCopyTextureForBrowser()
64 ASSERT_DEVICE_ERROR(device.GetQueue().CopyTextureForBrowser( in TestCopyTextureForBrowser()
DQueueWriteBufferValidationTests.cpp23 queue = device.GetQueue(); in SetUp()
DVideoViewsValidationTests.cpp315 wgpu::Queue queue = device.GetQueue(); in TEST_F()
333 wgpu::Queue queue = device.GetQueue(); in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DFence.h39 const QueueBase* GetQueue() const;
DQueue.cpp91 if (fence->GetQueue() != this) { in ValidateSignal()
DFence.cpp91 const QueueBase* FenceBase::GetQueue() const { in GetQueue() function in dawn_native::FenceBase
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp347 wgpu::Queue queue = dawnDevice.GetQueue(); in ClearImage()
496 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
596 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
698 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
699 wgpu::Queue thirdDeviceQueue = thirdDevice.GetQueue(); in TEST_P()
798 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
DVulkanImageWrappingTestsOpaqueFD.cpp446 wgpu::Queue queue = dawnDevice.GetQueue(); in ClearImage()
602 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
702 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
804 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
805 wgpu::Queue thirdDeviceQueue = thirdDevice.GetQueue(); in TEST_P()
922 wgpu::Queue secondDeviceQueue = secondDevice.GetQueue(); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp314 this->device.GetQueue().WriteTexture(&imageTextureInit, init, initBytes, &textureDataLayout, in CreateAndInitTexture()
329 this->device.GetQueue().CopyTextureForBrowser(&srcImageCopyTexture, &dstImageCopyTexture, in RunCopyExternalImageToTexture()
352 this->device.GetQueue().WriteBuffer(uniformBuffer, 0, uniformBufferData, in CheckResultInBuiltInComputePipeline()
391 this->device.GetQueue().Submit(1, &testCommands); in CheckResultInBuiltInComputePipeline()
DDeviceInitializationTests.cpp82 device.GetQueue().Submit(1, &commands); in TEST_F()
DQueueTests.cpp26 wgpu::Queue q1 = device.GetQueue(); in TEST_P()
27 wgpu::Queue q2 = device.GetQueue(); in TEST_P()
340 device.GetQueue().WriteTexture(&imageCopyTexture, data.data(), width * height * kPixelSize, in DoSimpleWriteTextureTest()
/third_party/skia/third_party/externals/dawn/src/fuzzers/
DDawnWireServerFuzzer.cpp131 device.GetQueue().OnSubmittedWorkDone( in Run()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.h68 WGPUQueue GetQueue();
/third_party/skia/third_party/externals/dawn/examples/
DAnimometer.cpp55 queue = device.GetQueue(); in init()
DCppHelloTriangle.cpp91 queue = device.GetQueue(); in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h53 VkQueue GetQueue() const;
/third_party/skia/experimental/webgpu-bazel/src/
Dbindings.cpp96 device.GetQueue().Submit(1, &commands); in drawPipeline()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp213 VkQueue queue = mDevice->GetQueue(); in Present()
DDeviceVk.h60 VkQueue GetQueue() const;

12