/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_vs.c | 30 #include "pipe/p_defines.h" 42 llvmpipe_create_vs_state(struct pipe_context *pipe, 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 80 llvmpipe_bind_vs_state(struct pipe_context *pipe, void *_vs) 82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 98 llvmpipe_delete_vs_state(struct pipe_context *pipe, void *vs) 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.delete_vs_state = llvmpipe_delete_vs_state [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_so.c | 37 llvmpipe_create_stream_output_state(struct pipe_context *pipe, 53 llvmpipe_bind_stream_output_state(struct pipe_context *pipe, 56 struct llvmpipe_context *lp = llvmpipe_context(pipe); 68 llvmpipe_delete_stream_output_state(struct pipe_context *pipe, void *so) 74 llvmpipe_set_stream_output_buffers(struct pipe_context *pipe, 79 struct llvmpipe_context *lp = llvmpipe_context(pipe); 122 llvmpipe->pipe.create_stream_output_state = 124 llvmpipe->pipe.bind_stream_output_state = 126 llvmpipe->pipe.delete_stream_output_state = 129 llvmpipe->pipe.set_stream_output_buffers [all...] |
lp_state_vs.c | 30 #include "pipe/p_defines.h" 42 llvmpipe_create_vs_state(struct pipe_context *pipe, 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 80 llvmpipe_bind_vs_state(struct pipe_context *pipe, void *_vs) 82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); 98 llvmpipe_delete_vs_state(struct pipe_context *pipe, void *vs) 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.delete_vs_state = llvmpipe_delete_vs_state [all...] |
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_utils.c | 37 static void handle_debug_loopback (BT_HDR *p_buf, UINT8 pipe, UINT8 type, UINT8 instruction); 44 ** Description look for the pipe control block based on pipe id 46 ** Returns pointer to the pipe control block, or NULL if not found 180 /* For each pipe on this gate, check if it is open */ 213 ** Description Find the application that owns a pipe 315 ** and send it on the given pipe. 448 ** Description Allocate a pipe control block 450 ** Returns pointer to the pipe control block, or NULL if 459 /* If we already have a pipe of the same ID, release it first it * [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_surface.h | 32 #include "pipe/p_compiler.h" 33 #include "pipe/p_state.h" 60 util_resource_copy_region(struct pipe_context *pipe, 69 util_clear_render_target(struct pipe_context *pipe, 76 util_clear_depth_stencil(struct pipe_context *pipe,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_constants.c | 27 #include "pipe/p_defines.h" 47 static void svga_set_constant_buffer(struct pipe_context *pipe, 51 struct svga_context *svga = svga_context(pipe); 55 buf = svga_user_buffer_create(pipe->screen, 81 svga->pipe.set_constant_buffer = svga_set_constant_buffer;
|
svga_pipe_fs.c | 45 svga_create_fs_state(struct pipe_context *pipe, 48 struct svga_context *svga = svga_context(pipe); 79 svga_bind_fs_state(struct pipe_context *pipe, void *shader) 82 struct svga_context *svga = svga_context(pipe); 89 void svga_delete_fs_state(struct pipe_context *pipe, void *shader) 91 struct svga_context *svga = svga_context(pipe); 133 svga->pipe.create_fs_state = svga_create_fs_state; 134 svga->pipe.bind_fs_state = svga_bind_fs_state; 135 svga->pipe.delete_fs_state = svga_delete_fs_state;
|
/external/linux-tools-perf/util/ |
run-command.h | 22 * - Specify -1 to have a pipe allocated as follows: 23 * .in: returns the writable pipe end; parent writes to it, 24 * the readable pipe end becomes child's stdin 25 * .out, .err: returns the readable pipe end; parent reads from 26 * it, the writable pipe end becomes child's stdout/stderr
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_surface.h | 32 #include "pipe/p_compiler.h" 33 #include "pipe/p_state.h" 60 util_resource_copy_region(struct pipe_context *pipe, 69 util_clear_render_target(struct pipe_context *pipe, 76 util_clear_depth_stencil(struct pipe_context *pipe,
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_constants.c | 27 #include "pipe/p_defines.h" 47 static void svga_set_constant_buffer(struct pipe_context *pipe, 51 struct svga_context *svga = svga_context(pipe); 55 buf = svga_user_buffer_create(pipe->screen, 81 svga->pipe.set_constant_buffer = svga_set_constant_buffer;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_flush.c | 33 #include "pipe/p_defines.h" 34 #include "pipe/p_screen.h" 45 softpipe_flush( struct pipe_context *pipe, 49 struct softpipe_context *softpipe = softpipe_context(pipe); 104 softpipe_flush_wrapped( struct pipe_context *pipe, 107 softpipe_flush(pipe, SP_FLUSH_TEXTURE_CACHE, fence); 120 softpipe_flush_resource(struct pipe_context *pipe, 131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer); 138 * disappear and the pipe driver should just ensure that all visible 154 softpipe_flush(pipe, flush_flags, &fence) [all...] |
sp_state.h | 34 #include "pipe/p_state.h" 131 softpipe_init_blend_funcs(struct pipe_context *pipe); 134 softpipe_init_clip_funcs(struct pipe_context *pipe); 137 softpipe_init_sampler_funcs(struct pipe_context *pipe); 140 softpipe_init_rasterizer_funcs(struct pipe_context *pipe); 143 softpipe_init_shader_funcs(struct pipe_context *pipe); 146 softpipe_init_streamout_funcs(struct pipe_context *pipe); 149 softpipe_init_vertex_funcs(struct pipe_context *pipe); 159 softpipe_draw_vbo(struct pipe_context *pipe,
|
sp_tex_tile_cache.c | 47 sp_create_tex_tile_cache( struct pipe_context *pipe ) 57 tc->pipe = pipe; 77 tc->pipe->transfer_destroy(tc->pipe, tc->transfer); 80 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); 94 tc->tex_trans_map = tc->pipe->transfer_map(tc->pipe, tc->tex_trans); 102 tc->pipe->transfer_unmap(tc->pipe, tc->tex_trans) [all...] |
/external/linux-tools-perf/Documentation/ |
perf-bench.txt | 27 % perf bench sched pipe # with no style specified 28 (executing 1000000 pipe operations between two tasks) 38 % perf bench --format=simple sched pipe # specified simple 54 Options of *pipe* 57 --pipe:: 58 Use pipe() instead of socketpair() 89 *pipe*:: 90 Suite for pipe() system call. 91 Based on pipe-test-1m.c by Ingo Molnar. 93 Options of *pipe* [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_flush.c | 33 #include "pipe/p_defines.h" 34 #include "pipe/p_screen.h" 45 softpipe_flush( struct pipe_context *pipe, 49 struct softpipe_context *softpipe = softpipe_context(pipe); 104 softpipe_flush_wrapped( struct pipe_context *pipe, 107 softpipe_flush(pipe, SP_FLUSH_TEXTURE_CACHE, fence); 120 softpipe_flush_resource(struct pipe_context *pipe, 131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer); 138 * disappear and the pipe driver should just ensure that all visible 154 softpipe_flush(pipe, flush_flags, &fence) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 35 #include "pipe/p_context.h" 36 #include "pipe/p_defines.h" 37 #include "pipe/p_shader_tokens.h" 352 struct pipe_context *pipe = aaline->stage.draw->pipe; local 386 aaline->fs->aaline_fs = aaline->driver_create_fs_state(pipe, &aaline_fs); 406 struct pipe_context *pipe = aaline->stage.draw->pipe; local 407 struct pipe_screen *screen = pipe->screen; 429 aaline->sampler_view = pipe->create_sampler_view(pipe 500 struct pipe_context *pipe = aaline->stage.draw->pipe; local 529 struct pipe_context *pipe = draw->pipe; local 676 struct pipe_context *pipe = draw->pipe; local 735 struct pipe_context *pipe = draw->pipe; local 771 struct pipe_context *pipe = stage->draw->pipe; local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 35 #include "pipe/p_context.h" 36 #include "pipe/p_defines.h" 37 #include "pipe/p_shader_tokens.h" 352 struct pipe_context *pipe = aaline->stage.draw->pipe; local 386 aaline->fs->aaline_fs = aaline->driver_create_fs_state(pipe, &aaline_fs); 406 struct pipe_context *pipe = aaline->stage.draw->pipe; local 407 struct pipe_screen *screen = pipe->screen; 429 aaline->sampler_view = pipe->create_sampler_view(pipe 500 struct pipe_context *pipe = aaline->stage.draw->pipe; local 529 struct pipe_context *pipe = draw->pipe; local 676 struct pipe_context *pipe = draw->pipe; local 735 struct pipe_context *pipe = draw->pipe; local 771 struct pipe_context *pipe = stage->draw->pipe; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_surface.c | 34 #include "pipe/p_defines.h" 47 i915_surface_copy_render(struct pipe_context *pipe, 53 struct i915_context *i915 = i915_context(pipe); 57 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 64 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 94 i915_clear_render_target_render(struct pipe_context *pipe, 100 struct i915_context *i915 = i915_context(pipe); 110 pipe->set_framebuffer_state(pipe, &fb_state); 115 i915_clear_emit(pipe, PIPE_CLEAR_COLOR, color, 0.0, 0x0 [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_surface.c | 34 #include "pipe/p_defines.h" 47 i915_surface_copy_render(struct pipe_context *pipe, 53 struct i915_context *i915 = i915_context(pipe); 57 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 64 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 94 i915_clear_render_target_render(struct pipe_context *pipe, 100 struct i915_context *i915 = i915_context(pipe); 110 pipe->set_framebuffer_state(pipe, &fb_state); 115 i915_clear_emit(pipe, PIPE_CLEAR_COLOR, color, 0.0, 0x0 [all...] |
/external/chromium_org/third_party/android_testrunner/ |
patch.diff | 27 + stdin_dest = subprocess.PIPE 30 + pipe = subprocess.Popen( 42 - output_dest = subprocess.PIPE 47 - stdin_dest = subprocess.PIPE 50 - pipe = subprocess.Popen( 57 - pid.append(pipe.pid) 59 - output = pipe.communicate(input=stdin_input)[0] 60 + pipe.communicate(input=stdin_input) 91 + pipe.kill()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_query.c | 54 nv50_query(struct pipe_query *pipe) 56 return (struct nv50_query *)pipe; 92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) 94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0); 99 nv50_query_create(struct pipe_context *pipe, unsigned type) 101 struct nv50_context *nv50 = nv50_context(pipe); 142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq) 144 struct nv50_context *nv50 = nv50_context(pipe); 195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq) 197 struct nv50_context *nv50 = nv50_context(pipe); 386 struct pipe_context *pipe = &nv50->base.pipe; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_flush.c | 43 #include "pipe/p_context.h" 44 #include "pipe/p_defines.h" 45 #include "pipe/p_screen.h" 86 st->pipe->flush( st->pipe, fence ); 100 st->pipe->screen->fence_finish(st->pipe->screen, fence, 102 st->pipe->screen->fence_reference(st->pipe->screen, &fence, NULL);
|
st_cb_syncobj.c | 35 #include "pipe/p_context.h" 36 #include "pipe/p_screen.h" 59 struct pipe_screen *screen = st_context(ctx)->pipe->screen; 69 struct pipe_context *pipe = st_context(ctx)->pipe; local 75 pipe->flush(pipe, &so->fence); 80 struct pipe_screen *screen = st_context(ctx)->pipe->screen; 93 struct pipe_screen *screen = st_context(ctx)->pipe->screen;
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 3 * sched-pipe.c 5 * pipe: Benchmark for pipe() 7 * Based on pipe-test-1m.c by Ingo Molnar <mingo@redhat.com> 8 * http://people.redhat.com/mingo/cfs-scheduler/tools/pipe-test-1m.c 41 "perf bench sched pipe <options>", 66 assert(!pipe(pipe_1)); 67 assert(!pipe(pipe_2)); 98 printf("# Executed %d pipe operations between two tasks\n\n",
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_query.c | 54 nv50_query(struct pipe_query *pipe) 56 return (struct nv50_query *)pipe; 92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) 94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0); 99 nv50_query_create(struct pipe_context *pipe, unsigned type) 101 struct nv50_context *nv50 = nv50_context(pipe); 142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq) 144 struct nv50_context *nv50 = nv50_context(pipe); 195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq) 197 struct nv50_context *nv50 = nv50_context(pipe); 386 struct pipe_context *pipe = &nv50->base.pipe; local [all...] |