Home
last modified time | relevance | path

Searched refs:Serial (Results 1 - 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/dawn/src/common/
H A DSerialQueue.h22 template <typename Serial, typename Value>
27 using Serial = SerialT;
29 using SerialPair = std::pair<Serial, std::vector<Value>>;
35 // SerialQueue stores an associative list mapping a Serial to Value.
38 // to some Serial value because they are stored contiguously in memory.
39 template <typename Serial, typename Value>
40 class SerialQueue : public SerialStorage<SerialQueue<Serial, Value>> {
44 void Enqueue(const Value& value, Serial serial);
45 void Enqueue(Value&& value, Serial serial);
46 void Enqueue(const std::vector<Value>& values, Serial seria
[all...]
H A DSerialMap.h23 template <typename Serial, typename Value>
28 using Serial = SerialT;
30 using Storage = std::map<Serial, std::vector<Value>>;
35 // SerialMap stores a map from Serial to Value.
38 // through Value items in order of increasing Serial.
39 template <typename Serial, typename Value>
40 class SerialMap : public SerialStorage<SerialMap<Serial, Value>> {
42 void Enqueue(const Value& value, Serial serial);
43 void Enqueue(Value&& value, Serial serial);
44 void Enqueue(const std::vector<Value>& values, Serial seria
[all...]
H A DSerialStorage.h29 using Serial = typename SerialStorageTraits<Derived>::Serial;
95 void Enqueue(Params&&... args, Serial serial) { in Enqueue()
105 ConstBeginEnd IterateUpTo(Serial serial) const;
107 BeginEnd IterateUpTo(Serial serial);
110 void ClearUpTo(Serial serial);
112 Serial FirstSerial() const;
113 Serial LastSerial() const;
117 ConstStorageIterator FindUpTo(Serial serial) const;
118 StorageIterator FindUpTo(Serial seria
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dserial_utils.h42 class Serial final
45 constexpr Serial() : mValue(kInvalid) {} in Serial() function in rx::final
46 constexpr Serial(const Serial &other) = default;
47 Serial &operator=(const Serial &other) = default;
49 static constexpr Serial Infinite() { return Serial(std::numeric_limits<uint64_t>::max()); } in Infinite()
51 constexpr bool operator==(const Serial &other) const in operator ==()
59 constexpr bool operator!=(const Serial in operator ==()
77 constexpr explicit Serial(uint64_t value) : mValue(value) {} Serial() function in rx::final
[all...]
H A Dserial_utils_unittest.cpp7 // Unit tests for the Serial utils.
20 Serial a = factory.generate(); in TEST()
21 Serial b = factory.generate(); in TEST()
25 Serial zero; in TEST()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h94 void initFinishToSerial(Serial serial);
106 Serial submitQueueSerial);
114 Serial submitQueueSerial);
123 void setQueueSerial(Serial serial) { mSerial = serial; } in setQueueSerial()
124 Serial getQueueSerial() const { return mSerial; } in getQueueSerial()
163 Serial mSerial;
201 Serial serial;
281 Serial finishSerial,
284 virtual Serial reserveSubmitSerial() = 0;
295 Serial submitQueueSeria
[all...]
H A DResourceVk.h31 Serial serial;
56 void updateSerialOneOff(Serial serial) { mUse->serial = serial; } in updateSerialOneOff()
69 ANGLE_INLINE void releaseAndUpdateSerial(Serial serial) in releaseAndUpdateSerial()
95 ANGLE_INLINE bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands()
101 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse()
106 ANGLE_INLINE Serial getSerial() const in getSerial()
125 bool destroyIfComplete(RendererVk *renderer, Serial completedSerial);
146 void releaseResourceUsesAndUpdateSerials(Serial serial);
172 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands()
178 bool isCurrentlyInUse(Serial lastCompletedSeria
[all...]
H A DCommandProcessor.cpp48 Serial currentSerial; in CommandsHaveValidOrdering()
202 void CommandProcessorTask::initFinishToSerial(Serial serial) in initFinishToSerial()
224 Serial submitQueueSerial) in initFlushAndQueueSubmit()
244 Serial submitQueueSerial) in initOneOffQueueSubmit()
453 ANGLE_TRY(mCommandQueue.finishToSerial(this, Serial::Infinite(), in processTask()
596 Serial CommandProcessor::getLastCompletedQueueSerial() const in getLastCompletedQueueSerial()
609 Serial CommandProcessor::reserveSubmitSerial() in reserveSubmitSerial()
616 angle::Result CommandProcessor::finishToSerial(Context *context, Serial serial, uint64_t timeout) in finishToSerial()
694 Serial submitQueueSerial) in submitFrame()
717 Serial submitQueueSeria in queueSubmitOneOff()
[all...]
H A Dvk_utils.h273 ObjectAndSerial(ObjT &&object, Serial serial) : mObject(std::move(object)), mSerial(serial) {} in ObjectAndSerial()
285 Serial getSerial() const { return mSerial; } in getSerial()
286 void updateSerial(Serial newSerial) { mSerial = newSerial; } in updateSerial()
296 mSerial = Serial(); in destroy()
301 Serial mSerial;
427 void collectGarbage(RendererVk *renderer, Serial serial);
855 class Type##Serial \
858 constexpr Type##Serial() : mSerial(kInvalid) {} \
859 constexpr explicit Type##Serial(uint32_t serial) : mSerial(serial) {} \
861 constexpr bool operator==(const Type##Serial
[all...]
H A DRendererVk.h229 Serial issueShaderSerial();
313 Serial *serialOut);
358 ANGLE_INLINE Serial getLastCompletedQueueSerial() in getLastCompletedQueueSerial()
422 angle::Result cleanupGarbage(Serial lastCompletedQueueSerial);
434 Serial *submitSerialOut);
437 angle::Result finishToSerial(vk::Context *context, Serial serial);
439 Serial serial,
623 Serial serial;
H A DResourceVk.cpp20 angle::Result FinishRunningCommands(ContextVk *contextVk, Serial serial) in FinishRunningCommands()
146 bool SharedGarbage::destroyIfComplete(RendererVk *renderer, Serial completedSerial) in destroyIfComplete()
196 void ResourceUseList::releaseResourceUsesAndUpdateSerials(Serial serial) in releaseResourceUsesAndUpdateSerials()
/third_party/jerryscript/targets/particle/source/
H A Dmain.cpp32 Serial.println ("Wrong arguments count in 'test.setLed' function."); in set_led()
56 Serial.println ("Wrong arguments count in 'test.delay' function."); in js_delay()
129 Serial.begin (9600); in setup()
131 Serial.println ("Beginning Listening mode test!"); in setup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebufferAttachment.h63 rx::Serial framebufferSerial);
70 void detach(const Context *context, rx::Serial framebufferSerial);
80 rx::Serial framebufferSerial);
222 virtual void onAttach(const Context *context, rx::Serial framebufferSerial) = 0;
223 virtual void onDetach(const Context *context, rx::Serial framebufferSerial) = 0;
H A DRefCountObject.h186 explicit RefCountObject(rx::Serial serial, IDType id) : mSerial(serial), mId(id) {} in RefCountObject()
188 rx::Serial serial() const { return mSerial; } in serial()
196 rx::Serial mSerial;
H A DFramebufferAttachment.cpp64 rx::Serial framebufferSerial) in FramebufferAttachment()
94 void FramebufferAttachment::detach(const Context *context, rx::Serial framebufferSerial) in detach()
119 rx::Serial framebufferSerial) in attach()
H A DRenderbuffer.h148 void onAttach(const Context *context, rx::Serial framebufferSerial) override;
149 void onDetach(const Context *context, rx::Serial framebufferSerial) override;
H A DFramebuffer.h65 explicit FramebufferState(rx::Serial serial);
66 FramebufferState(const Caps &caps, FramebufferID id, rx::Serial serial);
137 rx::Serial getFramebufferSerial() const { return mFramebufferSerial; } in getFramebufferSerial()
149 // The Framebuffer Serial is unique to a Share Group.
151 rx::Serial mFramebufferSerial;
H A DImage.h106 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override;
107 void onDetach(const gl::Context *context, rx::Serial framebufferSerial) override;
H A DTexture.h555 void onAttach(const Context *context, rx::Serial framebufferSerial) override;
556 void onDetach(const Context *context, rx::Serial framebufferSerial) override;
570 bool isBoundToFramebuffer(rx::Serial framebufferSerial) const in isBoundToFramebuffer()
681 angle::FastVector<rx::Serial, kFastFramebufferSerialCount> mBoundFramebufferSerials;
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py20 class Serial(object): class
32 self.ser = serial.Serial(port=port, baudrate=baudrate, parity=parity,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTransformFeedback11.h48 Serial getSerial() const;
57 Serial mSerial;
H A DVertexArray11.h51 Serial getCurrentStateSerial() const { return mCurrentStateSerial; } in getCurrentStateSerial()
96 Serial mCurrentStateSerial;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexArray9.h33 Serial getCurrentStateSerial() const { return mCurrentStateSerial; } in getCurrentStateSerial()
36 Serial mCurrentStateSerial;
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dgoogle-power-relay.py16 ser = serial.Serial('/dev/ttyACM0', 115200, timeout=2)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp371 mMockAttachment.detach(context, Serial()); in getColorAttachmentsForRender()
382 mockTex, Serial()); in getColorAttachmentsForRender()
398 mMockAttachment.detach(context, Serial()); in destroy()

Completed in 17 milliseconds

123