Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_pipe.c37 struct fd_pipe *pipe; in fd_pipe_new2() local
95 fd_pipe_ref(struct fd_pipe *pipe) in fd_pipe_ref()
104 fd_pipe_ref_locked(struct fd_pipe *pipe) in fd_pipe_ref_locked()
112 fd_pipe_del(struct fd_pipe *pipe) in fd_pipe_del()
120 fd_pipe_del_locked(struct fd_pipe *pipe) in fd_pipe_del_locked()
135 fd_pipe_purge(struct fd_pipe *pipe) in fd_pipe_purge()
162 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) in fd_pipe_get_param()
168 fd_pipe_dev_id(struct fd_pipe *pipe) in fd_pipe_dev_id()
174 fd_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence) in fd_pipe_wait()
180 fd_pipe_wait_timeout(struct fd_pipe *pipe, const struct fd_fence *fence, in fd_pipe_wait_timeout()
[all …]
Dmsm_pipe.c32 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param()
52 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param()
72 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param()
111 msm_pipe_wait(struct fd_pipe *pipe, const struct fd_fence *fence, uint64_t timeout) in msm_pipe_wait()
131 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue()
161 close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) in close_submitqueue()
171 msm_pipe_destroy(struct fd_pipe *pipe) in msm_pipe_destroy()
201 get_param(struct fd_pipe *pipe, uint32_t param) in get_param()
220 struct fd_pipe *pipe = NULL; in msm_pipe_new() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c39 softpipe_create_blend_state(struct pipe_context *pipe, in softpipe_create_blend_state()
47 softpipe_bind_blend_state(struct pipe_context *pipe, in softpipe_bind_blend_state()
61 softpipe_delete_blend_state(struct pipe_context *pipe, in softpipe_delete_blend_state()
69 softpipe_set_blend_color(struct pipe_context *pipe, in softpipe_set_blend_color()
89 softpipe_create_depth_stencil_state(struct pipe_context *pipe, in softpipe_create_depth_stencil_state()
97 softpipe_bind_depth_stencil_state(struct pipe_context *pipe, in softpipe_bind_depth_stencil_state()
109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in softpipe_delete_depth_stencil_state()
116 softpipe_set_stencil_ref(struct pipe_context *pipe, in softpipe_set_stencil_ref()
128 softpipe_set_sample_mask(struct pipe_context *pipe, in softpipe_set_sample_mask()
135 softpipe_init_blend_funcs(struct pipe_context *pipe) in softpipe_init_blend_funcs()
Dsp_state_shader.c124 softpipe_shader_db(struct pipe_context *pipe, const struct tgsi_token *tokens) in softpipe_shader_db()
140 softpipe_create_shader_state(struct pipe_context *pipe, in softpipe_create_shader_state()
167 softpipe_create_fs_state(struct pipe_context *pipe, in softpipe_create_fs_state()
190 softpipe_bind_fs_state(struct pipe_context *pipe, void *fs) in softpipe_bind_fs_state()
218 softpipe_delete_fs_state(struct pipe_context *pipe, void *fs) in softpipe_delete_fs_state()
248 softpipe_create_vs_state(struct pipe_context *pipe, in softpipe_create_vs_state()
282 softpipe_bind_vs_state(struct pipe_context *pipe, void *vs) in softpipe_bind_vs_state()
296 softpipe_delete_vs_state(struct pipe_context *pipe, void *vs) in softpipe_delete_vs_state()
309 softpipe_create_gs_state(struct pipe_context *pipe, in softpipe_create_gs_state()
344 softpipe_bind_gs_state(struct pipe_context *pipe, void *gs) in softpipe_bind_gs_state()
[all …]
Dsp_state_rasterizer.c37 softpipe_create_rasterizer_state(struct pipe_context *pipe, in softpipe_create_rasterizer_state()
45 softpipe_bind_rasterizer_state(struct pipe_context *pipe, in softpipe_bind_rasterizer_state()
63 softpipe_delete_rasterizer_state(struct pipe_context *pipe, in softpipe_delete_rasterizer_state()
71 softpipe_init_rasterizer_funcs(struct pipe_context *pipe) in softpipe_init_rasterizer_funcs()
Dsp_state_clip.c36 softpipe_set_clip_state(struct pipe_context *pipe, in softpipe_set_clip_state()
47 softpipe_set_viewport_states(struct pipe_context *pipe, in softpipe_set_viewport_states()
65 softpipe_set_scissor_states(struct pipe_context *pipe, in softpipe_set_scissor_states()
84 softpipe_set_polygon_stipple(struct pipe_context *pipe, in softpipe_set_polygon_stipple()
97 softpipe_init_clip_funcs(struct pipe_context *pipe) in softpipe_init_clip_funcs()
Dsp_state_vertex.c43 softpipe_create_vertex_elements_state(struct pipe_context *pipe, in softpipe_create_vertex_elements_state()
59 softpipe_bind_vertex_elements_state(struct pipe_context *pipe, in softpipe_bind_vertex_elements_state()
75 softpipe_delete_vertex_elements_state(struct pipe_context *pipe, void *velems) in softpipe_delete_vertex_elements_state()
82 softpipe_set_vertex_buffers(struct pipe_context *pipe, in softpipe_set_vertex_buffers()
106 softpipe_init_vertex_funcs(struct pipe_context *pipe) in softpipe_init_vertex_funcs()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c39 nv30_blend_state_create(struct pipe_context *pipe, in nv30_blend_state_create()
119 nv30_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_bind()
128 nv30_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_blend_state_delete()
134 nv30_rasterizer_state_create(struct pipe_context *pipe, in nv30_rasterizer_state_create()
196 nv30_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_bind()
205 nv30_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_rasterizer_state_delete()
211 nv30_zsa_state_create(struct pipe_context *pipe, in nv30_zsa_state_create()
274 nv30_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_bind()
283 nv30_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nv30_zsa_state_delete()
289 nv30_set_blend_color(struct pipe_context *pipe, in nv30_set_blend_color()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c90 nvc0_blend_state_create(struct pipe_context *pipe, in nvc0_blend_state_create()
196 nvc0_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_bind()
205 nvc0_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_blend_state_delete()
212 nvc0_rasterizer_state_create(struct pipe_context *pipe, in nvc0_rasterizer_state_create()
348 nvc0_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_bind()
357 nvc0_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_rasterizer_state_delete()
363 nvc0_zsa_state_create(struct pipe_context *pipe, in nvc0_zsa_state_create()
426 nvc0_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_bind()
435 nvc0_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_zsa_state_delete()
447 nvc0_sampler_state_delete(struct pipe_context *pipe, void *hwcso) in nvc0_sampler_state_delete()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c45 llvmpipe_create_blend_state(struct pipe_context *pipe, in llvmpipe_create_blend_state()
62 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state()
78 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state()
85 llvmpipe_set_blend_color(struct pipe_context *pipe, in llvmpipe_set_blend_color()
110 llvmpipe_create_depth_stencil_state(struct pipe_context *pipe, in llvmpipe_create_depth_stencil_state()
133 llvmpipe_bind_depth_stencil_state(struct pipe_context *pipe, in llvmpipe_bind_depth_stencil_state()
150 llvmpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in llvmpipe_delete_depth_stencil_state()
157 llvmpipe_set_stencil_ref(struct pipe_context *pipe, in llvmpipe_set_stencil_ref()
174 llvmpipe_set_sample_mask(struct pipe_context *pipe, in llvmpipe_set_sample_mask()
189 llvmpipe_set_min_samples(struct pipe_context *pipe, in llvmpipe_set_min_samples()
Dlp_state_tess.c41 llvmpipe_create_tcs_state(struct pipe_context *pipe, in llvmpipe_create_tcs_state()
78 llvmpipe_bind_tcs_state(struct pipe_context *pipe, void *tcs) in llvmpipe_bind_tcs_state()
92 llvmpipe_delete_tcs_state(struct pipe_context *pipe, void *tcs) in llvmpipe_delete_tcs_state()
109 llvmpipe_create_tes_state(struct pipe_context *pipe, in llvmpipe_create_tes_state()
146 llvmpipe_bind_tes_state(struct pipe_context *pipe, void *tes) in llvmpipe_bind_tes_state()
160 llvmpipe_delete_tes_state(struct pipe_context *pipe, void *tes) in llvmpipe_delete_tes_state()
176 llvmpipe_set_tess_state(struct pipe_context *pipe, in llvmpipe_set_tess_state()
185 llvmpipe_set_patch_vertices(struct pipe_context *pipe, uint8_t patch_vertices) in llvmpipe_set_patch_vertices()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c117 nv50_blend_state_create(struct pipe_context *pipe, in nv50_blend_state_create()
209 nv50_blend_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_bind()
218 nv50_blend_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_blend_state_delete()
225 nv50_rasterizer_state_create(struct pipe_context *pipe, in nv50_rasterizer_state_create()
346 nv50_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_bind()
355 nv50_rasterizer_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_rasterizer_state_delete()
361 nv50_zsa_state_create(struct pipe_context *pipe, in nv50_zsa_state_create()
440 nv50_zsa_state_bind(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_bind()
449 nv50_zsa_state_delete(struct pipe_context *pipe, void *hwcso) in nv50_zsa_state_delete()
484 nv50_sampler_state_create(struct pipe_context *pipe, in nv50_sampler_state_create()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c52 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_create_query() local
77 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_create_batch_query() local
103 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_destroy_query() local
113 struct pipe_context *pipe = dctx->pipe; in dd_context_begin_query() local
122 struct pipe_context *pipe = dctx->pipe; in dd_context_end_query() local
132 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_get_query_result() local
140 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_set_active_query_state() local
151 struct pipe_context *pipe = dctx->pipe; in dd_context_render_condition() local
222 struct pipe_context *pipe = dctx->pipe; in DD_CSO_WHOLE() local
247 struct pipe_context *pipe = dd_context(_pipe)->pipe; in dd_context_create_vertex_elements_state() local
[all …]
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c149 i915_create_blend_state(struct pipe_context *pipe, in i915_create_blend_state()
230 i915_bind_blend_state(struct pipe_context *pipe, void *blend) in i915_bind_blend_state()
243 i915_delete_blend_state(struct pipe_context *pipe, void *blend) in i915_delete_blend_state()
249 i915_set_blend_color(struct pipe_context *pipe, in i915_set_blend_color()
263 i915_set_stencil_ref(struct pipe_context *pipe, in i915_set_stencil_ref()
274 i915_create_sampler_state(struct pipe_context *pipe, in i915_create_sampler_state()
348 i915_bind_sampler_states(struct pipe_context *pipe, in i915_bind_sampler_states()
380 i915_delete_sampler_state(struct pipe_context *pipe, void *sampler) in i915_delete_sampler_state()
442 struct pipe_context *pipe, in i915_create_depth_stencil_state()
502 i915_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in i915_bind_depth_stencil_state()
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c42 struct pipe_context *pipe = st->pipe; in st_have_perfquery() local
55 struct pipe_context *pipe = st_context(ctx)->pipe; in st_InitPerfQueryInfo() local
68 struct pipe_context *pipe = st_context(ctx)->pipe; in st_GetPerfQueryInfo() local
115 struct pipe_context *pipe = st_context(ctx)->pipe; in st_GetPerfCounterInfo() local
129 struct pipe_context *pipe = st_context(ctx)->pipe; in st_DeletePerfQuery() local
144 struct pipe_context *pipe = st_context(ctx)->pipe; in st_BeginPerfQuery() local
161 struct pipe_context *pipe = st_context(ctx)->pipe; in st_EndPerfQuery() local
169 struct pipe_context *pipe = st_context(ctx)->pipe; in st_WaitPerfQuery() local
179 struct pipe_context *pipe = st_context(ctx)->pipe; in st_IsPerfQueryReady() local
194 struct pipe_context *pipe = st_context(ctx)->pipe; in st_GetPerfQueryData() local
[all …]
/third_party/libdrm/freedreno/
Dfreedreno_pipe.c39 struct fd_pipe *pipe; in fd_pipe_new2() local
74 drm_public struct fd_pipe * fd_pipe_ref(struct fd_pipe *pipe) in fd_pipe_ref()
80 drm_public void fd_pipe_del(struct fd_pipe *pipe) in fd_pipe_del()
87 drm_public int fd_pipe_get_param(struct fd_pipe *pipe, in fd_pipe_get_param()
93 drm_public int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp) in fd_pipe_wait()
98 drm_public int fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, in fd_pipe_wait_timeout()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp70 swr_create_blend_state(struct pipe_context *pipe, in swr_create_blend_state()
136 swr_bind_blend_state(struct pipe_context *pipe, void *blend) in swr_bind_blend_state()
149 swr_delete_blend_state(struct pipe_context *pipe, void *blend) in swr_delete_blend_state()
155 swr_set_blend_color(struct pipe_context *pipe, in swr_set_blend_color()
166 swr_set_stencil_ref(struct pipe_context *pipe, in swr_set_stencil_ref()
178 struct pipe_context *pipe, in swr_create_depth_stencil_state()
190 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in swr_bind_depth_stencil_state()
203 swr_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in swr_delete_depth_stencil_state()
210 swr_create_rasterizer_state(struct pipe_context *pipe, in swr_create_rasterizer_state()
220 swr_bind_rasterizer_state(struct pipe_context *pipe, void *handle) in swr_bind_rasterizer_state()
[all …]
Dswr_query.cpp41 swr_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in swr_create_query()
61 swr_destroy_query(struct pipe_context *pipe, struct pipe_query *q) in swr_destroy_query()
76 swr_get_query_result(struct pipe_context *pipe, in swr_get_query_result()
162 swr_begin_query(struct pipe_context *pipe, struct pipe_query *q) in swr_begin_query()
196 swr_end_query(struct pipe_context *pipe, struct pipe_query *q) in swr_end_query()
233 swr_check_render_cond(struct pipe_context *pipe) in swr_check_render_cond()
255 swr_set_active_query_state(struct pipe_context *pipe, bool enable) in swr_set_active_query_state()
260 swr_query_init(struct pipe_context *pipe) in swr_query_init()
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c31 static int query_param(struct fd_pipe *pipe, uint32_t param, in query_param()
51 static int msm_pipe_get_param(struct fd_pipe *pipe, in msm_pipe_get_param()
78 static int msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, in msm_pipe_wait()
99 static int open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue()
128 static void close_submitqueue(struct fd_pipe *pipe, uint32_t queue_id) in close_submitqueue()
137 static void msm_pipe_destroy(struct fd_pipe *pipe) in msm_pipe_destroy()
157 static uint64_t get_param(struct fd_pipe *pipe, uint32_t param) in get_param()
176 struct fd_pipe *pipe = NULL; in msm_pipe_new() local
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c97 struct pipe_context *pipe = tr_ctx->pipe; in dump_fb_state() local
120 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_draw_vbo() local
153 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_draw_vertex_state() local
183 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_create_query() local
220 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_destroy_query() local
242 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_begin_query() local
264 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_end_query() local
290 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_get_query_result() local
327 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_set_active_query_state() local
345 struct pipe_context *pipe = tr_ctx->pipe; in trace_context_create_blend_state() local
[all …]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c45 struct pipe_context *pipe = rb_pipe->pipe; in rbug_destroy() local
124 struct pipe_context *pipe = rb_pipe->pipe; in rbug_draw_vbo() local
152 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_query() local
168 struct pipe_context *pipe = rb_pipe->pipe; in rbug_destroy_query() local
181 struct pipe_context *pipe = rb_pipe->pipe; in rbug_begin_query() local
195 struct pipe_context *pipe = rb_pipe->pipe; in rbug_end_query() local
213 struct pipe_context *pipe = rb_pipe->pipe; in rbug_get_query_result() local
230 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_active_query_state() local
242 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_blend_state() local
258 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_blend_state() local
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c34 svga_set_tess_state(struct pipe_context *pipe, in svga_set_tess_state()
51 svga_set_patch_vertices(struct pipe_context *pipe, uint8_t patch_vertices) in svga_set_patch_vertices()
60 svga_create_tcs_state(struct pipe_context *pipe, in svga_create_tcs_state()
88 svga_bind_tcs_state(struct pipe_context *pipe, void *shader) in svga_bind_tcs_state()
102 svga_delete_tcs_state(struct pipe_context *pipe, void *shader) in svga_delete_tcs_state()
144 svga_create_tes_state(struct pipe_context *pipe, in svga_create_tes_state()
172 svga_bind_tes_state(struct pipe_context *pipe, void *shader) in svga_bind_tes_state()
186 svga_delete_tes_state(struct pipe_context *pipe, void *shader) in svga_delete_tes_state()
/third_party/node/src/
Dstream_pipe.cc118 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamAlloc() local
126 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamRead() local
167 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamAfterWrite() local
204 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamAfterShutdown() local
212 StreamPipe* pipe = ContainerOf(&StreamPipe::readable_listener_, this); in OnStreamDestroy() local
220 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamDestroy() local
228 StreamPipe* pipe = ContainerOf(&StreamPipe::writable_listener_, this); in OnStreamWantsWrite() local
261 StreamPipe* pipe; in Start() local
268 StreamPipe* pipe; in Unpipe() local
274 StreamPipe* pipe; in IsClosed() local
[all …]
/third_party/boost/boost/compute/
Dpipe.hpp32 class pipe : public memory_object class
36 pipe() in pipe() function in boost::compute::pipe
43 explicit pipe(cl_mem mem, bool retain = true) in pipe() function in boost::compute::pipe
49 pipe(const context &context, in pipe() function in boost::compute::pipe
68 pipe(const pipe &other) in pipe() function in boost::compute::pipe
85 pipe(pipe&& other) BOOST_NOEXCEPT in pipe() function in boost::compute::pipe
/third_party/boost/libs/compute/include/boost/compute/
Dpipe.hpp32 class pipe : public memory_object class
36 pipe() in pipe() function in boost::compute::pipe
43 explicit pipe(cl_mem mem, bool retain = true) in pipe() function in boost::compute::pipe
49 pipe(const context &context, in pipe() function in boost::compute::pipe
68 pipe(const pipe &other) in pipe() function in boost::compute::pipe
85 pipe(pipe&& other) BOOST_NOEXCEPT in pipe() function in boost::compute::pipe

12345678910>>...28