Searched defs:pipe (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dunistd--.h26 #undef pipe macro
27 #define pipe pipe_safer macro
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.h31 #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 Dtr_context.h32 #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 Dst_cb_texturebarrier.c39 #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 Dpriv_sema.h36 /* Not really a semaphore, but use a pipe for a token-passing scheme */
38 Int pipe[2]; member in struct:__anon16025
/external/clang/test/CodeGen/
H A D2008-07-31-asm-labels.c2 // 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/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.h33 #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 Di915_flush.c33 #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 Dlp_clear.c35 #include "pipe/p_defines.h"
48 llvmpipe_clear(struct pipe_context *pipe, argument
54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
H A Dlp_state_surface.c31 #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 Dlp_draw_arrays.c34 #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 Dlp_state_gs.c32 #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 Dlp_state_vs.c30 #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 Dsp_state_surface.c48 softpipe_set_framebuffer_state(struct pipe_context *pipe, argument
51 struct softpipe_context *sp = softpipe_context(pipe);
H A Dsp_draw_arrays.c34 #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 Dsp_state_rasterizer.c28 #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 Dapi_context.c33 #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/libdrm/freedreno/
H A Dfreedreno_pipe.c39 struct fd_pipe *pipe = NULL; local
42 ERROR_MSG("invalid pipe id: %d", id);
46 pipe = dev->funcs->pipe_new(dev, id);
47 if (!pipe) {
52 pipe->dev = dev;
53 pipe->id = id;
55 return pipe;
57 if (pipe)
58 fd_pipe_del(pipe);
62 drm_public void fd_pipe_del(struct fd_pipe *pipe) argument
67 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) argument
73 fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_clear.h32 #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 Dvl_matrix_filter.h34 #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 Dnv30_resource.c67 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 Dnv50_stateobj_tex.h5 #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 Dsvga_pipe_flush.c26 #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;
/external/openfst/src/script/
H A Dinfo.cc28 bool pipe, bool verify) {
29 InfoArgs args(f, test_properties, arc_filter, info_type, pipe, verify);
26 PrintFstInfo(const FstClass &f, bool test_properties, const string &arc_filter, const string &info_type, bool pipe, bool verify) argument
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DIoUtil.java31 public static void pipe(InputStream is, OutputStream out, byte[] buf) throws IOException { method in class:IoUtil
45 pipe(in, out, buf);
120 IoUtil.pipe(is, baos, buf);

Completed in 635 milliseconds

1234567891011>>