Searched refs:BufferList (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_points_to_analysis.cc | 51 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsAmbiguous() 60 ForEachElement([&](const ShapeIndex& /*index*/, const BufferList& points_to) { in IsDistinct() 80 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet() 89 const BufferList& pointed_to_buffers) { in ContainsBuffer() 188 const PointsToSet::BufferList& pointed_to_buffers) { in __anon1079e89b0602() 205 PointsToSet::BufferList* buffers) { in DefaultAction() 232 [&](const ShapeIndex& target_index, PointsToSet::BufferList* points_to) { in HandleGetTupleElement() 305 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleRecvDone() 340 const PointsToSet::BufferList& points_to) { in HandleSend() 374 const PointsToSet::BufferList& points_to) { in HandleTuple() [all …]
|
D | tuple_points_to_analysis.h | 112 using BufferList = absl::InlinedVector<const LogicalBuffer*, 1>; variable 115 const BufferList& element(const ShapeIndex& index) const { in element() 118 BufferList* mutable_element(const ShapeIndex& index) { in mutable_element() 145 BufferList buffers;
|
D | tuple_points_to_analysis_test.cc | 76 void ExpectHasBuffers(const PointsToSet::BufferList& points_to_set, in ExpectHasBuffers() 85 const PointsToSet::BufferList& points_to_set, in ExpectHasTopLevelBuffers() 87 PointsToSet::BufferList buffers; in ExpectHasTopLevelBuffers() 99 PointsToSet::BufferList(points_to_set.begin(), points_to_set.end()), in ExpectHasTopLevelBuffers()
|
D | layout_assignment.cc | 110 [&](const ShapeIndex&, const PointsToSet::BufferList& buffers) { in LayoutConstraints() 136 const PointsToSet::BufferList& buffers) { in GetBufferSet() 894 const PointsToSet::BufferList& buffers) -> Status { in CheckLayouts() 1204 const PointsToSet::BufferList& buffers) -> Status { in PropagateUseConstraintToDefs()
|
D | buffer_assignment.h | 410 const PointsToSet::BufferList& GetSourceBuffers( in GetSourceBuffers()
|
D | hlo_memory_scheduler.cc | 121 const PointsToSet::BufferList& buffers) { in ListScheduler()
|
/external/mesa3d/src/gallium/state_trackers/osmesa/ |
D | osmesa.c | 125 static struct osmesa_buffer *BufferList = NULL; variable 480 osbuffer->next = BufferList; in osmesa_create_buffer() 481 BufferList = osbuffer; in osmesa_create_buffer() 500 for (b = BufferList; b; b = b->next) { in osmesa_find_buffer()
|