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

1234567891011>>

/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_check(const struct pipe_context *pipe);
58 trace_context(struct pipe_context *pipe) argument
60 assert(pipe);
62 trace_context_check(pipe);
64 return (struct trace_context *)pipe;
70 struct pipe_context *pipe);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvertexbuffer9.h37 struct pipe_context *pipe; member in struct:NineVertexBuffer9
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_tess.c36 #include "pipe/p_context.h"
44 struct pipe_context *pipe = st->pipe; local
46 if (!pipe->set_tess_state)
49 pipe->set_tess_state(pipe,
H A Dst_sampler_view.h30 #include "pipe/p_compiler.h"
31 #include "pipe/p_context.h"
32 #include "pipe/p_state.h"
39 st_create_texture_sampler_view_format(struct pipe_context *pipe, argument
47 return pipe->create_sampler_view(pipe, texture, &templ);
52 st_create_texture_sampler_view(struct pipe_context *pipe, argument
55 return st_create_texture_sampler_view_format(pipe, texture,
/external/skia/gn/
H A Dar.py25 pipe = subprocess.Popen([ar, "rcs", output] + objects, stderr=subprocess.PIPE) variable
26 _, err = pipe.communicate()
30 sys.exit(pipe.returncode)
/external/skqp/gn/
H A Dar.py25 pipe = subprocess.Popen([ar, "rcs", output] + objects, stderr=subprocess.PIPE) variable
26 _, err = pipe.communicate()
30 sys.exit(pipe.returncode)
/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:__anon29030
/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/ilo/
H A Dilo_video.c39 ilo_create_video_decoder(struct pipe_context *pipe, argument
42 return vl_create_decoder(pipe, templ);
46 ilo_create_video_buffer(struct pipe_context *pipe, argument
49 return vl_video_buffer_create(pipe, templ);
/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_gs.c33 #include "pipe/p_defines.h"
43 llvmpipe_create_gs_state(struct pipe_context *pipe, argument
46 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
80 llvmpipe_bind_gs_state(struct pipe_context *pipe, void *gs) argument
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
94 llvmpipe_delete_gs_state(struct pipe_context *pipe, void *gs) argument
96 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
113 llvmpipe->pipe.create_gs_state = llvmpipe_create_gs_state;
114 llvmpipe->pipe.bind_gs_state = llvmpipe_bind_gs_state;
115 llvmpipe->pipe
[all...]
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);
70 if (lp->framebuffer.zsbuf && lp->framebuffer.zsbuf->context != pipe) {
76 lp->framebuffer.cbufs[i]->context != pipe) {
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);
63 llvmpipe_bind_vs_state(struct pipe_context *pipe, void *_vs) argument
65 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
80 llvmpipe_delete_vs_state(struct pipe_context *pipe, void *_vs) argument
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
93 llvmpipe->pipe.create_vs_state = llvmpipe_create_vs_state;
94 llvmpipe->pipe.bind_vs_state = llvmpipe_bind_vs_state;
95 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);
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_query.cpp24 #include "pipe/p_defines.h"
41 swr_create_query(struct pipe_context *pipe, unsigned type, unsigned index) argument
61 swr_destroy_query(struct pipe_context *pipe, struct pipe_query *q)
67 swr_fence_finish(pipe->screen, NULL, pq->fence, 0);
68 swr_fence_reference(pipe->screen, &pq->fence, NULL);
76 swr_get_query_result(struct pipe_context *pipe,
88 swr_fence_finish(pipe->screen, NULL, pq->fence, 0);
89 swr_fence_reference(pipe->screen, &pq->fence, NULL);
161 swr_begin_query(struct pipe_context *pipe, struct pipe_query *q)
163 struct swr_context *ctx = swr_context(pipe);
[all...]
H A Dswr_screen.h27 #include "pipe/p_screen.h"
28 #include "pipe/p_defines.h"
35 struct pipe_context *pipe; member in struct:swr_screen
45 swr_screen(struct pipe_screen *pipe) argument
47 return (struct swr_screen *)pipe;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp31 #include "pipe-loader/pipe_loader.h"
89 pipe_screen *pipe; member in class:clover::device
/external/libmojo/mojo/edk/js/
H A Dhandle_unittest.cc65 mojo::MessagePipe pipe; local
66 TestHandleWrapper wrapper(pipe.handle0.release().value());
82 mojo::MessagePipe pipe; local
83 TestHandleWrapper wrapper(pipe.handle0.release().value());
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A Dlib.h14 union pipe { union
25 extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
26 extern int wait_for_parent(union pipe read_pipe);
27 extern int notify_parent(union pipe write_pipe);
28 extern int notify_parent_of_error(union pipe write_pipe);
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c33 #include "pipe/p_screen.h"
34 #include "pipe/p_context.h"
35 #include "pipe/p_state.h"
36 #include "pipe/p_shader_tokens.h"
43 pp_init_prog(struct pp_queue_t *ppq, struct pipe_context *pipe, argument
49 if (!pipe)
56 p->screen = pipe->screen;
57 p->pipe = pipe;
80 p->vbuf = pipe_buffer_create(pipe
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_bicubic_filter.h33 #include "pipe/p_state.h"
37 struct pipe_context *pipe; member in struct:vl_bicubic_filter
48 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe,
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/i915/
H A Di915_flush.c33 #include "pipe/p_defines.h"
41 static void i915_flush_pipe( struct pipe_context *pipe, argument
45 struct i915_context *i915 = i915_context(pipe);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj_tex.h5 #include "pipe/p_state.h"
20 struct pipe_sampler_view pipe; member in struct:nv50_tic_entry
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_flush.c75 void r300_flush(struct pipe_context *pipe, argument
79 struct r300_context *r300 = r300_context(pipe);
128 static void r300_flush_wrapped(struct pipe_context *pipe, argument
132 r300_flush(pipe,

Completed in 498 milliseconds

1234567891011>>