Searched refs:CheckAndUpdateCompletedSerials (Results 1 – 13 of 13) sorted by relevance
110 MOCK_METHOD(ResultOrError<ExecutionSerial>, CheckAndUpdateCompletedSerials, (), (override));
120 ResultOrError<ExecutionSerial> CheckAndUpdateCompletedSerials() override;
244 ResultOrError<ExecutionSerial> Device::CheckAndUpdateCompletedSerials() { in CheckAndUpdateCompletedSerials() function in dawn_native::opengl::Device
126 ResultOrError<ExecutionSerial> CheckAndUpdateCompletedSerials() override;
299 ResultOrError<ExecutionSerial> Device::CheckAndUpdateCompletedSerials() {
179 ResultOrError<ExecutionSerial> CheckAndUpdateCompletedSerials() override;
540 ResultOrError<ExecutionSerial> Device::CheckAndUpdateCompletedSerials() { in CheckAndUpdateCompletedSerials() function in dawn_native::vulkan::Device
203 ResultOrError<ExecutionSerial> CheckAndUpdateCompletedSerials() override;
355 ResultOrError<ExecutionSerial> Device::CheckAndUpdateCompletedSerials() { in CheckAndUpdateCompletedSerials() function in dawn_native::d3d12::Device
158 ResultOrError<ExecutionSerial> CheckAndUpdateCompletedSerials() override;
243 ResultOrError<ExecutionSerial> Device::CheckAndUpdateCompletedSerials() { in CheckAndUpdateCompletedSerials() function in dawn_native::null::Device
452 virtual ResultOrError<ExecutionSerial> CheckAndUpdateCompletedSerials() = 0;
648 DAWN_TRY_ASSIGN(completedSerial, CheckAndUpdateCompletedSerials()); in CheckPassedSerials()