HomeSort by relevance Sort by last modified time
    Searched defs:pipe (Results 151 - 175 of 541) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ImageMagick/MagickWand/
studio.h 244 #undef pipe macro
  /external/adhd/cras/src/tests/
cras_client_unittest.cc 235 rc = pipe(stream_.wake_fds);
328 int pipe(int pipefd[2]) { function
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 167 pipe(patchData, newData, buffer1, (int) copySegmentLength); method
270 * Use an intermediate buffer to pipe bytes from an InputStream directly to an OutputStream. The
279 static void pipe( method in class:BsPatch
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr.h 29 // InterfacePtr, except that it doesn't own a message pipe handle.
110 // Sends a message on the underlying message pipe and runs the current
112 // verify that no message was sent on a message pipe in response to some
238 // message pipe endpoint.
250 MessagePipe pipe; local
252 new internal::MultiplexRouter(std::move(pipe.handle0),
256 new internal::MultiplexRouter(std::move(pipe.handle1),
  /external/libmojo/mojo/public/cpp/bindings/tests/
connector_unittest.cc 277 // Close the other end of the pipe.
290 // Spin the message loop, and then we should start observing the closed pipe.
309 MessagePipe pipe; local
310 message1.mutable_handles()->push_back(pipe.handle0.release());
334 // to the orginal pipe.
343 Connector connector_original(std::move(pipe.handle1),
368 // Close the other end of the pipe.
496 // The message pipe handle is valid at both sides.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 41 #include "pipe/p_context.h"
42 #include "pipe/p_defines.h"
43 #include "pipe/p_shader_tokens.h"
364 struct pipe_context *pipe = aapoint->stage.draw->pipe; local
394 = aapoint->driver_create_fs_state(pipe, &aapoint_fs);
416 struct pipe_context *pipe = draw->pipe; local
423 aapoint->driver_bind_fs_state(pipe, aapoint->fs->aapoint_fs);
547 struct pipe_context *pipe = draw->pipe local
584 struct pipe_context *pipe = draw->pipe; local
615 struct pipe_context *pipe = stage->draw->pipe; local
    [all...]
draw_pipe_pstipple.c 38 #include "pipe/p_context.h"
39 #include "pipe/p_defines.h"
40 #include "pipe/p_shader_tokens.h"
114 struct pipe_context *pipe; member in struct:pstip_stage
125 struct pipe_context *pipe = pstip->pipe; local
126 struct pipe_screen *screen = pipe->screen;
145 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pipe, &pstip_fs);
169 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs);
186 struct pipe_context *pipe = pstip->pipe local
233 struct pipe_context *pipe = pstip->pipe; local
    [all...]
draw_pipe_wide_point.c 55 #include "pipe/p_screen.h"
56 #include "pipe/p_context.h"
59 #include "pipe/p_defines.h"
60 #include "pipe/p_shader_tokens.h"
202 struct pipe_context *pipe = draw->pipe; local
218 pipe->bind_rasterizer_state(pipe, r);
286 struct pipe_context *pipe = draw->pipe; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_driver_query.c 28 /* This file contains code for reading values from pipe queries
35 #include "pipe/p_screen.h"
45 struct pipe_context *pipe; member in struct:hud_batch_query_context
59 struct pipe_context *pipe; local
64 pipe = bq->pipe;
67 pipe->end_query(pipe, bq->query[bq->head]);
84 if (!pipe->get_query_result(pipe, query, FALSE, bq->result[idx])
200 struct pipe_context *pipe; member in struct:query_info
235 struct pipe_context *pipe = info->pipe; local
293 struct pipe_context *pipe = info->pipe; local
344 struct pipe_context *pipe = info->pipe; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 36 #include "pipe/p_context.h"
38 #include "pipe/p_defines.h"
40 #include "pipe/p_shader_tokens.h"
41 #include "pipe/p_state.h"
57 struct pipe_context *pipe; member in struct:blit_state
82 util_create_blit(struct pipe_context *pipe, struct cso_context *cso)
91 ctx->pipe = pipe;
137 struct pipe_context *pipe = ctx->pipe; local
377 struct pipe_context *pipe = ctx->pipe; local
    [all...]
u_blitter.h 33 #include "pipe/p_state.h"
81 * Get the next surface layer for the pipe surface, i.e. make a copy
86 struct pipe_surface *(*get_next_surface_layer)(struct pipe_context *pipe,
93 struct pipe_context *pipe; /**< pipe context */ member in struct:blitter_context
131 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
141 * Return the pipe context associated with a blitter context.
146 return blitter->pipe;
221 * This is a generic implementation of pipe->blit, which accepts
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 31 #include "pipe/p_state.h"
32 #include "pipe/p_video_codec.h"
33 #include "pipe/p_video_state.h"
87 struct pipe_context *pipe; member in struct:vl_compositor_state
101 struct pipe_context *pipe; member in struct:vl_compositor
134 vl_compositor_init(struct vl_compositor *compositor, struct pipe_context *pipe);
140 vl_compositor_init_state(struct vl_compositor_state *state, struct pipe_context *pipe);
vl_video_buffer.c 30 #include "pipe/p_screen.h"
31 #include "pipe/p_context.h"
32 #include "pipe/p_state.h"
287 struct pipe_context *pipe; local
292 pipe = buf->base.context;
302 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
322 struct pipe_context *pipe; local
329 pipe = buf->base.context;
331 sampler_format = vl_video_buffer_formats(pipe->screen, buf->base.buffer_format)
370 struct pipe_context *pipe; local
    [all...]
vl_zscan.c 30 #include "pipe/p_screen.h"
31 #include "pipe/p_context.h"
170 return ureg_create_shader_and_destroy(shader, zscan->pipe);
232 return ureg_create_shader_and_destroy(shader, zscan->pipe);
251 zscan->pipe->delete_vs_state(zscan->pipe, zscan->vs);
262 zscan->pipe->delete_vs_state(zscan->pipe, zscan->vs);
263 zscan->pipe->delete_fs_state(zscan->pipe, zscan->fs)
535 struct pipe_context *pipe; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 68 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
71 query = pipe->create_query(pipe, query_type, index);
81 pipe->destroy_query(pipe, query);
93 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
96 query = pipe->create_batch_query(pipe, num_queries, query_types)
119 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
129 struct pipe_context *pipe = dctx->pipe; local
138 struct pipe_context *pipe = dctx->pipe; local
148 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
156 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
167 struct pipe_context *pipe = dctx->pipe; local
238 struct pipe_context *pipe = dctx->pipe; local
263 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
334 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
378 struct pipe_context *pipe = dctx->pipe; local
391 struct pipe_context *pipe = dctx->pipe; local
404 struct pipe_context *pipe = dctx->pipe; local
416 struct pipe_context *pipe = dctx->pipe; local
435 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
449 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
459 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
473 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
484 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
499 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
516 struct pipe_context *pipe = dctx->pipe; local
530 struct pipe_context *pipe = dctx->pipe; local
543 struct pipe_context *pipe = dctx->pipe; local
556 struct pipe_context *pipe = dctx->pipe; local
568 struct pipe_context *pipe = dctx->pipe; local
581 struct pipe_context *pipe = dctx->pipe; local
594 struct pipe_context *pipe = dctx->pipe; local
624 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
634 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
643 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
654 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
667 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
681 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
689 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
699 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
709 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
717 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
726 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
736 struct pipe_context *pipe = dctx->pipe; local
746 struct pipe_context *pipe = dd_context(_pipe)->pipe; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c 29 #include "pipe/p_state.h"
775 struct fd_vsc_pipe *pipe = &ctx->pipe[i]; local
777 if (!pipe->bo) {
778 pipe->bo = fd_bo_new(ctx->dev, 0x40000,
783 OUT_RING(ring, A3XX_VSC_PIPE_CONFIG_X(pipe->x) |
784 A3XX_VSC_PIPE_CONFIG_Y(pipe->y) |
785 A3XX_VSC_PIPE_CONFIG_W(pipe->w) |
786 A3XX_VSC_PIPE_CONFIG_H(pipe->h));
787 OUT_RELOCW(ring, pipe->bo, 0, 0, 0); /* VSC_PIPE[i].DATA_ADDRESS *
1008 struct fd_vsc_pipe *pipe = &ctx->pipe[tile->p]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_gmem.c 29 #include "pipe/p_state.h"
571 struct fd_vsc_pipe *pipe = &ctx->pipe[i]; local
572 OUT_RING(ring, A4XX_VSC_PIPE_CONFIG_REG_X(pipe->x) |
573 A4XX_VSC_PIPE_CONFIG_REG_Y(pipe->y) |
574 A4XX_VSC_PIPE_CONFIG_REG_W(pipe->w) |
575 A4XX_VSC_PIPE_CONFIG_REG_H(pipe->h));
580 struct fd_vsc_pipe *pipe = &ctx->pipe[i]; local
581 if (!pipe->bo)
590 struct fd_vsc_pipe *pipe = &ctx->pipe[i]; local
769 struct fd_vsc_pipe *pipe = &ctx->pipe[tile->p]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.c 29 #include "pipe/p_state.h"
124 int tile_n[ARRAY_SIZE(ctx->pipe)];
214 /* figure out number of tiles per pipe: */
224 for (i = 0; i < ARRAY_SIZE(ctx->pipe); i++) {
225 struct fd_vsc_pipe *pipe = &ctx->pipe[i]; local
236 pipe->x = xoff;
237 pipe->y = yoff;
238 pipe->w = MIN2(tpp_x, nbins_x - xoff);
239 pipe->h = MIN2(tpp_y, nbins_y - yoff)
245 struct fd_vsc_pipe *pipe = &ctx->pipe[i]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 34 #include "pipe/p_context.h"
57 struct pipe_context pipe; /**< base class */ member in struct:llvmpipe_context
172 llvmpipe_context( struct pipe_context *pipe )
174 return (struct llvmpipe_context *)pipe;
lp_scene.h 129 struct pipe_context *pipe; member in struct:lp_scene
185 struct lp_scene *lp_scene_create(struct pipe_context *pipe);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 115 struct pipe_context *pipe = &nv30->base.pipe; local
119 pipe_buffer_create(pipe->screen, 0, PIPE_USAGE_STAGING, 12 * 4);
122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp,
133 pipe_buffer_unmap(pipe, transfer);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw_sm.c 218 struct pipe_context *pipe = &nv50->base.pipe; local
264 pipe->bind_compute_state(pipe, screen->pm.prog);
274 pipe->launch_grid(pipe, &info);
275 pipe->bind_compute_state(pipe, old);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 23 #include "pipe/p_defines.h"
571 info->bin.source = (void *)prog->pipe.tokens;
679 if (prog->pipe.stream_output.num_outputs)
681 &prog->pipe.stream_output);
903 const struct pipe_shader_state pipe = prog->pipe; local
921 prog->pipe = pipe;
952 nvc0->tcp_empty = ureg_create_shader_and_destroy(ureg, &nvc0->base.pipe);
nvc0_program.h 5 #include "pipe/p_state.h"
21 struct pipe_shader_state pipe; member in struct:nvc0_program
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 32 #include "pipe/p_compiler.h"
84 struct pipe_context *pipe; member in struct:softpipe_tile_cache
106 sp_create_tile_cache( struct pipe_context *pipe );

Completed in 561 milliseconds

1 2 3 4 5 67 8 91011>>