Home
last modified time | relevance | path

Searched refs:pipe (Results 1001 - 1025 of 2990) sorted by relevance

1...<<41424344454647484950>>...120

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c35 #include "pipe/p_context.h"
66 st->pipe->set_clip_state(st->pipe, &clip); in st_update_clip()
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.h30 #include "pipe/p_state.h"
44 struct primconvert_context *util_primconvert_create(struct pipe_context *pipe,
46 struct primconvert_context *util_primconvert_create_config(struct pipe_context *pipe,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h37 #include "pipe/p_screen.h"
38 #include "pipe/p_defines.h"
91 llvmpipe_screen( struct pipe_screen *pipe ) in llvmpipe_screen()
93 return (struct llvmpipe_screen *)pipe; in llvmpipe_screen()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.h33 #include "pipe/p_state.h"
37 struct pipe_context *pipe; member
55 vl_deint_filter_init(struct vl_deint_filter *filter, struct pipe_context *pipe,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h41 struct pipe_context *pipe; member
55 struct pipe_context *pipe,
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h4 #include "pipe/p_context.h"
33 nvc0_query(struct pipe_query *pipe) in nvc0_query() argument
35 return (struct nvc0_query *)pipe; in nvc0_query()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dshim_impl.rs26 pub(in crate::fmt::writer) fn pipe(
28 pipe: Box<Mutex<dyn io::Write + Send + 'static>>,
31 target: WritableTarget::Pipe(pipe),
45 WritableTarget::Pipe(pipe) => pipe.lock().unwrap().write_all(&buf.0)?,
/third_party/rust/crates/rustix/examples/
H A Ddup2_to_replace_stdio.rs6 use rustix::io::{dup2, pipe}; in main()
12 let (reader, writer) = pipe().unwrap(); in main()
41 // Now we can print to "stdout" in the usual way, and it'll go to our pipe. in main()
44 // And we can read from stdin, and it'll read from our pipe. It's a little in main()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_host.c424 int pipe = urb->pipe; in musb_host_packet_rx() local
434 if (usb_pipeisoc(pipe)) { in musb_host_packet_rx()
1154 if (usb_pipeout(urb->pipe) in musb_h_ep0_irq()
1203 int pipe; in musb_host_tx() local
1226 pipe = urb->pipe; in musb_host_tx()
1364 if (!status || dma || usb_pipeisoc(pipe)) { in musb_host_tx()
1371 if (usb_pipeisoc(pipe)) { in musb_host_tx()
1417 } else if ((usb_pipeisoc(pipe) || transfer_pendin in musb_host_tx()
1550 int pipe; musb_rx_dma_inventra_cppi41() local
1622 int length, pipe, done; musb_rx_dma_in_inventra_cppi41() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_debugfs.c384 enum pipe pipe; in gen8_display_interrupt_info() local
386 for_each_pipe(dev_priv, pipe) { in gen8_display_interrupt_info()
390 power_domain = POWER_DOMAIN_PIPE(pipe); in gen8_display_interrupt_info()
395 pipe_name(pipe)); in gen8_display_interrupt_info()
399 pipe_name(pipe), in gen8_display_interrupt_info()
400 I915_READ(GEN8_DE_PIPE_IMR(pipe))); in gen8_display_interrupt_info()
402 pipe_name(pipe), in gen8_display_interrupt_info()
403 I915_READ(GEN8_DE_PIPE_IIR(pipe))); in gen8_display_interrupt_info()
405 pipe_name(pipe), in gen8_display_interrupt_info()
438 int i, pipe; i915_interrupt_info() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_host.c424 int pipe = urb->pipe; in musb_host_packet_rx() local
434 if (usb_pipeisoc(pipe)) { in musb_host_packet_rx()
1148 if (usb_pipeout(urb->pipe) in musb_h_ep0_irq()
1197 int pipe; in musb_host_tx() local
1220 pipe = urb->pipe; in musb_host_tx()
1358 if (!status || dma || usb_pipeisoc(pipe)) { in musb_host_tx()
1365 if (usb_pipeisoc(pipe)) { in musb_host_tx()
1411 } else if ((usb_pipeisoc(pipe) || transfer_pendin in musb_host_tx()
1544 int pipe; musb_rx_dma_inventra_cppi41() local
1616 int length, pipe, done; musb_rx_dma_in_inventra_cppi41() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c848 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; in dcn21_fast_validate_bw() local
849 struct pipe_ctx *mpo_pipe = pipe->bottom_pipe; in dcn21_fast_validate_bw()
852 if (!pipe->stream) in dcn21_fast_validate_bw()
857 && pipe->plane_state && mpo_pipe in dcn21_fast_validate_bw()
859 &pipe->stream->src, in dcn21_fast_validate_bw()
861 ASSERT(mpo_pipe->plane_state != pipe->plane_state); in dcn21_fast_validate_bw()
872 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; in dcn21_fast_validate_bw() local
873 struct pipe_ctx *hsplit_pipe = pipe->bottom_pipe; in dcn21_fast_validate_bw()
875 if (!pipe->stream || pipe_split_from[i] >= 0) in dcn21_fast_validate_bw()
880 if (!pipe in dcn21_fast_validate_bw()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c35 struct omap_drm_pipeline *pipe; member
100 * the upstream part of the video pipe.
130 if (omap_crtc->pipe->output->type == OMAP_DISPLAY_TYPE_HDMI) { in omap_crtc_set_enabled()
365 struct drm_display_mode *mode = &omap_crtc->pipe->crtc->mode; in omap_crtc_manual_display_update()
366 struct omap_dss_device *dssdev = omap_crtc->pipe->output->next; in omap_crtc_manual_display_update()
505 if (omap_crtc->pipe->output->next == NULL || in omap_crtc_mode_valid()
506 omap_crtc->pipe->output->next->type != OMAP_DISPLAY_TYPE_DSI) { in omap_crtc_mode_valid()
558 struct omap_dss_device *display = omap_crtc->pipe->output->next; in omap_crtc_is_manually_updated()
783 struct omap_drm_pipeline *pipe, in omap_crtc_init()
792 channel = pipe in omap_crtc_init()
782 omap_crtc_init(struct drm_device *dev, struct omap_drm_pipeline *pipe, struct drm_plane *plane) omap_crtc_init() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/vx222/
H A Dvx222_ops.c246 struct vx_pipe *pipe, int count) in vx2_dma_write()
249 int offset = pipe->hw_ptr; in vx2_dma_write()
259 if (offset + count >= pipe->buffer_bytes) { in vx2_dma_write()
260 int length = pipe->buffer_bytes - offset; in vx2_dma_write()
269 pipe->hw_ptr = 0; in vx2_dma_write()
271 pipe->hw_ptr += count; in vx2_dma_write()
285 struct vx_pipe *pipe, int count) in vx2_dma_read()
287 int offset = pipe->hw_ptr; in vx2_dma_read()
297 if (offset + count >= pipe->buffer_bytes) { in vx2_dma_read()
298 int length = pipe in vx2_dma_read()
245 vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx2_dma_write() argument
284 vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx2_dma_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c141 struct pipe_ctx *pipe = safe_to_lower in dcn314_disable_otg_wa() local
145 if (pipe->top_pipe || pipe->prev_odm_pipe) in dcn314_disable_otg_wa()
147 if (pipe->stream && (pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal))) { in dcn314_disable_otg_wa()
149 if (pipe->stream_res.tg && pipe->stream_res.tg->funcs->immediate_disable_crtc) in dcn314_disable_otg_wa()
150 pipe->stream_res.tg->funcs->immediate_disable_crtc(pipe in dcn314_disable_otg_wa()
[all...]
/kernel/linux/linux-6.6/sound/pci/vx222/
H A Dvx222_ops.c246 struct vx_pipe *pipe, int count) in vx2_dma_write()
249 int offset = pipe->hw_ptr; in vx2_dma_write()
259 if (offset + count >= pipe->buffer_bytes) { in vx2_dma_write()
260 int length = pipe->buffer_bytes - offset; in vx2_dma_write()
269 pipe->hw_ptr = 0; in vx2_dma_write()
271 pipe->hw_ptr += count; in vx2_dma_write()
285 struct vx_pipe *pipe, int count) in vx2_dma_read()
287 int offset = pipe->hw_ptr; in vx2_dma_read()
297 if (offset + count >= pipe->buffer_bytes) { in vx2_dma_read()
298 int length = pipe in vx2_dma_read()
245 vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx2_dma_write() argument
284 vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) vx2_dma_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_psr.c68 * must be correctly synchronized/cancelled when shutting down the pipe."
100 * When unmasked (nearly) all pipe/plane register writes
883 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; in dc3co_is_pipe_port_compatible() local
888 return pipe <= PIPE_B && port <= PORT_B; in dc3co_is_pipe_port_compatible()
890 return pipe == PIPE_A && port == PORT_A; in dc3co_is_pipe_port_compatible()
1122 "PSR2 not enabled because it would inhibit pipe CRC calculation\n"); in intel_psr2_config_valid()
1142 "PSR2 not enabled, pipe bpp %d > max supported %d\n", in intel_psr2_config_valid()
1339 switch (intel_dp->psr.pipe) { in wa_16013835468_bit_get()
1799 enum pipe pipe = plane->pipe; intel_psr2_disable_plane_sel_fetch_arm() local
1812 enum pipe pipe = plane->pipe; intel_psr2_program_plane_sel_fetch_arm() local
1831 enum pipe pipe = plane->pipe; intel_psr2_program_plane_sel_fetch_noarm() local
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Drpc_pipe_fs.h44 struct list_head pipe; member
61 struct rpc_pipe *pipe; member
129 void rpc_destroy_pipe_data(struct rpc_pipe *pipe);
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_ctx.c21 err = lima_sched_context_init(dev->pipe + i, ctx->context + i, &ctx->guilty); in lima_ctx_create()
37 lima_sched_context_fini(dev->pipe + i, ctx->context + i); in lima_ctx_create()
48 lima_sched_context_fini(ctx->dev->pipe + i, ctx->context + i); in lima_ctx_do_release()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mipi_dbi.h83 * @pipe: Display pipe structure
85 struct drm_simple_display_pipe pipe; member
150 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe,
155 void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/binary/interface/
H A Dia_css_binary.h50 #define NUM_PRIMARY_HQ_STAGES 6 /* number of primary stages for ISP2.6.1 high quality pipe */
51 #define NUM_PRIMARY_STAGES 1 /* number of primary satges for ISP1/ISP2.2 pipe */
183 * @param[in] required_bds_factor: The bayer downscaling factor required in the pipe.
189 * @param[out] pipe_config: The pipe configuration.
205 struct ia_css_pipe *pipe);
210 struct ia_css_pipe *pipe);
216 struct ia_css_pipe *pipe);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Drpc_pipe_fs.h44 struct list_head pipe; member
61 struct rpc_pipe *pipe; member
129 void rpc_destroy_pipe_data(struct rpc_pipe *pipe);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/binary/interface/
H A Dia_css_binary.h50 #define NUM_PRIMARY_HQ_STAGES 6 /* number of primary stages for ISP2.6.1 high quality pipe */
51 #define NUM_PRIMARY_STAGES 1 /* number of primary satges for ISP1/ISP2.2 pipe */
180 * @param[in] required_bds_factor: The bayer downscaling factor required in the pipe.
186 * @param[out] pipe_config: The pipe configuration.
202 struct ia_css_pipe *pipe);
207 struct ia_css_pipe *pipe);
213 struct ia_css_pipe *pipe);
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_ctx.c21 err = lima_sched_context_init(dev->pipe + i, ctx->context + i, &ctx->guilty); in lima_ctx_create()
37 lima_sched_context_fini(dev->pipe + i, ctx->context + i); in lima_ctx_create()
48 lima_sched_context_fini(ctx->dev->pipe + i, ctx->context + i); in lima_ctx_do_release()
/third_party/libuv/test/
H A Dbenchmark-spawn.c84 static void pipe_close_cb(uv_handle_t* pipe) { in pipe_close_cb() argument
91 static void on_read(uv_stream_t* pipe, ssize_t nread, const uv_buf_t* buf) { in on_read() argument
97 uv_close((uv_handle_t*)pipe, pipe_close_cb); in on_read()

Completed in 20 milliseconds

1...<<41424344454647484950>>...120