/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_init.c | 28 #include "pipe/p_compiler.h" 32 #include "pipe/p_screen.h" 92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso); 161 ppq->p->pipe->delete_fs_state(ppq->p->pipe, ppq->shaders[i][j]); 165 ppq->p->pipe->delete_vs_state(ppq->p->pipe, ppq->shaders[i][j]); 172 ppq->p->pipe->destroy(ppq->p->pipe); 229 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf) [all...] |
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_init.c | 28 #include "pipe/p_compiler.h" 32 #include "pipe/p_screen.h" 92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso); 161 ppq->p->pipe->delete_fs_state(ppq->p->pipe, ppq->shaders[i][j]); 165 ppq->p->pipe->delete_vs_state(ppq->p->pipe, ppq->shaders[i][j]); 172 ppq->p->pipe->destroy(ppq->p->pipe); 229 ppq->tmps[i] = p->pipe->create_surface(p->pipe, ppq->tmp[i], &p->surf) [all...] |
/external/chromium_org/ipc/ |
ipc_channel_handle.h | 20 // On Windows the initialization of ChannelHandle with an existing pipe 22 // NOTE: A ChannelHandle with a pipe handle Will NOT be marshalled over IPC. 45 explicit ChannelHandle(HANDLE h) : pipe(h) {} 55 // A simple container to automatically initialize pipe handle 61 PipeHandle pipe; member in struct:IPC::ChannelHandle
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_idct.h | 31 #include "pipe/p_state.h" 40 struct pipe_context *pipe; member in struct:vl_idct 78 /* upload the idct matrix, which can be shared by all idct instances of a pipe */ 80 vl_idct_upload_matrix(struct pipe_context *pipe, float scale); 92 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe,
|
vl_zscan.h | 31 #include "pipe/p_compiler.h" 32 #include "pipe/p_state.h" 40 struct pipe_context *pipe; member in struct:vl_zscan 72 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 75 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe,
|
vl_compositor.h | 31 #include "pipe/p_state.h" 32 #include "pipe/p_video_decoder.h" 33 #include "pipe/p_video_state.h" 77 struct pipe_context *pipe; member in struct:vl_compositor_state 91 struct pipe_context *pipe; member in struct:vl_compositor 118 vl_compositor_init(struct vl_compositor *compositor, struct pipe_context *pipe); 124 vl_compositor_init_state(struct vl_compositor_state *state, struct pipe_context *pipe);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
sampler.cpp | 24 #include "pipe/p_state.h" 67 return q.pipe->create_sampler_state(q.pipe, &info); 72 q.pipe->delete_sampler_state(q.pipe, st);
|
kernel.cpp | 25 #include "pipe/p_context.h" 72 q.pipe->bind_compute_state(q.pipe, st); 73 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(), 75 q.pipe->set_compute_sampler_views(q.pipe, 0, exec.sviews.size(), 77 q.pipe->set_compute_resources(q.pipe, 0, exec.resources.size(), 79 q.pipe->set_global_binding(q.pipe, 0, exec.g_buffers.size() [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_idct.h | 31 #include "pipe/p_state.h" 40 struct pipe_context *pipe; member in struct:vl_idct 78 /* upload the idct matrix, which can be shared by all idct instances of a pipe */ 80 vl_idct_upload_matrix(struct pipe_context *pipe, float scale); 92 vl_idct_init(struct vl_idct *idct, struct pipe_context *pipe,
|
vl_zscan.h | 31 #include "pipe/p_compiler.h" 32 #include "pipe/p_state.h" 40 struct pipe_context *pipe; member in struct:vl_zscan 72 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 75 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe,
|
vl_compositor.h | 31 #include "pipe/p_state.h" 32 #include "pipe/p_video_decoder.h" 33 #include "pipe/p_video_state.h" 77 struct pipe_context *pipe; member in struct:vl_compositor_state 91 struct pipe_context *pipe; member in struct:vl_compositor 118 vl_compositor_init(struct vl_compositor *compositor, struct pipe_context *pipe); 124 vl_compositor_init_state(struct vl_compositor_state *state, struct pipe_context *pipe);
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
sampler.cpp | 24 #include "pipe/p_state.h" 67 return q.pipe->create_sampler_state(q.pipe, &info); 72 q.pipe->delete_sampler_state(q.pipe, st);
|
/hardware/libhardware/include/hardware/ |
qemu_pipe.h | 32 /* Try to open a new Qemu fast-pipe. This function returns a file descriptor 36 * This file descriptor can be used as a standard pipe/socket descriptor. 50 * You should be able to open several pipes to the same pipe service, 66 snprintf(buff, sizeof buff, "pipe:%s", pipeName); 79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlay.h | 57 * Should be called when drawing begins before any pipe config is done. 62 * Will do garbage collection of pipe objects and thus calling UNSETs, 64 * Should be called after all pipe configs are done. 68 /* Returns an available pipe based on the type of pipe requested. When ANY 69 * is requested, the first available VG or RGB is returned. If no pipe is 70 * available for the display "dpy" then INV is returned. Note: If a pipe is 72 * display without being garbage-collected once. To add if a pipe is 87 /* Returns if any of the requested pipe type is attached to any of the 91 /* Returns pipe dump. Expects a NULL terminated buffer of big enough siz [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_wide_line.c | 31 #include "pipe/p_context.h" 32 #include "pipe/p_defines.h" 33 #include "pipe/p_shader_tokens.h" 156 struct pipe_context *pipe = draw->pipe; local 163 pipe->bind_rasterizer_state(pipe, r); 175 struct pipe_context *pipe = draw->pipe; local 183 pipe->bind_rasterizer_state(pipe, draw->rast_handle) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_context.h | 4 #include "pipe/p_context.h" 5 #include "pipe/p_defines.h" 6 #include "pipe/p_state.h" 160 nv50_context(struct pipe_context *pipe) 162 return (struct nv50_context *)pipe; 173 nv50_context_shader_stage(unsigned pipe) 175 switch (pipe) { 247 nv50_sifc_linear_u8(struct nouveau_context *pipe, 251 nv50_m2mf_copy_linear(struct nouveau_context *pipe, 265 nv50_vertex_state_create(struct pipe_context *pipe, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw_elements.c | 49 struct pipe_context *pipe = &hwtnl->svga->pipe; local 57 dst = pipe_buffer_create( pipe->screen, 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer ); 68 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer ); 76 pipe_buffer_unmap( pipe, src_transfer ); 77 pipe_buffer_unmap( pipe, dst_transfer ); 84 pipe_buffer_unmap( pipe, src_transfer ); 87 pipe_buffer_unmap( pipe, dst_transfer ); 90 pipe->screen->resource_destroy( pipe->screen, dst ) [all...] |
svga_swtnl_draw.c | 29 #include "pipe/p_state.h" 70 map = pipe_buffer_map(&svga->pipe, 82 map = pipe_buffer_map(&svga->pipe, svga->curr.ib.buffer, 91 map = pipe_buffer_map(&svga->pipe, 114 pipe_buffer_unmap(&svga->pipe, vb_transfer[i]); 120 pipe_buffer_unmap(&svga->pipe, ib_transfer); 125 pipe_buffer_unmap(&svga->pipe, cb_transfer); 147 svga->swtnl.draw = draw_create(&svga->pipe); 157 draw_install_aaline_stage(svga->swtnl.draw, &svga->pipe); 158 draw_install_aapoint_stage(svga->swtnl.draw, &svga->pipe); [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_line.c | 31 #include "pipe/p_context.h" 32 #include "pipe/p_defines.h" 33 #include "pipe/p_shader_tokens.h" 156 struct pipe_context *pipe = draw->pipe; local 163 pipe->bind_rasterizer_state(pipe, r); 175 struct pipe_context *pipe = draw->pipe; local 183 pipe->bind_rasterizer_state(pipe, draw->rast_handle) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_context.h | 4 #include "pipe/p_context.h" 5 #include "pipe/p_defines.h" 6 #include "pipe/p_state.h" 160 nv50_context(struct pipe_context *pipe) 162 return (struct nv50_context *)pipe; 173 nv50_context_shader_stage(unsigned pipe) 175 switch (pipe) { 247 nv50_sifc_linear_u8(struct nouveau_context *pipe, 251 nv50_m2mf_copy_linear(struct nouveau_context *pipe, 265 nv50_vertex_state_create(struct pipe_context *pipe, [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw_elements.c | 49 struct pipe_context *pipe = &hwtnl->svga->pipe; local 57 dst = pipe_buffer_create( pipe->screen, 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer ); 68 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer ); 76 pipe_buffer_unmap( pipe, src_transfer ); 77 pipe_buffer_unmap( pipe, dst_transfer ); 84 pipe_buffer_unmap( pipe, src_transfer ); 87 pipe_buffer_unmap( pipe, dst_transfer ); 90 pipe->screen->resource_destroy( pipe->screen, dst ) [all...] |
svga_swtnl_draw.c | 29 #include "pipe/p_state.h" 70 map = pipe_buffer_map(&svga->pipe, 82 map = pipe_buffer_map(&svga->pipe, svga->curr.ib.buffer, 91 map = pipe_buffer_map(&svga->pipe, 114 pipe_buffer_unmap(&svga->pipe, vb_transfer[i]); 120 pipe_buffer_unmap(&svga->pipe, ib_transfer); 125 pipe_buffer_unmap(&svga->pipe, cb_transfer); 147 svga->swtnl.draw = draw_create(&svga->pipe); 157 draw_install_aaline_stage(svga->swtnl.draw, &svga->pipe); 158 draw_install_aapoint_stage(svga->swtnl.draw, &svga->pipe); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_dirty_surfaces.h | 30 #include "pipe/p_state.h" 57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) 65 flush(pipe, &ds->base); 70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) 81 flush(pipe, &ds->base); 86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) 89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
surface.c | 33 #include "pipe/p_video_decoder.h" 34 #include "pipe/p_video_state.h" 35 #include "pipe/p_state.h" 156 struct pipe_context *pipe; local 170 pipe = context_priv->pipe; 177 tmpl.buffer_format = pipe->screen->get_video_param 179 pipe->screen, 186 tmpl.interlaced = pipe->screen->get_video_param 188 pipe->screen 349 struct pipe_context *pipe; local 469 struct pipe_context *pipe; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dirty_surfaces.h | 30 #include "pipe/p_state.h" 57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) 65 flush(pipe, &ds->base); 70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) 81 flush(pipe, &ds->base); 86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) 89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
|