Searched defs:pipe (Results 76 - 100 of 446) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_gpgpu.c82 ilo_launch_grid(struct pipe_context *pipe, const struct pipe_grid_info *info) argument
84 struct ilo_context *ilo = ilo_context(pipe);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c45 llvmpipe_create_blend_state(struct pipe_context *pipe, argument
62 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) argument
64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
78 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) argument
85 llvmpipe_set_blend_color(struct pipe_context *pipe, argument
88 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
110 llvmpipe_create_depth_stencil_state(struct pipe_context *pipe, argument
133 llvmpipe_bind_depth_stencil_state(struct pipe_context *pipe, argument
136 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
150 llvmpipe_delete_depth_stencil_state(struct pipe_context *pipe, voi argument
157 llvmpipe_set_stencil_ref(struct pipe_context *pipe, const struct pipe_stencil_ref *stencil_ref) argument
177 llvmpipe_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_stencilref.c37 void (*draw_vbo)(struct pipe_context *pipe,
103 static void r300_stencilref_draw_vbo(struct pipe_context *pipe, argument
106 struct r300_context *r300 = r300_context(pipe);
110 sr->draw_vbo(pipe, info);
113 sr->draw_vbo(pipe, info);
115 sr->draw_vbo(pipe, info);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c35 #include "pipe/p_defines.h"
57 softpipe_destroy( struct pipe_context *pipe )
59 struct softpipe_context *softpipe = softpipe_context( pipe );
64 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler);
137 softpipe_is_resource_referenced( struct pipe_context *pipe, argument
141 struct softpipe_context *softpipe = softpipe_context( pipe );
177 softpipe_render_condition( struct pipe_context *pipe, argument
182 struct softpipe_context *softpipe = softpipe_context( pipe );
217 softpipe->pipe
[all...]
H A Dsp_flush.c33 #include "pipe/p_defines.h"
34 #include "pipe/p_screen.h"
47 softpipe_flush( struct pipe_context *pipe, argument
51 struct softpipe_context *softpipe = softpipe_context(pipe);
86 debug_dump_surface_bmp(pipe, filename, softpipe->framebuffer.cbufs[0]);
88 debug_dump_surface_bmp(pipe, filename, softpipe->framebuffer.zsbuf);
98 softpipe_flush_wrapped(struct pipe_context *pipe, argument
102 softpipe_flush(pipe, SP_FLUSH_TEXTURE_CACHE, fence);
115 softpipe_flush_resource(struct pipe_context *pipe, argument
126 referenced = softpipe_is_resource_referenced(pipe, textur
172 softpipe_texture_barrier(struct pipe_context *pipe, unsigned flags) argument
193 softpipe_memory_barrier(struct pipe_context *pipe, unsigned flags) argument
[all...]
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...]
H A Dsp_surface.c34 static void sp_blit(struct pipe_context *pipe, argument
37 struct softpipe_context *sp = softpipe_context(pipe);
50 if (util_try_blit_via_copy_region(pipe, info)) {
90 sp_flush_resource(struct pipe_context *pipe, argument
96 softpipe_clear_render_target(struct pipe_context *pipe, argument
103 struct softpipe_context *softpipe = softpipe_context(pipe);
108 util_clear_render_target(pipe, dst, color,
114 softpipe_clear_depth_stencil(struct pipe_context *pipe, argument
123 struct softpipe_context *softpipe = softpipe_context(pipe);
128 util_clear_depth_stencil(pipe, ds
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c27 #include "pipe/p_defines.h"
141 svga_create_blend_state(struct pipe_context *pipe, argument
144 struct svga_context *svga = svga_context(pipe);
340 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws,
347 static void svga_bind_blend_state(struct pipe_context *pipe, argument
350 struct svga_context *svga = svga_context(pipe);
356 static void svga_delete_blend_state(struct pipe_context *pipe, argument
359 struct svga_context *svga = svga_context(pipe);
384 static void svga_set_blend_color( struct pipe_context *pipe, argument
387 struct svga_context *svga = svga_context(pipe);
[all...]
H A Dsvga_pipe_depthstencil.c26 #include "pipe/p_defines.h"
131 svga_create_depth_stencil_state(struct pipe_context *pipe, argument
134 struct svga_context *svga = svga_context(pipe);
209 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws,
217 svga_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
219 struct svga_context *svga = svga_context(pipe);
232 svga_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
234 struct svga_context *svga = svga_context(pipe);
265 svga_set_stencil_ref(struct pipe_context *pipe, argument
268 struct svga_context *svga = svga_context(pipe);
282 svga_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) argument
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_texture.h32 #include "pipe/p_compiler.h"
33 #include "pipe/p_state.h"
80 struct pipe_context *pipe; member in struct:trace_transfer
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_query.c77 vc4_set_active_query_state(struct pipe_context *pipe, boolean enable) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dbitmap.c45 struct pipe_context *pipe; local
59 pipe = dev->context;
60 if (!pipe)
84 if (!CheckSurfaceParams(pipe->screen, &res_tmpl)) {
89 res = pipe->screen->resource_create(pipe->screen, &res_tmpl);
96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
188 struct pipe_context *pipe; local
197 pipe
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c47 struct pipe_context *pipe = st->pipe; local
57 dest = (uint *) pipe_transfer_map(pipe,
81 pipe_transfer_unmap(pipe, transfer);
97 st_create_texture_sampler_view(st->pipe,
H A Dst_debug.c33 #include "pipe/p_state.h"
34 #include "pipe/p_shader_tokens.h"
52 { "pipe", DEBUG_PIPE, NULL },
170 struct pipe_context *pipe = st->pipe; local
172 if (!pipe->set_debug_callback)
181 pipe->set_debug_callback(pipe, &cb);
183 pipe->set_debug_callback(pipe, NUL
[all...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dext.py240 def pipe(self, mode="r"): member in class:ConfTest
242 Execute the conftest binary and connect to it using a pipe
244 Before you can pipe to or from the conftest binary it needs to
251 :Return: The open pipe
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dext.py239 def pipe(self, mode="r"): member in class:ConfTest
241 Execute the conftest binary and connect to it using a pipe
243 Before you can pipe to or from the conftest binary it needs to
250 :Return: The open pipe
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dext.py240 def pipe(self, mode="r"): member in class:ConfTest
242 Execute the conftest binary and connect to it using a pipe
244 Before you can pipe to or from the conftest binary it needs to
251 :Return: The open pipe
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dext.py239 def pipe(self, mode="r"): member in class:ConfTest
241 Execute the conftest binary and connect to it using a pipe
243 Before you can pipe to or from the conftest binary it needs to
250 :Return: The open pipe
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_unittest.cc132 ScopedPipe pipe; local
135 FROM_HERE, pipe.reader, MessageLoop::kWatchRead, true,
147 // include the case when the other end of a pipe is closed or the file is empty.
149 ScopedPipe pipe; local
151 EXPECT_EQ(0, HANDLE_EINTR(close(pipe.writer)));
152 pipe.writer = -1;
154 FROM_HERE, pipe.reader, MessageLoop::kWatchRead, true,
167 ScopedPipe pipe; local
168 EXPECT_EQ(1, HANDLE_EINTR(write(pipe.writer, "a", 1)));
172 FROM_HERE, pipe
184 ScopedPipe pipe; local
245 ScopedPipe pipe; local
260 ScopedPipe pipe; local
[all...]
/external/libdrm/freedreno/
H A Dfreedreno_ringbuffer.h46 struct fd_pipe *pipe; member in struct:fd_ringbuffer
52 struct fd_ringbuffer * fd_ringbuffer_new(struct fd_pipe *pipe,
/external/libdrm/freedreno/msm/
H A Dmsm_bo.c71 static int msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) argument
H A Dmsm_priv.h55 uint32_t pipe; member in struct:msm_pipe
69 drm_private struct fd_ringbuffer * msm_ringbuffer_new(struct fd_pipe *pipe,
/external/libmojo/mojo/public/cpp/bindings/
H A Dinterface_request.h23 // over a specified message pipe. The implementor of the interface should
24 // remove the message pipe by calling PassMessagePipe() and bind it to the
26 // close the pipe on destruction. Can also represent the absence of a request
27 // if the client did not provide a message pipe.
36 // Creates a new message pipe over which Interface is to be served, binding
37 // the specified InterfacePtr to one end of the message pipe and this
43 MessagePipe pipe; local
44 ptr->Bind(InterfacePtrInfo<Interface>(std::move(pipe.handle0), 0u),
46 Bind(std::move(pipe.handle1));
49 // Takes the message pipe fro
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dserialization_warning_unittest.cc34 MessagePipe pipe; local
35 nested_array[j] = ScopedHandle::From(std::move(pipe.handle1));
101 MessagePipe pipe; local
102 test_struct->hdl = ScopedHandle::From(std::move(pipe.handle1));
228 ScopedMessagePipeHandle pipe; local
230 handle->set_f_message_pipe(std::move(pipe));
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_primconvert.c32 * drivers pipe->draw_vbo():
44 #include "pipe/p_state.h"
55 struct pipe_context *pipe; member in struct:primconvert_context
64 util_primconvert_create(struct pipe_context *pipe, uint32_t primtypes_mask) argument
69 pc->pipe = pipe;
142 src = pipe_buffer_map(pc->pipe, ib->buffer,
156 pc->upload = u_upload_create(pc->pipe, 4096, PIPE_BIND_INDEX_BUFFER,
171 pipe_buffer_unmap(pc->pipe, src_transfer);
176 pc->pipe
[all...]

Completed in 409 milliseconds

1234567891011>>