Home
last modified time | relevance | path

Searched defs:queueSerial (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_resource.h44 ResourceUse(const QueueSerial &queueSerial) { setQueueSerial(queueSerial); } in ResourceUse()
81 void setQueueSerial(const QueueSerial &queueSerial) in setQueueSerial()
328 void setQueueSerial(const QueueSerial &queueSerial) in setQueueSerial()
DCommandProcessor.h284 QueueSerial queueSerial; member
404 bool hasQueueSerialFinished(const QueueSerial &queueSerial) const in hasQueueSerialFinished()
413 bool hasQueueSerialSubmitted(const QueueSerial &queueSerial) const in hasQueueSerialSubmitted()
633 const QueueSerial &queueSerial) in waitForQueueSerialToBeSubmitted()
654 bool hasQueueSerialEnqueued(const QueueSerial &queueSerial) const in hasQueueSerialEnqueued()
Dvk_ref_counted_event.h208 RefCountedEventsGarbage(const QueueSerial &queueSerial, in RefCountedEventsGarbage()
344 void collectGarbage(const QueueSerial &queueSerial, RefCountedEventCollector &&refCountedEvents) in collectGarbage()
Dvk_ref_counted_event.cpp227 const QueueSerial queueSerial, in resetEvents()
Dvk_renderer.h399 const QueueSerial &queueSerial) in waitForQueueSerialToBeSubmittedToDevice()
1143 ANGLE_INLINE bool Renderer::hasQueueSerialSubmitted(const QueueSerial &queueSerial) const in hasQueueSerialSubmitted()
1172 ANGLE_INLINE bool Renderer::hasQueueSerialFinished(const QueueSerial &queueSerial) const in hasQueueSerialFinished()
DSurfaceVk.h187 QueueSerial queueSerial; member
Dvk_renderer.cpp5772 QueueSerial queueSerial(index, generateQueueSerial(index)); in submitPriorityDependency() local
5786 QueueSerial queueSerial(index, generateQueueSerial(index)); in submitPriorityDependency() local
5815 angle::Result Renderer::finishQueueSerial(vk::Context *context, const QueueSerial &queueSerial) in finishQueueSerial()
DSurfaceVk.cpp426 QueueSerial queueSerial, in AssociateQueueSerialWithPresentHistory()
2777 QueueSerial queueSerial; in postProcessUnlockedTryAcquire() local
DContextVk.h653 bool hasStartedRenderPassWithQueueSerial(const QueueSerial &queueSerial) const in hasStartedRenderPassWithQueueSerial()
DCommandProcessor.cpp1241 const QueueSerial &queueSerial, in finishQueueSerial()
Dvk_utils.cpp524 void StagingBuffer::collectGarbage(Renderer *renderer, const QueueSerial &queueSerial) in collectGarbage()
Dvk_helpers.cpp2769 const QueueSerial &queueSerial, in beginRenderPass()
3519 const QueueSerial &queueSerial) in updateQueueSerialAndReleaseInFlightBuffers()
5368 QueueSerial queueSerial; in initializeNonZeroMemory() local
6403 QueueSerial queueSerial; in initializeNonZeroMemory() local
7389 const QueueSerial &queueSerial, in updateLayoutAndBarrier()
/external/angle/src/libANGLE/renderer/
Dserial_utils.h295 ANGLE_INLINE void AtomicQueueSerialFixedArray::setQueueSerial(const QueueSerial &queueSerial) in setQueueSerial()