HomeSort by relevance Sort by last modified time
    Searched defs:pipe (Results 126 - 150 of 541) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_push.c 2 #include "pipe/p_context.h"
3 #include "pipe/p_state.h"
294 struct pipe_context *pipe = &nv50->base.pipe; local
301 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count);
nv50_stateobj.h 5 #include "pipe/p_state.h"
20 struct pipe_blend_state pipe; member in struct:nv50_blend_stateobj
26 struct pipe_rasterizer_state pipe; member in struct:nv50_rasterizer_stateobj
32 struct pipe_depth_stencil_alpha_state pipe; member in struct:nv50_zsa_stateobj
48 struct pipe_vertex_element pipe; member in struct:nv50_vertex_element
72 struct pipe_stream_output_target pipe; member in struct:nv50_so_target
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 23 #include "pipe/p_defines.h"
31 nvc0_flush(struct pipe_context *pipe,
35 struct nvc0_context *nvc0 = nvc0_context(pipe);
47 nvc0_texture_barrier(struct pipe_context *pipe, unsigned flags)
49 struct nouveau_pushbuf *push = nvc0_context(pipe)->base.pushbuf;
56 nvc0_memory_barrier(struct pipe_context *pipe, unsigned flags)
58 struct nvc0_context *nvc0 = nvc0_context(pipe);
114 nvc0_emit_string_marker(struct pipe_context *pipe, const char *str, int len)
116 struct nouveau_pushbuf *push = nvc0_context(pipe)->base.pushbuf;
188 nvc0->base.pipe.delete_tcs_state(&nvc0->base.pipe, nvc0->tcp_empty)
359 struct pipe_context *pipe; local
    [all...]
nvc0_stateobj.h 5 #include "pipe/p_state.h"
18 struct pipe_blend_state pipe; member in struct:nvc0_blend_stateobj
24 struct pipe_rasterizer_state pipe; member in struct:nvc0_rasterizer_stateobj
30 struct pipe_depth_stencil_alpha_state pipe; member in struct:nvc0_zsa_stateobj
46 struct pipe_vertex_element pipe; member in struct:nvc0_vertex_element
71 struct pipe_stream_output_target pipe; member in struct:nvc0_so_target
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 32 #include "pipe/p_compiler.h"
85 struct pipe_context *pipe; member in struct:softpipe_tex_tile_cache
109 sp_create_tex_tile_cache( struct pipe_context *pipe );
sp_tile_cache.c 91 sp_create_tile_cache( struct pipe_context *pipe )
99 maxLevels = pipe->screen->get_param(pipe->screen, PIPE_CAP_MAX_TEXTURE_2D_LEVELS);
109 tc->pipe = pipe;
155 tc->pipe->transfer_unmap(tc->pipe, tc->transfer[i]);
174 struct pipe_context *pipe = tc->pipe; local
182 pipe->transfer_unmap(pipe, tc->transfer[i])
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 27 #include "pipe/p_defines.h"
54 struct pipe_shader_state pipe; member in struct:swr_vertex_shader
62 struct pipe_shader_state pipe; member in struct:swr_fragment_shader
80 struct pipe_blend_state pipe; member in struct:swr_blend_state
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 25 #include "pipe/p_screen.h"
36 pipe({ (int)origin[0], (int)origin[1],
42 return &pipe;
46 pipe_box pipe; member in class:__anon30192::box
51 device(dev), obj(obj), pipe(NULL), offset() {
62 q.pipe->resource_copy_region(q.pipe, pipe, 0, p[0], p[1], p[2],
63 src_res.pipe, 0,
90 u_sampler_view_default_template(&info, pipe, pipe->format)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.c 36 #include "pipe/p_screen.h"
225 /* Use the pipe resource associated with the X drawable */
371 dri_pipe_blit(struct pipe_context *pipe,
415 pipe->blit(pipe, &blit);
468 struct pipe_context *pipe = ctx->st->pipe; local
473 dri_pipe_blit(ctx->st->pipe,
491 pipe->flush_resource(pipe, drawable->textures[ST_ATTACHMENT_BACK_LEFT])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_buffer_upload.c 32 #include "pipe/p_defines.h"
34 #include "pipe/p_context.h"
64 struct pipe_context *pipe; member in struct:nine_buffer_upload
77 struct pipe_screen *screen = upload->pipe->screen;
97 group->map = pipe_buffer_map_range(upload->pipe, group->resource,
120 pipe_transfer_unmap(upload->pipe, group->transfer);
128 nine_upload_create(struct pipe_context *pipe, unsigned buffers_size,
136 if (!pipe->screen->get_param(pipe->screen,
147 upload->pipe = pipe
    [all...]
volume9.c 146 struct pipe_context *pipe = nine_context_get_pipe_multithread(This->base.device); local
147 pipe->transfer_unmap(pipe, This->transfer);
251 struct pipe_context *pipe; local
332 pipe = nine_context_get_pipe_acquire(This->base.device);
334 pipe = NineDevice9_GetPipe(This->base.device);
336 pipe->transfer_map(pipe, resource, This->level, usage,
361 struct pipe_context *pipe; local
366 pipe = nine_context_get_pipe_acquire(This->base.device)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 31 #include "pipe/p_state.h"
59 struct pipe_context *pipe; local
81 pipe = dev->context;
85 p_surf->templat.buffer_format = pipe->screen->get_video_param
87 pipe->screen,
95 p_surf->templat.interlaced = pipe->screen->get_video_param
97 pipe->screen,
103 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat);
204 struct pipe_context *pipe; local
307 struct pipe_context *pipe; local
380 struct pipe_context *pipe = vlsurf->device->context; local
414 struct pipe_context *pipe = p_surf->device->context; local
449 struct pipe_context *pipe = p_surf->device->context; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 33 #include "pipe/p_screen.h"
34 #include "pipe/p_video_codec.h"
35 #include "pipe/p_state.h"
170 upload_sampler(struct pipe_context *pipe, struct pipe_sampler_view *dst,
177 map = pipe->transfer_map(pipe, dst->texture, 0, PIPE_TRANSFER_WRITE,
186 pipe->transfer_unmap(pipe, transfer);
195 struct pipe_context *pipe; local
208 pipe = context_priv->pipe
301 struct pipe_context *pipe; local
343 struct pipe_context *pipe; local
404 struct pipe_context *pipe; local
    [all...]
xvmc_private.h 34 #include "pipe/p_video_state.h"
54 struct pipe_context *pipe; member in struct:__anon30257
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.c 29 #include "pipe/p_format.h"
30 #include "pipe/p_state.h"
42 * We must borrow the whole stack because only the pipe screen knows how
47 * We also need a pipe context for the transfers.
54 struct pipe_context *pipe; member in struct:wrapper_sw_winsys
103 struct pipe_context *pipe = wdt->winsys->pipe; local
108 map = pipe_transfer_map(pipe, tex, 0, 0,
117 pipe->transfer_unmap(pipe, tr)
215 struct pipe_context *pipe = wdt->winsys->pipe; local
251 struct pipe_context *pipe = wdt->winsys->pipe; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 36 #include "pipe/p_state.h"
37 #include "pipe/p_context.h"
38 #include "pipe/p_defines.h"
68 struct pipe_screen *screen = st->pipe->screen;
276 map = pipe_transfer_map_3d(st->pipe, stImage->pt, level, usage,
302 struct pipe_context *pipe = st->pipe; local
313 pipe_transfer_unmap(pipe, *transfer);
321 print_center_pixel(struct pipe_context *pipe, struct pipe_resource *src)
334 map = pipe->transfer_map(pipe, src, 0, PIPE_TRANSFER_READ, &region, &xfer)
    [all...]
  /external/toybox/toys/lsb/
mount.c 235 int pipe, len; local
239 pid = xpopen(losetup, &pipe, 1);
240 len = readall(pipe, toybuf, sizeof(toybuf)-1);
241 rc = xpclose(pid, pipe);
  /external/toybox/toys/posix/
cpio.c 85 int pipe, afd = toys.optflags & FLAG_o; local
89 // to pipe, child does chdir to new dir and reads archive from stdin (pipe).
94 pid = xpopen(0, &pipe, 0);
95 afd = pipe;
287 if (TT.pass) toys.exitval |= xpclose(pid, pipe);
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 82 cli, srv := net.Pipe()
98 cli, srv := net.Pipe()
114 cli, srv := net.Pipe()
142 cli, srv := net.Pipe()
205 cli, srv := net.Pipe()
244 cli, srv := net.Pipe()
250 cli, srv := net.Pipe()
305 func myPipe() (*pipe, *pipe) {
306 r1, w1 := io.Pipe()
312 type pipe struct { type
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
all_test.go 82 cli, srv := net.Pipe()
98 cli, srv := net.Pipe()
114 cli, srv := net.Pipe()
142 cli, srv := net.Pipe()
205 cli, srv := net.Pipe()
244 cli, srv := net.Pipe()
250 cli, srv := net.Pipe()
305 func myPipe() (*pipe, *pipe) {
306 r1, w1 := io.Pipe()
312 type pipe struct { type
    [all...]
  /system/core/libmemunreachable/
LeakPipe.h 31 // LeakPipe implements a pipe that can transfer vectors of simple objects
32 // between processes. The pipe is created in the sending process and
34 // that only the sending process can have the send side of the pipe open, so if
35 // the sending process dies the pipe will close.
65 ScopedPipe pipe; local
67 if (!SendFd(sv_[1], pipe.Receiver())) {
70 pipe.ReleaseReceiver();
72 sender_.SetFd(pipe.ReleaseSender());
  /system/core/libmemunreachable/tests/
ThreadCapture_test.cpp 283 ScopedPipe pipe; local
291 pipe.CloseReceiver();
293 g_pipe = &pipe;
310 pipe.Close();
315 pipe.CloseSender();
339 ASSERT_EQ(1, TEMP_FAILURE_RETRY(read(pipe.Receiver(), &buf, 1)));
  /toolchain/binutils/binutils-2.27/libiberty/
pex-common.h 46 /* value of `pipe': port index for reading. */
49 /* value of `pipe': port index for writing. */
62 /* Pipe to use as stdin for next process. */
68 /* If not -1, stderr pipe from the last process. */
110 open_read, open_write, or pipe, or they are one of STDIN_FILE_NO,
132 /* Create a pipe (only called if PEX_USE_PIPES is set) storing two
135 int (*pipe) (struct pex_obj *, int * /* p */, int /* binary */); member in struct:pex_funcs
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
FullRestoreEngine.java 316 // If the policy is satisfied, go ahead and set up to pipe the
390 // restore data as well as a pipe for sending data to
392 // pipe.
466 FileOutputStream pipe = new FileOutputStream( local
480 // send it to the output pipe as long as things
484 pipe.write(buffer, 0, nRead);
486 Slog.e(TAG, "Failed to write to restore pipe: "
  /external/ImageMagick/MagickCore/
studio.h 247 #undef pipe macro

Completed in 1215 milliseconds

1 2 3 4 56 7 8 91011>>