Home
last modified time | relevance | path

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

12345678910

/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/cpu/
Dcpu_executable.cc78 std::vector<perftools::gputools::DeviceMemoryBase>* buffers) { in AllocateBuffers()
127 tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers, in ExecuteComputeFunction()
207 tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers, in LogLiveAddresses()
231 tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers, in DeallocateTempBuffers()
297 std::vector<se::DeviceMemoryBase> buffers(assignment_->Allocations().size()); in ExecuteOnStream() local
329 std::vector<se::DeviceMemoryBase> buffers(assignment_->Allocations().size()); in ExecuteAsyncOnStream() local
/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/compiler/xla/service/gpu/
Dinfeed_manager.cc38 void InfeedManager::EnqueueBuffers(const std::vector<InfeedBuffer*>& buffers) { in EnqueueBuffers()
64 void InfeedManager::ReleaseBuffers(const std::vector<InfeedBuffer*>& buffers) { in ReleaseBuffers()
Dgpu_transfer_manager.cc69 std::vector<gpu::InfeedBuffer*> buffers; in TransferLiteralToInfeed() local
101 se::StreamExecutor* executor, std::vector<gpu::InfeedBuffer*> buffers) { in EnqueueBuffersToInfeed()
/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/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/freedreno/
Dfreedreno_draw.c65 unsigned i, prims, buffers = 0; in fd_draw_vbo() local
208 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, in fd_blitter_clear()
280 fd_clear(struct pipe_context *pctx, unsigned buffers, in fd_clear()
380 unsigned buffers, double depth, unsigned stencil, in fd_clear_depth_stencil()
/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/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.h78 const ShapeTree<perftools::gputools::DeviceMemoryBase>& buffers() const { in buffers() function
81 ShapeTree<perftools::gputools::DeviceMemoryBase>& buffers() { in buffers() function
Dtuple_points_to_analysis.cc79 [&flat_set](const ShapeIndex& /*index*/, const BufferList& buffers) { in CreateFlattenedSet()
208 PointsToSet::BufferList* buffers) { in DefaultAction()
295 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleRecvDone()
396 [&](const ShapeIndex& index, PointsToSet::BufferList* buffers) { in HandleSelect()
434 const auto& buffers = GetPointsToSet(instruction).element(index); in InstructionDefinesBufferAtIndex() local
476 const auto& buffers = GetPointsToSet(instruction).element(index); in GetBufferDefinedAt() local
499 TuplePointsToAnalysis::BufferDefinitionVector* buffers) { in GatherBuffersDefinedByInstruction()
532 const ShapeIndex& index, PointsToSet::BufferList* buffers) { in CreateCopiedPointsToSet()
Dhlo_alias_analysis.h78 const std::vector<HloBuffer>& buffers() const { return buffers_; } in buffers() function
/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/gallium/drivers/llvmpipe/
Dlp_clear.c49 unsigned buffers, in llvmpipe_clear()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c49 softpipe_clear(struct pipe_context *pipe, unsigned buffers, in softpipe_clear()
/external/mesa3d/src/mesa/main/
Dbuffers.c354 GLsizei n, const GLenum *buffers, const char *caller) in draw_buffers()
547 _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) in _mesa_DrawBuffers()
609 GLuint n, const GLenum *buffers, const GLbitfield *destMask) in _mesa_drawbuffers()
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc67 uint32_t buffers, uint32_t capture_time_in_sec, uint32_t width, in RunTest()
209 uint32_t buffers = 4; in TestIO() local
260 uint32_t buffers = 4; in TestResolutions() local
396 uint32_t buffers = 4; in TestFirstFrameAfterStreamOn() local
470 uint32_t buffers = 4; in TestMinimumResolution() local

12345678910