/external/bison/lib/ |
H A D | unistd--.h | 26 #undef pipe macro 27 #define pipe pipe_safer macro
|
/external/mesa3d/src/gallium/drivers/identity/ |
H A D | id_context.h | 31 #include "pipe/p_state.h" 32 #include "pipe/p_context.h" 38 struct pipe_context *pipe; member in struct:identity_context 43 identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe); 47 identity_context(struct pipe_context *pipe) argument 49 return (struct identity_context *)pipe;
|
/external/mesa3d/src/gallium/drivers/trace/ |
H A D | tr_context.h | 32 #include "pipe/p_compiler.h" 34 #include "pipe/p_context.h" 49 struct pipe_context *pipe; member in struct:trace_context 54 trace_context(struct pipe_context *pipe) argument 56 assert(pipe); 57 return (struct trace_context *)pipe; 63 struct pipe_context *pipe);
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texturebarrier.c | 39 #include "pipe/p_context.h" 40 #include "pipe/p_defines.h" 51 struct pipe_context *pipe = st_context(ctx)->pipe; local 53 pipe->texture_barrier(pipe);
|
/external/valgrind/coregrind/m_scheduler/ |
H A D | priv_sema.h | 36 /* Not really a semaphore, but use a pipe for a token-passing scheme */ 38 Int pipe[2]; member in struct:__anon18833
|
/external/clang/test/CodeGen/ |
H A D | 2008-07-31-asm-labels.c | 2 // RUN: not grep "@pipe()" %t 7 // RUN: not grep "@pipe()" %t 11 void pipe() asm("_thisIsNotAPipe"); 14 pipe(); 17 void pipe(int); 20 pipe(1); 24 void pipe(int arg) { function
|
/external/dbus/dbus/ |
H A D | dbus-pipe.c | 2 /* dbus-pipe.c pipe implementation (internal to D-Bus implementation) 26 #include "dbus-pipe.h" 29 * init a pipe instance. 31 * @param pipe the pipe 35 _dbus_pipe_init (DBusPipe *pipe, argument 38 pipe->fd = fd; 42 * init a pipe with stdout 44 * @param pipe th 47 _dbus_pipe_init_stdout(DBusPipe *pipe) argument 60 _dbus_pipe_is_valid(DBusPipe *pipe) argument 72 _dbus_pipe_is_stdout_or_stderr(DBusPipe *pipe) argument 82 _dbus_pipe_invalidate(DBusPipe *pipe) argument [all...] |
H A D | dbus-pipe-unix.c | 2 /* dbus-pipe-unix.c unix related pipe implementation 29 #include "dbus-pipe.h" 35 * write data to a pipe. 37 * @param pipe the pipe instance 45 _dbus_pipe_write (DBusPipe *pipe, argument 53 written = _dbus_write (pipe->fd, buffer, start, len); 57 "Writing to pipe: %s\n", 64 * close a pipe 71 _dbus_pipe_close(DBusPipe *pipe, DBusError *error) argument [all...] |
H A D | dbus-pipe-win.c | 2 /* dbus-pipe-win.c windows related pipe implementation 29 #include "dbus-pipe.h" 35 * write data to a pipe. 37 * @param pipe the pipe instance 45 _dbus_pipe_write (DBusPipe *pipe, argument 54 written = _write (pipe->fd, buffer_c + start, len); 60 "Writing to pipe: %s", 66 * close a pipe 73 _dbus_pipe_close(DBusPipe *pipe, DBusError *error) argument [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
H A D | glhd_context.h | 33 #include "pipe/p_state.h" 34 #include "pipe/p_context.h" 42 struct pipe_context *pipe; member in struct:galahad_context 47 galahad_context_create(struct pipe_screen *screen, struct pipe_context *pipe); 51 galahad_context(struct pipe_context *pipe) argument 53 return (struct galahad_context *)pipe;
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_flush.c | 33 #include "pipe/p_defines.h" 41 static void i915_flush_pipe( struct pipe_context *pipe, argument 44 struct i915_context *i915 = i915_context(pipe);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_clear.c | 35 #include "pipe/p_defines.h" 48 llvmpipe_clear(struct pipe_context *pipe, argument 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
|
H A D | lp_state_surface.c | 31 #include "pipe/p_state.h" 49 llvmpipe_set_framebuffer_state(struct pipe_context *pipe, argument 52 struct llvmpipe_context *lp = llvmpipe_context(pipe);
|
H A D | lp_draw_arrays.c | 34 #include "pipe/p_defines.h" 35 #include "pipe/p_context.h" 53 llvmpipe_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info) argument 55 struct llvmpipe_context *lp = llvmpipe_context(pipe); 117 llvmpipe->pipe.draw_vbo = llvmpipe_draw_vbo;
|
H A D | lp_state_gs.c | 32 #include "pipe/p_defines.h" 42 llvmpipe_create_gs_state(struct pipe_context *pipe, argument 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 79 llvmpipe_bind_gs_state(struct pipe_context *pipe, void *gs) argument 81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 93 llvmpipe_delete_gs_state(struct pipe_context *pipe, void *gs) argument 95 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 109 llvmpipe->pipe.create_gs_state = llvmpipe_create_gs_state; 110 llvmpipe->pipe.bind_gs_state = llvmpipe_bind_gs_state; 111 llvmpipe->pipe [all...] |
H A D | lp_state_vs.c | 30 #include "pipe/p_defines.h" 42 llvmpipe_create_vs_state(struct pipe_context *pipe, argument 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 80 llvmpipe_bind_vs_state(struct pipe_context *pipe, void *_vs) argument 82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 98 llvmpipe_delete_vs_state(struct pipe_context *pipe, void *vs) argument 100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 115 llvmpipe->pipe.create_vs_state = llvmpipe_create_vs_state; 116 llvmpipe->pipe.bind_vs_state = llvmpipe_bind_vs_state; 117 llvmpipe->pipe [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_surface.c | 48 softpipe_set_framebuffer_state(struct pipe_context *pipe, argument 51 struct softpipe_context *sp = softpipe_context(pipe);
|
H A D | sp_draw_arrays.c | 34 #include "pipe/p_defines.h" 35 #include "pipe/p_context.h" 59 softpipe_draw_vbo(struct pipe_context *pipe, argument 62 struct softpipe_context *sp = softpipe_context(pipe);
|
H A D | sp_state_rasterizer.c | 28 #include "pipe/p_defines.h" 37 softpipe_create_rasterizer_state(struct pipe_context *pipe, argument 45 softpipe_bind_rasterizer_state(struct pipe_context *pipe, argument 48 struct softpipe_context *softpipe = softpipe_context(pipe); 63 softpipe_delete_rasterizer_state(struct pipe_context *pipe, argument 71 softpipe_init_rasterizer_funcs(struct pipe_context *pipe) argument 73 pipe->create_rasterizer_state = softpipe_create_rasterizer_state; 74 pipe->bind_rasterizer_state = softpipe_bind_rasterizer_state; 75 pipe->delete_rasterizer_state = softpipe_delete_rasterizer_state;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | api_context.c | 33 #include "pipe/p_context.h" 34 #include "pipe/p_screen.h" 53 struct pipe_context *pipe; local 58 pipe = ctx->pipe; 59 pipe->flush(pipe, NULL); 68 struct pipe_context *pipe; local 73 pipe = ctx->pipe; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_clear.h | 32 #include "pipe/p_context.h" 33 #include "pipe/p_state.h" 41 util_clear(struct pipe_context *pipe, argument 49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height); 55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_matrix_filter.h | 34 #include "pipe/p_state.h" 38 struct pipe_context *pipe; member in struct:vl_matrix_filter 49 vl_matrix_filter_init(struct vl_matrix_filter *filter, struct pipe_context *pipe,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_resource.c | 67 nv30_resource_init(struct pipe_context *pipe) argument 69 pipe->get_transfer = u_get_transfer_vtbl; 70 pipe->transfer_map = u_transfer_map_vtbl; 71 pipe->transfer_flush_region = u_transfer_flush_region_vtbl; 72 pipe->transfer_unmap = u_transfer_unmap_vtbl; 73 pipe->transfer_destroy = u_transfer_destroy_vtbl; 74 pipe->transfer_inline_write = u_transfer_inline_write_vtbl; 75 pipe->create_surface = nv30_miptree_surface_new; 76 pipe->surface_destroy = nv30_miptree_surface_del; 77 pipe [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_stateobj_tex.h | 5 #include "pipe/p_state.h" 19 struct pipe_sampler_view pipe; member in struct:nv50_tic_entry
|
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_flush.c | 26 #include "pipe/p_defines.h" 34 static void svga_flush( struct pipe_context *pipe, argument 37 struct svga_context *svga = svga_context(pipe); 59 debug_dump_surface_bmp(&svga->pipe, filename, fb->cbufs[i]); 64 debug_dump_surface_bmp(&svga->pipe, filename, fb->zsbuf); 74 svga->pipe.flush = svga_flush;
|