Home
last modified time | relevance | path

Searched defs:pipe (Results 201 - 225 of 632) sorted by relevance

12345678910>>...26

/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c12 uv_pipe_t pipe; member
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c58 drm_public struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new() argument
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_bo.c80 static int kgsl_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in kgsl_bo_cpu_prep() argument
181 fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) in fd_bo_from_fbdev() argument
H A Dkgsl_pipe.c32 static int kgsl_pipe_get_param(struct fd_pipe *pipe, in kgsl_pipe_get_param() argument
60 static int kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in kgsl_pipe_wait() argument
96 static void kgsl_pipe_destroy(struct fd_pipe *pipe) in kgsl_pipe_destroy() argument
119 drm_private int is_kgsl_pipe(struct fd_pipe *pipe) in is_kgsl_pipe() argument
128 struct fd_pipe *pipe = &kgsl_pipe->base; in kgsl_pipe_add_submit() local
142 struct fd_pipe *pipe = &kgsl_pipe->base; kgsl_pipe_pre_submit() local
159 struct fd_pipe *pipe = &kgsl_pipe->base; kgsl_pipe_post_submit() local
178 struct fd_pipe *pipe = &kgsl_pipe->base; kgsl_pipe_process_pending() local
220 struct fd_pipe *pipe = NULL; kgsl_pipe_new() local
[all...]
H A Dkgsl_ringbuffer.c41 struct kgsl_pipe *pipe; member
74 static struct kgsl_rb_bo * kgsl_rb_bo_new(struct kgsl_pipe *pipe, uint32_t size) in kgsl_rb_bo_new() argument
204 kgsl_ringbuffer_new(struct fd_pipe *pipe, uint32_t size, enum fd_ringbuffer_flags flags) kgsl_ringbuffer_new() argument
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.h67 struct fd_pipe *pipe; member
H A Dfreedreno_bo.c344 drm_public int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() argument
355 drm_public struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) in fd_bo_from_fbdev() argument
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h55 uint32_t pipe; member
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h36 struct fd_pipe *pipe; member in pps::FreedrenoDriver
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new() argument
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c30 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() argument
49 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param() argument
75 virtio_pipe_get_param(struct fd_pipe *pipe, enu argument
116 virtio_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence, uint64_t timeout) virtio_pipe_wait() argument
146 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) open_submitqueue() argument
174 close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) close_submitqueue() argument
180 virtio_pipe_destroy(struct fd_pipe *pipe) virtio_pipe_destroy() argument
234 struct fd_pipe *pipe = NULL; virtio_pipe_new() local
[all...]
H A Dvirtio_ringbuffer.c231 virtio_submit_new(struct fd_pipe *pipe) in virtio_submit_new() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c45 void cso_delete_state(struct pipe_context *pipe, void *state, in cso_delete_state() argument
159 cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) cso_cache_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c220 svga_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info, in svga_draw_vbo() argument
H A Dsvga_pipe_misc.c38 svga_set_scissor_states(struct pipe_context *pipe, in svga_set_scissor_states() argument
58 svga_set_polygon_stipple(struct pipe_context *pipe, in svga_set_polygon_stipple() argument
115 svga_set_framebuffer_state(struct pipe_context *pipe, const struct pipe_framebuffer_state *fb) svga_set_framebuffer_state() argument
191 svga_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) svga_set_clip_state() argument
203 svga_set_viewport_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *viewports) svga_set_viewport_states() argument
227 svga_set_debug_callback(struct pipe_context *pipe, const struct util_debug_callback *cb) svga_set_debug_callback() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c32 static void virgl_copy_region_with_blit(struct pipe_context *pipe, in virgl_copy_region_with_blit() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dinvalid.cpp45 clGetPipeInfo(cl_mem pipe, in clGetPipeInfo() argument
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dpresentation.c211 struct pipe_context *pipe; in vlVdpPresentationQueueDisplay() local
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c54 struct pipe_context *pipe; member
103 struct pipe_context *pipe = wdt->winsys->pipe; in wsw_dt_get_stride() local
215 struct pipe_context *pipe = wdt->winsys->pipe; wsw_dt_map() local
251 struct pipe_context *pipe = wdt->winsys->pipe; wsw_dt_unmap() local
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DQuery.cpp109 struct pipe_context *pipe = pDevice->pipe; in CreateQuery() local
140 struct pipe_context *pipe = CastPipeContext(hDevice); in DestroyQuery() local
168 struct pipe_context *pipe = pDevice->pipe; in QueryBegin() local
199 struct pipe_context *pipe = pDevice->pipe; QueryEnd() local
232 struct pipe_context *pipe = pDevice->pipe; QueryGetData() local
346 struct pipe_context *pipe = pDevice->pipe; SetPredication() local
382 struct pipe_context *pipe = pDevice->pipe; CheckPredicate() local
[all...]
H A DRasterizer.cpp58 struct pipe_context *pipe = CastPipeContext(hDevice); in SetViewports() local
111 struct pipe_context *pipe = CastPipeContext(hDevice); in SetScissorRects() local
207 struct pipe_context *pipe = CastPipeContext(hDevice); in CreateRasterizerState() local
260 struct pipe_context *pipe in DestroyRasterizerState() local
283 struct pipe_context *pipe = CastPipeContext(hDevice); SetRasterizerState() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c64 struct pipe_context *pipe; member
133 nine_upload_create(struct pipe_context *pipe, unsigned buffers_size, in nine_upload_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_uvd.c58 struct pipe_video_buffer *r600_video_buffer_create(struct pipe_context *pipe, in r600_video_buffer_create() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dxvmc_private.h54 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c65 struct pipe_context *pipe; member
[all...]

Completed in 11 milliseconds

12345678910>>...26