Searched refs:BufferList (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/modules/video_coding/timing/ |
D | rtt_filter.h | 39 using BufferList = absl::InlinedVector<TimeDelta, kMaxDriftJumpCount>; variable 54 void ShortRttFilter(const BufferList& buf); 63 BufferList jump_buf_; 64 BufferList drift_buf_;
|
D | rtt_filter.cc | 144 void RttFilter::ShortRttFilter(const BufferList& buf) { in ShortRttFilter()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_points_to_analysis.cc | 54 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous() 63 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct() 83 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet() 92 const BufferList& pointed_to_buffers) { in ContainsBuffer() 192 const PointsToSet::BufferList& pointed_to_buffers) { in __anon819384570602() 209 PointsToSet::BufferList* buffers) { in DefaultAction() 236 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) { in HandleGetTupleElement() 309 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleRecvDone() 326 [&](const ShapeIndex& target_index, PointsToSet::BufferList* buffers) { in HandleAsyncStart() 353 PointsToSet::BufferList* buffers) { in HandleAsyncUpdate() [all …]
|
D | tuple_points_to_analysis_test.cc | 78 void ExpectHasBuffers(const PointsToSet::BufferList& points_to_set, in ExpectHasBuffers() 87 const PointsToSet::BufferList& points_to_set, in ExpectHasTopLevelBuffers() 89 PointsToSet::BufferList buffers; in ExpectHasTopLevelBuffers() 101 PointsToSet::BufferList(points_to_set.begin(), points_to_set.end()), in ExpectHasTopLevelBuffers()
|
D | tuple_points_to_analysis.h | 111 using BufferList = absl::InlinedVector<const LogicalBuffer*, 1>; variable 114 const BufferList& element(const ShapeIndex& index) const { in element() 117 BufferList* mutable_element(const ShapeIndex& index) { in mutable_element() 144 BufferList buffers;
|
D | layout_assignment.cc | 149 const PointsToSet::BufferList& buffers) { in GetBufferSet() 1149 const PointsToSet::BufferList& buffers) -> Status { in CheckLayouts() 1491 const PointsToSet::BufferList& buffers) -> Status { in PropagateUseConstraintToDefs() 2238 [&](const ShapeIndex&, const PointsToSet::BufferList& buffers) { in RunOnComputation()
|
D | hlo_memory_scheduler.cc | 124 const PointsToSet::BufferList& buffers) { in ListScheduler()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_buffer_manager.h | 88 typedef std::vector<mtl::BufferRef> BufferList; typedef 101 BufferList mInUseBuffers;
|
D | mtl_buffer_manager.mm | 40 BufferList::iterator firstInUseIter = 45 for (BufferList::iterator it = mInUseBuffers.begin(); it != firstInUseIter; ++it)
|
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 126 static struct osmesa_buffer *BufferList = NULL; variable 485 osbuffer->next = BufferList; in osmesa_create_buffer() 486 BufferList = osbuffer; in osmesa_create_buffer() 505 for (b = BufferList; b; b = b->next) { in osmesa_find_buffer()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 3493 …<typedef-decl name='BufferList' type-id='type-id-271' filepath='../../../gcc/liboffloadmic/runtime…
|