Searched refs:pipe (Results 1 - 25 of 4404) sorted by relevance

1234567891011>>

/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/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dpipe.c8 int pipe(int pipefds[2]) { function
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_shaders.h33 #include "pipe/p_compiler.h"
47 util_make_vertex_passthrough_shader(struct pipe_context *pipe,
53 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe,
61 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe,
67 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target,
72 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
78 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
84 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
90 util_make_fragment_passthrough_shader(struct pipe_context *pipe);
94 util_make_fragment_cloneinput_shader(struct pipe_context *pipe, in
[all...]
H A Du_pstipple.h32 #include "pipe/p_compiler.h"
40 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
44 util_pstipple_create_sampler_view(struct pipe_context *pipe,
48 util_pstipple_create_sampler(struct pipe_context *pipe);
51 util_pstipple_create_fragment_shader(struct pipe_context *pipe,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.h33 #include "pipe/p_compiler.h"
47 util_make_vertex_passthrough_shader(struct pipe_context *pipe,
53 util_make_vertex_passthrough_shader_with_so(struct pipe_context *pipe,
61 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe,
67 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target,
72 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe,
78 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe,
84 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe,
90 util_make_fragment_passthrough_shader(struct pipe_context *pipe);
94 util_make_fragment_cloneinput_shader(struct pipe_context *pipe, in
[all...]
H A Du_pstipple.h32 #include "pipe/p_compiler.h"
40 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
44 util_pstipple_create_sampler_view(struct pipe_context *pipe,
48 util_pstipple_create_sampler(struct pipe_context *pipe);
51 util_pstipple_create_fragment_shader(struct pipe_context *pipe,
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_surface.c35 sp->pipe.resource_copy_region = util_resource_copy_region;
36 sp->pipe.clear_render_target = util_clear_render_target;
37 sp->pipe.clear_depth_stencil = util_clear_depth_stencil;
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;
H A Dsp_state_blend.c39 softpipe_create_blend_state(struct pipe_context *pipe, argument
47 softpipe_bind_blend_state(struct pipe_context *pipe, argument
50 struct softpipe_context *softpipe = softpipe_context(pipe);
61 softpipe_delete_blend_state(struct pipe_context *pipe, argument
69 softpipe_set_blend_color(struct pipe_context *pipe, argument
72 struct softpipe_context *softpipe = softpipe_context(pipe);
89 softpipe_create_depth_stencil_state(struct pipe_context *pipe, argument
97 softpipe_bind_depth_stencil_state(struct pipe_context *pipe, argument
100 struct softpipe_context *softpipe = softpipe_context(pipe);
109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, voi argument
116 softpipe_set_stencil_ref(struct pipe_context *pipe, const struct pipe_stencil_ref *stencil_ref) argument
128 softpipe_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) argument
135 softpipe_init_blend_funcs(struct pipe_context *pipe) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c35 sp->pipe.resource_copy_region = util_resource_copy_region;
36 sp->pipe.clear_render_target = util_clear_render_target;
37 sp->pipe.clear_depth_stencil = util_clear_depth_stencil;
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;
H A Dsp_state_blend.c39 softpipe_create_blend_state(struct pipe_context *pipe, argument
47 softpipe_bind_blend_state(struct pipe_context *pipe, argument
50 struct softpipe_context *softpipe = softpipe_context(pipe);
61 softpipe_delete_blend_state(struct pipe_context *pipe, argument
69 softpipe_set_blend_color(struct pipe_context *pipe, argument
72 struct softpipe_context *softpipe = softpipe_context(pipe);
89 softpipe_create_depth_stencil_state(struct pipe_context *pipe, argument
97 softpipe_bind_depth_stencil_state(struct pipe_context *pipe, argument
100 struct softpipe_context *softpipe = softpipe_context(pipe);
109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, voi argument
116 softpipe_set_stencil_ref(struct pipe_context *pipe, const struct pipe_stencil_ref *stencil_ref) argument
128 softpipe_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) argument
135 softpipe_init_blend_funcs(struct pipe_context *pipe) argument
[all...]
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp24 #include "pipe/p_screen.h"
25 #include "pipe/p_state.h"
32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { argument
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
42 pipe = pipe_loader_create_screen(ldev, PIPE_SEARCH_DIR);
43 if (!pipe || !pipe
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp24 #include "pipe/p_screen.h"
25 #include "pipe/p_state.h"
32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { argument
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
42 pipe = pipe_loader_create_screen(ldev, PIPE_SEARCH_DIR);
43 if (!pipe || !pipe
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dsema.c45 pipe-based token passing scheme.
48 /* Cycle the char passed through the pipe through 'A' .. 'Z' to make
59 r = VG_(pipe)(sema->pipe);
62 vg_assert(sema->pipe[0] != sema->pipe[1]);
64 sema->pipe[0] = VG_(safe_fd)(sema->pipe[0]);
65 sema->pipe[1] = VG_(safe_fd)(sema->pipe[
[all...]

Completed in 2152 milliseconds

1234567891011>>