Home
last modified time | relevance | path

Searched defs:buffers (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java100 public void threads1hot(HotBuffers buffers) throws IOException { in threads1hot()
106 public void threads2hot(HotBuffers buffers) throws IOException { in threads2hot()
112 public void threads4hot(HotBuffers buffers) throws IOException { in threads4hot()
118 public void threads8hot(HotBuffers buffers) throws IOException { in threads8hot()
124 public void threads16hot(HotBuffers buffers) throws IOException { in threads16hot()
130 public void threads32hot(HotBuffers buffers) throws IOException { in threads32hot()
137 public void thinkReadHot(HotBuffers buffers) throws IOException { in thinkReadHot()
144 public void thinkWriteCold(ColdBuffers buffers) throws IOException { in thinkWriteCold()
148 private void readWriteRecycle(HotBuffers buffers) throws IOException { in readWriteRecycle()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp234 std::size_t send(const ConstBufferSequence& buffers) in send()
271 std::size_t send(const ConstBufferSequence& buffers, in send()
300 std::size_t send(const ConstBufferSequence& buffers, in send()
439 std::size_t receive(const MutableBufferSequence& buffers) in receive()
479 std::size_t receive(const MutableBufferSequence& buffers, in receive()
508 std::size_t receive(const MutableBufferSequence& buffers, in receive()
648 std::size_t write_some(const ConstBufferSequence& buffers) in write_some()
674 std::size_t write_some(const ConstBufferSequence& buffers, in write_some()
758 std::size_t read_some(const MutableBufferSequence& buffers) in read_some()
785 std::size_t read_some(const MutableBufferSequence& buffers, in read_some()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.h90 void set_buffers(ShapeTree<se::DeviceMemoryBase> buffers) { in set_buffers()
97 const ShapeTree<se::DeviceMemoryBase>& buffers() const { return buffers_; } in buffers() function
98 ShapeTree<se::DeviceMemoryBase>& buffers() { return buffers_; } in buffers() function
Dbuffer_assignment_test.cc243 const BufferAssignment& buffers, HloInstruction* hlo) { in GetAssignedInputAllocation()
254 const BufferAssignment& buffers, HloInstruction* hlo) { in GetAssignedOutputAllocation()
261 const BufferAllocation& GetAllocation(const BufferAssignment& buffers, in GetAllocation()
266 const BufferAllocation& GetTopLevelAllocation(const BufferAssignment& buffers, in GetTopLevelAllocation()
278 const BufferAssignment& buffers) { in ValidateBuffers()
342 auto buffers = RunBufferAssignment(module.get()); in TEST_F() local
347 auto buffers = RunBufferAssignmentNoBuffersForConstants(module.get()); in TEST_F() local
366 auto buffers = RunBufferAssignment(module.get()); in TEST_F() local
372 auto buffers = RunBufferAssignmentNoBuffersForConstants(module.get()); in TEST_F() local
394 auto buffers = RunBufferAssignment(module.get()); in TEST_F() local
[all …]
Dtuple_points_to_analysis.cc80 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet()
205 PointsToSet::BufferList* buffers) { in DefaultAction()
305 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleRecvDone()
408 [&](const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleTupleSelect()
446 const auto& buffers = GetPointsToSet(instruction).element(index); in InstructionDefinesBufferAtIndex() local
482 const auto& buffers = GetPointsToSet(instruction).element(index); in GetBufferDefinedAt() local
504 TuplePointsToAnalysis::BufferDefinitionVector* buffers) { in GatherBuffersDefinedByInstruction()
537 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in CreateCopiedPointsToSet()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_context.c39 use_fast_zclear(struct gl_context *ctx, GLbitfield buffers) in use_fast_zclear()
84 nv10_zclear(struct gl_context *ctx, GLbitfield *buffers) in nv10_zclear()
144 nv17_zclear(struct gl_context *ctx, GLbitfield *buffers) in nv17_zclear()
173 nv10_clear(struct gl_context *ctx, GLbitfield buffers) in nv10_clear()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport_test.cc124 auto buffers = BuildBuffers(); in BuildTestModel() local
186 auto buffers = 0; in TEST_F() local
200 auto buffers = BuildBuffers(); in TEST_F() local
214 auto buffers = BuildBuffers(); in TEST_F() local
228 auto buffers = BuildBuffers(); in TEST_F() local
243 auto buffers = BuildBuffers(); in TEST_F() local
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dwrite.hpp34 std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers, in write()
55 inline std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers) in write()
64 inline std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers, in write()
72 inline std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers, in write()
90 write_op(AsyncWriteStream& stream, const ConstBufferSequence& buffers, in write_op()
163 const asio::mutable_buffers_1& buffers, in write_op()
237 const asio::const_buffers_1& buffers, in write_op()
310 write_op(AsyncWriteStream& stream, const boost::array<Elem, 2>& buffers, in write_op()
392 write_op(AsyncWriteStream& stream, const std::array<Elem, 2>& buffers, in write_op()
Dread.hpp36 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read()
57 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers) in read()
66 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read()
74 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read()
92 read_op(AsyncReadStream& stream, const MutableBufferSequence& buffers, in read_op()
165 const asio::mutable_buffers_1& buffers, in read_op()
237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, in read_op()
319 read_op(AsyncReadStream& stream, const std::array<Elem, 2>& buffers, in read_op()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c43 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, in i915_clear_emit()
219 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, in i915_clear_blitter()
247 i915_clear_render(struct pipe_context *pipe, unsigned buffers, in i915_clear_render()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc578 Command Pools (5.1 in VK 1.0 Spec)
592 Command Buffer Lifetime (5.2 in VK 1.0 Spec)
609 Command Buffer Recording (5.3 in VK 1.0 Spec)
631 Command Buffer Submission (5.4 in VK 1.0 Spec)
646 Secondary Command Buffer Execution (5.6 in VK 1.0 Spec)
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c68 unsigned i, prims, buffers = 0, restore_buffers = 0; in fd_draw_vbo() local
274 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, in fd_blitter_clear()
348 fd_clear(struct pipe_context *pctx, unsigned buffers, in fd_clear()
447 unsigned buffers, double depth, unsigned stencil, in fd_clear_depth_stencil()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp171 const ConstBufferSequence& buffers, in send()
195 const ConstBufferSequence& buffers, in async_send()
242 const MutableBufferSequence& buffers, in receive()
266 const MutableBufferSequence& buffers, in async_receive()
321 const MutableBufferSequence& buffers, in receive_with_flags()
351 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in async_receive_with_flags()
Dbuffer_sequence_adapter.hpp79 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
147 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
194 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
243 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
296 native_buffer_type* buffers() in buffers() function in asio::detail::buffer_sequence_adapter
Dreactive_socket_send_op.hpp33 const ConstBufferSequence& buffers, in reactive_socket_send_op_base()
69 const ConstBufferSequence& buffers, in reactive_socket_send_op()
Dreactive_socket_recvmsg_op.hpp34 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op_base()
73 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op()
Dreactive_socket_recv_op.hpp33 socket_ops::state_type state, const MutableBufferSequence& buffers, in reactive_socket_recv_op_base()
72 socket_ops::state_type state, const MutableBufferSequence& buffers, in reactive_socket_recv_op()
Dreactive_socket_sendto_op.hpp33 const ConstBufferSequence& buffers, const Endpoint& endpoint, in reactive_socket_sendto_op_base()
72 const ConstBufferSequence& buffers, const Endpoint& endpoint, in reactive_socket_sendto_op()
Dreactive_socket_recvfrom_op.hpp33 const MutableBufferSequence& buffers, Endpoint& endpoint, in reactive_socket_recvfrom_op_base()
80 const MutableBufferSequence& buffers, Endpoint& endpoint, in reactive_socket_recvfrom_op()
/external/mesa3d/src/mesa/main/
Dbuffers.c394 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers()
595 const GLenum *buffers, const char *caller) in draw_buffers_error()
603 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers_no_error()
610 _mesa_DrawBuffers_no_error(GLsizei n, const GLenum *buffers) in _mesa_DrawBuffers_no_error()
618 _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) in _mesa_DrawBuffers()
697 GLuint n, const GLenum *buffers, const GLbitfield *destMask) in _mesa_drawbuffers()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_clear.c49 unsigned buffers, in llvmpipe_clear()
/external/tensorflow/tensorflow/lite/experimental/micro/
Dsimple_tensor_allocator_test.cc80 const Offset<Buffer> buffers[buffers_size] = { in CreateBuffers() local
104 const flatbuffers::Vector<flatbuffers::Offset<tflite::Buffer>>* buffers = in TF_LITE_MICRO_TEST() local
125 const flatbuffers::Vector<flatbuffers::Offset<tflite::Buffer>>* buffers = in TF_LITE_MICRO_TEST() local
/external/flatbuffers/grpc/tests/
Dmessage_builder_test.cpp47 std::vector<flatbuffers::grpc::Message<Monster>> buffers; in builder_reusable_after_release_message_test() local
65 std::vector<flatbuffers::DetachedBuffer> buffers; in builder_reusable_after_release_test() local
100 std::vector<flatbuffers::DetachedBuffer> buffers; in builder_reusable_after_release_and_move_assign_test() local
122 std::vector<flatbuffers::grpc::Message<Monster>> buffers; in builder_reusable_after_release_message_and_move_assign_test() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc138 absl::Span<const se::DeviceMemoryBase> buffers, in ExecuteComputeFunction()
210 absl::Span<OwningDeviceMemory> buffers) { in CreateResultShapedBuffer()
329 std::shared_ptr<std::vector<OwningDeviceMemory>> buffers; in ExecuteAsyncOnStreamImpl() member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c49 softpipe_clear(struct pipe_context *pipe, unsigned buffers, in softpipe_clear()

12345678910>>...12