Searched refs:buffers (Results 1 - 25 of 414) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c44 * Clear the given buffers to the specified values.
49 unsigned buffers,
60 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
62 lp_setup_clear( llvmpipe->setup, color, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dlp_clear.h39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.h38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dsp_clear.c45 * Clear the given buffers to the specified values.
49 softpipe_clear(struct pipe_context *pipe, unsigned buffers, argument
55 unsigned zs_buffers = buffers & PIPE_CLEAR_DEPTHSTENCIL;
69 if (buffers & PIPE_CLEAR_COLOR) {
H A Dsp_state_image.c59 const struct pipe_shader_buffer *buffers)
64 assert(start + num <= ARRAY_SIZE(softpipe->buffers[shader]));
70 if (buffers) {
71 pipe_resource_reference(&softpipe->tgsi.buffer[shader]->sp_bview[idx].buffer, buffers[i].buffer);
72 softpipe->tgsi.buffer[shader]->sp_bview[idx] = buffers[i];
55 softpipe_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, const struct pipe_shader_buffer *buffers) argument
/external/parameter-framework/asio/include/asio/
H A Dbasic_stream_socket.hpp214 * @param buffers One or more data buffers to be sent on the socket.
230 * buffers in one go, and how to use it with arrays, boost::array or
234 std::size_t send(const ConstBufferSequence& buffers) argument
238 this->get_implementation(), buffers, 0, ec);
249 * @param buffers One or more data buffers to be sent on the socket.
267 * buffers in one go, and how to use it with arrays, boost::array or
271 std::size_t send(const ConstBufferSequence& buffers, argument
276 this->get_implementation(), buffers, flag
300 send(const ConstBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
345 async_send(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
397 async_send(const ConstBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(WriteHandler) handler) argument
439 receive(const MutableBufferSequence& buffers) argument
479 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags) argument
508 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
555 async_receive(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
608 async_receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(ReadHandler) handler) argument
648 write_some(const ConstBufferSequence& buffers) argument
674 write_some(const ConstBufferSequence& buffers, asio::error_code& ec) argument
718 async_write_some(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
758 read_some(const MutableBufferSequence& buffers) argument
785 read_some(const MutableBufferSequence& buffers, asio::error_code& ec) argument
831 async_read_some(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
[all...]
H A Dread.hpp38 * @li The supplied buffers are full. That is, the bytes transferred is equal to
49 * @param buffers One or more buffers into which the data will be read. The sum
61 * buffers in one go, and how to use it with arrays, boost::array or
66 * s, buffers,
70 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers);
77 * @li The supplied buffers are full. That is, the bytes transferred is equal to
88 * @param buffers One or more buffers into which the data will be read. The sum
100 * buffers i
[all...]
H A Dwrite.hpp37 * @li All of the data in the supplied buffers has been written. That is, the
48 * @param buffers One or more buffers containing the data to be written. The sum
60 * buffers in one go, and how to use it with arrays, boost::array or
65 * s, buffers,
69 std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers);
76 * @li All of the data in the supplied buffers has been written. That is, the
87 * @param buffers One or more buffers containing the data to be written. The sum
99 * buffers i
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_stream_socket.hpp214 * @param buffers One or more data buffers to be sent on the socket.
230 * buffers in one go, and how to use it with arrays, boost::array or
234 std::size_t send(const ConstBufferSequence& buffers) argument
238 this->get_implementation(), buffers, 0, ec);
249 * @param buffers One or more data buffers to be sent on the socket.
267 * buffers in one go, and how to use it with arrays, boost::array or
271 std::size_t send(const ConstBufferSequence& buffers, argument
276 this->get_implementation(), buffers, flag
300 send(const ConstBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
345 async_send(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
397 async_send(const ConstBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(WriteHandler) handler) argument
439 receive(const MutableBufferSequence& buffers) argument
479 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags) argument
508 receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, asio::error_code& ec) argument
555 async_receive(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
608 async_receive(const MutableBufferSequence& buffers, socket_base::message_flags flags, ASIO_MOVE_ARG(ReadHandler) handler) argument
648 write_some(const ConstBufferSequence& buffers) argument
674 write_some(const ConstBufferSequence& buffers, asio::error_code& ec) argument
718 async_write_some(const ConstBufferSequence& buffers, ASIO_MOVE_ARG(WriteHandler) handler) argument
758 read_some(const MutableBufferSequence& buffers) argument
785 read_some(const MutableBufferSequence& buffers, asio::error_code& ec) argument
831 async_read_some(const MutableBufferSequence& buffers, ASIO_MOVE_ARG(ReadHandler) handler) argument
[all...]
H A Dread.hpp38 * @li The supplied buffers are full. That is, the bytes transferred is equal to
49 * @param buffers One or more buffers into which the data will be read. The sum
61 * buffers in one go, and how to use it with arrays, boost::array or
66 * s, buffers,
70 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers);
77 * @li The supplied buffers are full. That is, the bytes transferred is equal to
88 * @param buffers One or more buffers into which the data will be read. The sum
100 * buffers i
[all...]
H A Dwrite.hpp37 * @li All of the data in the supplied buffers has been written. That is, the
48 * @param buffers One or more buffers containing the data to be written. The sum
60 * buffers in one go, and how to use it with arrays, boost::array or
65 * s, buffers,
69 std::size_t write(SyncWriteStream& s, const ConstBufferSequence& buffers);
76 * @li All of the data in the supplied buffers has been written. That is, the
87 * @param buffers One or more buffers containing the data to be written. The sum
99 * buffers i
[all...]
/external/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c42 * Input and output buffers. The input buffer is used as a temporary safe
49 * Structure to pass the input and output buffers to the XZ decoder.
52 static struct xz_buf buffers = { variable in typeref:struct:xz_buf
75 buffers.in_pos = 0;
76 buffers.in_size = 0;
77 buffers.out_pos = 0;
120 while ((remaining > 0 || buffers.out_pos == buffers.out_size)
122 if (buffers.in_pos == buffers
[all...]
/external/python/cpython3/Objects/stringlib/
H A Djoin.h18 Py_buffer *buffers = NULL; local
43 buffers = PyMem_NEW(Py_buffer, seqlen);
44 if (buffers == NULL) {
51 buffers = static_buffers;
64 buffers[i].obj = item;
65 buffers[i].buf = PyBytes_AS_STRING(item);
66 buffers[i].len = PyBytes_GET_SIZE(item);
68 else if (PyObject_GetBuffer(item, &buffers[i], PyBUF_SIMPLE) != 0) {
76 itemlen = buffers[i].len;
108 Py_ssize_t n = buffers[
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dinfeed_manager.cc38 void InfeedManager::EnqueueBuffers(const std::vector<InfeedBuffer*>& buffers) { argument
41 for (gpu::InfeedBuffer* b : buffers) {
64 void InfeedManager::ReleaseBuffers(const std::vector<InfeedBuffer*>& buffers) { argument
67 for (gpu::InfeedBuffer* b : buffers) {
72 for (gpu::InfeedBuffer* b : buffers) {
H A Dgpu_transfer_manager.cc69 std::vector<gpu::InfeedBuffer*> buffers; local
70 buffers.reserve(ShapeUtil::TupleElementCount(shape));
71 auto cleanup = tensorflow::gtl::MakeCleanup([buffers]() {
72 for (gpu::InfeedBuffer* b : buffers) {
85 buffers.push_back(buffer);
89 return EnqueueBuffersToInfeed(executor, buffers);
101 se::StreamExecutor* executor, std::vector<gpu::InfeedBuffer*> buffers) {
111 for (gpu::InfeedBuffer* b : buffers) {
118 infeed_manager->EnqueueBuffers(buffers);
100 EnqueueBuffersToInfeed( se::StreamExecutor* executor, std::vector<gpu::InfeedBuffer*> buffers) argument
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java64 * Each benchmark thread maintains three buffers; a receive buffer, a process buffer
77 * responses are satisfied with precomputed buffers to eliminate GC effects on
85 * buffers can be read from and written to during request/response handling but
100 public void threads1hot(HotBuffers buffers) throws IOException { argument
101 readWriteRecycle(buffers);
106 public void threads2hot(HotBuffers buffers) throws IOException { argument
107 readWriteRecycle(buffers);
112 public void threads4hot(HotBuffers buffers) throws IOException { argument
113 readWriteRecycle(buffers);
118 public void threads8hot(HotBuffers buffers) throw argument
124 threads16hot(HotBuffers buffers) argument
130 threads32hot(HotBuffers buffers) argument
137 thinkReadHot(HotBuffers buffers) argument
144 thinkWriteCold(ColdBuffers buffers) argument
148 readWriteRecycle(HotBuffers buffers) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.h53 const void * const *buffers,
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dxfeed_manager.cc40 tensorflow::gtl::ArraySlice<XfeedBuffer*> buffers) {
43 for (XfeedBuffer* b : buffers) {
44 VLOG(3) << "Enqueueing " << queue_name_ << " buffer (of " << buffers.size()
45 << " buffers) with length: " << b->length();
48 if (was_empty && !buffers.empty()) {
39 EnqueueBuffersAtomically( tensorflow::gtl::ArraySlice<XfeedBuffer*> buffers) argument
H A Dcpu_executable.cc78 std::vector<perftools::gputools::DeviceMemoryBase>* buffers) {
79 CHECK_EQ(buffers->size(), assignment_->Allocations().size());
99 if (!(*buffers)[i].is_null()) {
103 TF_ASSIGN_OR_RETURN((*buffers)[i], memory_allocator->Allocate(
107 << (*buffers)[i].opaque() << "]";
110 // Since the output buffer and all the temporary buffers were written into
113 // these buffers.
114 TF_ANNOTATE_MEMORY_IS_INITIALIZED((*buffers)[i].opaque(), buffer_size);
127 tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers,
160 for (auto& buffer : buffers) {
76 AllocateBuffers( DeviceMemoryAllocator* memory_allocator, int device_ordinal, std::vector<perftools::gputools::DeviceMemoryBase>* buffers) argument
124 ExecuteComputeFunction( const ExecutableRunOptions* run_options, tensorflow::gtl::ArraySlice<const ShapedBuffer*> arguments, tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers, HloExecutionProfile* hlo_execution_profile) argument
206 LogLiveAddresses( tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers, const std::vector<bool>& buffers_in_result) argument
229 DeallocateTempBuffers( DeviceMemoryAllocator* allocator, se::Stream* stream, tensorflow::gtl::ArraySlice<se::DeviceMemoryBase> buffers, const std::vector<bool>& buffers_in_result) argument
[all...]
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_send_op.hpp33 const ConstBufferSequence& buffers,
37 buffers_(buffers),
51 bufs.buffers(), bufs.count(), o->flags_,
69 const ConstBufferSequence& buffers,
72 buffers, flags, &reactive_socket_send_op::do_complete),
32 reactive_socket_send_op_base(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, func_type complete_func) argument
68 reactive_socket_send_op(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, Handler& handler) argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_send_op.hpp33 const ConstBufferSequence& buffers,
37 buffers_(buffers),
51 bufs.buffers(), bufs.count(), o->flags_,
69 const ConstBufferSequence& buffers,
72 buffers, flags, &reactive_socket_send_op::do_complete),
32 reactive_socket_send_op_base(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, func_type complete_func) argument
68 reactive_socket_send_op(socket_type socket, const ConstBufferSequence& buffers, socket_base::message_flags flags, Handler& handler) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DMemoryDeferredOutputStream.java16 private final List<byte[]> buffers = Lists.newArrayList(); field in class:MemoryDeferredOutputStream
29 for (byte[] buffer: buffers) {
35 buffers.clear();
41 buffers.add(currentBuffer);
63 buffers.add(currentBuffer);
/external/mesa3d/src/mesa/main/
H A Dbuffers.c27 * \file buffers.c
34 #include "buffers.h"
46 * Return bitmask of BUFFER_BIT_* flags indicating which color buffers are
89 * Given a GLenum naming one or more color buffers (such as
294 /* none of the named color buffers exist! */
346 * \param buffers array [n] of renderbuffer names. Unlike glDrawBuffer, the
354 GLsizei n, const GLenum *buffers, const char *caller)
376 "%s(n > maximum number of draw buffers)", caller);
389 (n != 1 || (buffers[0] != GL_NONE && buffers[
353 draw_buffers(struct gl_context *ctx, struct gl_framebuffer *fb, GLsizei n, const GLenum *buffers, const char *caller) argument
547 _mesa_DrawBuffers(GLsizei n, const GLenum *buffers) argument
608 _mesa_drawbuffers(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint n, const GLenum *buffers, const GLbitfield *destMask) argument
[all...]
H A Dbuffers.h2 * \file buffers.h
50 _mesa_DrawBuffers(GLsizei n, const GLenum *buffers);
58 GLuint n, const GLenum *buffers,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c105 nouveau_clear(struct gl_context *ctx, GLbitfield buffers) argument
118 buf = buffers & (1 << i);
141 buffers &= ~buf;
145 (buffers & BUFFER_BIT_DEPTH &&
147 (buffers & BUFFER_BIT_STENCIL ?
157 buffers &= ~(BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL);
161 if (buffers)
162 _mesa_meta_Clear(ctx, buffers);

Completed in 491 milliseconds

1234567891011>>