HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 451 - 475 of 5243) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 49 #include "pipe/p_context.h"
50 #include "pipe/p_defines.h"
51 #include "pipe/p_shader_tokens.h"
289 struct pipe_context *pipe = st->pipe; local
311 transfer = pipe_get_transfer(st->pipe, pt, 0, 0,
315 dest = pipe_transfer_map(pipe, transfer);
325 pipe_transfer_unmap(pipe, transfer);
326 pipe->transfer_destroy(pipe, transfer)
414 struct pipe_context *pipe = st->pipe; local
559 struct pipe_context *pipe = st->pipe; local
612 struct pipe_context *pipe = st->pipe; local
641 struct pipe_context *pipe = st->pipe; local
817 struct pipe_context *pipe = st->pipe; local
868 struct pipe_context *pipe = st->pipe; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 14 #include "pipe/p_screen.h"
16 /*XXX get these from pipe's texture limits */
160 create_component_texture(struct pipe_context *pipe,
163 struct pipe_screen *screen = pipe->screen;
188 struct pipe_context *pipe = priv->r->pipe; local
210 dst[0] = create_component_texture(priv->r->pipe, width, height);
215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ);
220 dst[1] = create_component_texture(priv->r->pipe, width, height)
309 struct pipe_context *pipe = port->r->pipe; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 49 #include "pipe/p_context.h"
50 #include "pipe/p_defines.h"
51 #include "pipe/p_shader_tokens.h"
289 struct pipe_context *pipe = st->pipe; local
311 transfer = pipe_get_transfer(st->pipe, pt, 0, 0,
315 dest = pipe_transfer_map(pipe, transfer);
325 pipe_transfer_unmap(pipe, transfer);
326 pipe->transfer_destroy(pipe, transfer)
414 struct pipe_context *pipe = st->pipe; local
559 struct pipe_context *pipe = st->pipe; local
612 struct pipe_context *pipe = st->pipe; local
641 struct pipe_context *pipe = st->pipe; local
817 struct pipe_context *pipe = st->pipe; local
868 struct pipe_context *pipe = st->pipe; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c 84 struct pipe_context *pipe; member in struct:u_vbuf
176 u_vbuf_create(struct pipe_context *pipe,
182 mgr->pipe = pipe;
187 mgr->uploader = u_upload_create(pipe, 1024 * 1024, 4,
199 struct pipe_context *pipe = mgr->pipe; local
230 pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
244 mgr->pipe->set_vertex_buffers(mgr->pipe, 0, NULL)
593 struct pipe_context *pipe = mgr->pipe; local
706 struct pipe_context *pipe = mgr->pipe; local
775 struct pipe_context *pipe = mgr->pipe; local
998 struct pipe_context *pipe = mgr->pipe; local
1141 struct pipe_context *pipe = mgr->pipe; local
    [all...]
u_tile.c 34 #include "pipe/p_defines.h"
48 pipe_get_tile_raw(struct pipe_context *pipe,
61 src = pipe->transfer_map(pipe, pt);
68 pipe->transfer_unmap(pipe, pt);
76 pipe_put_tile_raw(struct pipe_context *pipe,
90 dst = pipe->transfer_map(pipe, pt);
97 pipe->transfer_unmap(pipe, pt)
    [all...]
u_blit.h 33 #include "pipe/p_compiler.h"
35 #include "pipe/p_shader_tokens.h"
53 util_create_blit(struct pipe_context *pipe, struct cso_context *cso);
u_video.h 35 #include "pipe/p_defines.h"
36 #include "pipe/p_video_enums.h"
39 #include "pipe/p_compiler.h"
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 84 struct pipe_context *pipe; member in struct:u_vbuf
176 u_vbuf_create(struct pipe_context *pipe,
182 mgr->pipe = pipe;
187 mgr->uploader = u_upload_create(pipe, 1024 * 1024, 4,
199 struct pipe_context *pipe = mgr->pipe; local
230 pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
244 mgr->pipe->set_vertex_buffers(mgr->pipe, 0, NULL)
593 struct pipe_context *pipe = mgr->pipe; local
706 struct pipe_context *pipe = mgr->pipe; local
775 struct pipe_context *pipe = mgr->pipe; local
998 struct pipe_context *pipe = mgr->pipe; local
1141 struct pipe_context *pipe = mgr->pipe; local
    [all...]
u_tile.c 34 #include "pipe/p_defines.h"
48 pipe_get_tile_raw(struct pipe_context *pipe,
61 src = pipe->transfer_map(pipe, pt);
68 pipe->transfer_unmap(pipe, pt);
76 pipe_put_tile_raw(struct pipe_context *pipe,
90 dst = pipe->transfer_map(pipe, pt);
97 pipe->transfer_unmap(pipe, pt)
    [all...]
  /external/chromium_org/base/mac/
authorization_util.h 15 // tool's stdout (and stdin) via a FILE* pipe. The tool can output its pid
16 // to this pipe, and the main program can read it, and then have something
56 // |pipe| may be NULL, but the tool will always be executed with a pipe in
63 FILE** pipe,
76 FILE** pipe,
  /external/chromium_org/ipc/
ipc_channel_reader.h 14 // This class provides common pipe reading functionality for the
18 // platform-specific parts provide the pipe management through a virtual
58 // Populates the given buffer with data from the pipe.
76 // pipe if necessary.
95 // We read from the pipe into this buffer. Managed by DispatchInputData, do
99 // Large messages that span multiple pipe buffers, get built-up using
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.h 31 #include "pipe/p_context.h"
32 #include "pipe/p_video_decoder.h"
104 * creates a video buffer, can be used as a standard implementation for pipe->create_video_buffer
107 vl_video_buffer_create(struct pipe_context *pipe,
114 vl_video_buffer_create_ex(struct pipe_context *pipe,
123 vl_video_buffer_create_ex2(struct pipe_context *pipe,
vl_matrix_filter.h 34 #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,
vl_median_filter.h 33 #include "pipe/p_state.h"
46 struct pipe_context *pipe; member in struct:vl_median_filter
57 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_blit.c 38 static void svga_surface_copy(struct pipe_context *pipe,
46 struct svga_context *svga = svga_context(pipe);
48 /* struct pipe_screen *screen = pipe->screen;
60 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz,
114 svga_propagate_surface(pipe, dstsurf);
156 svga->pipe.resource_copy_region = svga_surface_copy;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
graw.h 44 #include "pipe/p_compiler.h"
45 #include "pipe/p_format.h"
66 PUBLIC void *graw_parse_geometry_shader( struct pipe_context *pipe,
69 PUBLIC void *graw_parse_vertex_shader( struct pipe_context *pipe,
72 PUBLIC void *graw_parse_fragment_shader( struct pipe_context *pipe,
92 PUBLIC boolean graw_save_surface_to_file(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 31 #include "pipe/p_context.h"
32 #include "pipe/p_video_decoder.h"
104 * creates a video buffer, can be used as a standard implementation for pipe->create_video_buffer
107 vl_video_buffer_create(struct pipe_context *pipe,
114 vl_video_buffer_create_ex(struct pipe_context *pipe,
123 vl_video_buffer_create_ex2(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 38 static void svga_surface_copy(struct pipe_context *pipe,
46 struct svga_context *svga = svga_context(pipe);
48 /* struct pipe_screen *screen = pipe->screen;
60 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz,
114 svga_propagate_surface(pipe, dstsurf);
156 svga->pipe.resource_copy_region = svga_surface_copy;
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 44 #include "pipe/p_compiler.h"
45 #include "pipe/p_format.h"
66 PUBLIC void *graw_parse_geometry_shader( struct pipe_context *pipe,
69 PUBLIC void *graw_parse_vertex_shader( struct pipe_context *pipe,
72 PUBLIC void *graw_parse_fragment_shader( struct pipe_context *pipe,
92 PUBLIC boolean graw_save_surface_to_file(struct pipe_context *pipe,
  /external/chromium_org/mojo/public/bindings/lib/
connector.h 29 // Sets the receiver to handle messages read from the message pipe. The
30 // Connector will only read messages from the pipe if an incoming receiver
35 // the message pipe.
  /external/chromium_org/sandbox/win/src/
named_pipe_interception.cc 23 HANDLE pipe = orig_CreateNamedPipeW(pipe_name, open_mode, pipe_mode, local
27 if (INVALID_HANDLE_VALUE != pipe)
28 return pipe;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_filters.h 34 #include "pipe/p_context.h"
35 #include "pipe/p_shader_tokens.h"
36 #include "pipe/p_state.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.h 31 #include "pipe/p_compiler.h"
32 #include "pipe/p_defines.h"
33 #include "pipe/p_shader_tokens.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 32 #include "pipe/p_context.h"
33 #include "pipe/p_defines.h"
34 #include "pipe/p_state.h"
128 * slot of the user's constant buffer. (set by pipe->set_constant_buffer())
291 void (*saved_bind_fs_state)(struct pipe_context *pipe, void *shader);
299 void (*saved_bind_sampler_states)(struct pipe_context *pipe,
303 void (*saved_set_sampler_views)(struct pipe_context *pipe,
393 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
396 void i915_clear_render(struct pipe_context *pipe, unsigned buffers,
399 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_clear.c 35 #include "pipe/p_defines.h"
48 llvmpipe_clear(struct pipe_context *pipe,
54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);

Completed in 4130 milliseconds

<<11121314151617181920>>