/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 29 #include "pipe/p_defines.h" 251 svga_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, in svga_clear() argument 255 struct svga_context *svga = svga_context( pipe ); in svga_clear() 282 svga_clear_texture(struct pipe_context *pipe, in svga_clear_texture() argument 288 struct svga_context *svga = svga_context(pipe); in svga_clear_texture() 299 surface = pipe->create_surface(pipe, res, &tmpl); in svga_clear_texture() 423 pipe->screen->is_format_supported(pipe->screen, rtv->format, in svga_clear_texture() 449 util_clear_render_target(pipe, rt in svga_clear_texture() 525 svga_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) svga_clear_render_target() argument [all...] |
H A D | svga_pipe_blend.c | 27 #include "pipe/p_defines.h" 293 svga_create_blend_state(struct pipe_context *pipe, in svga_create_blend_state() argument 296 struct svga_context *svga = svga_context(pipe); in svga_create_blend_state() 297 struct svga_screen *ss = svga_screen(pipe->screen); in svga_create_blend_state() 418 SVGA_STATS_COUNT_INC(svga_screen(svga->pipe.screen)->sws, in svga_create_blend_state() 425 static void svga_bind_blend_state(struct pipe_context *pipe, in svga_bind_blend_state() argument 428 struct svga_context *svga = svga_context(pipe); in svga_bind_blend_state() 434 static void svga_delete_blend_state(struct pipe_context *pipe, in svga_delete_blend_state() argument 437 struct svga_context *svga = svga_context(pipe); in svga_delete_blend_state() 455 static void svga_set_blend_color( struct pipe_context *pipe, in svga_set_blend_color() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 214 void (*select_me_pipe_q)(struct amdgpu_device *adev, u32 me, u32 pipe, 318 /* pipe reservation */ 328 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid) (adev)->gfx.funcs->select_me_pipe_q((adev), (me), (pipe), (q), (vmid)) 370 int pipe, int queue); 372 int *mec, int *pipe, int *queue); 374 int pipe, int queue); 376 int pipe, int queue); 378 int pipe, int queue); 380 int *me, int *pipe, in [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_crtc.c | 249 unsigned int pipe; in sti_crtc_vblank_cb() local 251 pipe = drm_crtc_index(crtc); in sti_crtc_vblank_cb() 252 compo = container_of(nb, struct sti_compositor, vtg_vblank_nb[pipe]); in sti_crtc_vblank_cb() 253 mixer = compo->mixer[pipe]; in sti_crtc_vblank_cb() 285 unsigned int pipe = crtc->index; in sti_crtc_enable_vblank() local 288 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb[pipe]; in sti_crtc_enable_vblank() 289 struct sti_vtg *vtg = compo->vtg[pipe]; in sti_crtc_enable_vblank() 304 unsigned int pipe = crtc->index; in sti_crtc_disable_vblank() local 307 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb[pipe]; in sti_crtc_disable_vblank() 308 struct sti_vtg *vtg = compo->vtg[pipe]; in sti_crtc_disable_vblank() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_crtc.c | 248 unsigned int pipe; in sti_crtc_vblank_cb() local 250 pipe = drm_crtc_index(crtc); in sti_crtc_vblank_cb() 251 compo = container_of(nb, struct sti_compositor, vtg_vblank_nb[pipe]); in sti_crtc_vblank_cb() 252 mixer = compo->mixer[pipe]; in sti_crtc_vblank_cb() 284 unsigned int pipe = crtc->index; in sti_crtc_enable_vblank() local 287 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb[pipe]; in sti_crtc_enable_vblank() 288 struct sti_vtg *vtg = compo->vtg[pipe]; in sti_crtc_enable_vblank() 303 unsigned int pipe = crtc->index; in sti_crtc_disable_vblank() local 306 struct notifier_block *vtg_vblank_nb = &compo->vtg_vblank_nb[pipe]; in sti_crtc_disable_vblank() 307 struct sti_vtg *vtg = compo->vtg[pipe]; in sti_crtc_disable_vblank() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 4 #include "pipe/p_context.h" 5 #include "pipe/p_defines.h" 6 #include "pipe/p_state.h" 237 nv50_context(struct pipe_context *pipe) in nv50_context() argument 239 return (struct nv50_context *)pipe; in nv50_context() 244 nv50_context_shader_stage(unsigned pipe) in nv50_context_shader_stage() argument 246 switch (pipe) { in nv50_context_shader_stage() 324 nv50_sifc_linear_u8(struct nouveau_context *pipe, 328 nv50_m2mf_copy_linear(struct nouveau_context *pipe, 344 nv50_vertex_state_create(struct pipe_context *pipe, [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_point.c | 55 #include "pipe/p_screen.h" 56 #include "pipe/p_context.h" 59 #include "pipe/p_defines.h" 60 #include "pipe/p_shader_tokens.h" 202 struct pipe_context *pipe = draw->pipe; in widepoint_first_point() local 218 pipe->bind_rasterizer_state(pipe, r); in widepoint_first_point() 279 struct pipe_context *pipe = draw->pipe; in widepoint_flush() local [all...] |
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 70 info.append(f'stdin={stdin.pipe}') 75 info.append(f'stdout=stderr={stdout.pipe}') 78 info.append(f'stdout={stdout.pipe}') 80 info.append(f'stderr={stderr.pipe}') 104 proto.pipe.close() 136 return self._pipes[fd].pipe 162 _, pipe = await loop.connect_write_pipe( 165 self._pipes[0] = pipe 168 _, pipe = await loop.connect_read_pipe( 171 self._pipes[1] = pipe [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 33 #include "pipe/p_context.h" 34 #include "pipe-loader/pipe_loader.h" 201 drisw_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, in drisw_present_texture() argument 210 screen->base.screen->flush_frontbuffer(screen->base.screen, pipe, ptex, 0, 0, drawable, sub_box); in drisw_present_texture() 224 drisw_copy_to_front(struct pipe_context *pipe, in drisw_copy_to_front() argument 228 drisw_present_texture(pipe, dPriv, ptex, NULL); in drisw_copy_to_front() 262 dri_pipe_blit(ctx->st->pipe, in drisw_swap_buffers() 267 screen->base.screen->fence_finish(screen->base.screen, ctx->st->pipe, in drisw_swap_buffers() 270 drisw_copy_to_front(ctx->st->pipe, dPriv, ptex); in drisw_swap_buffers() 295 screen->base.screen->fence_finish(screen->base.screen, ctx->st->pipe, in drisw_copy_sub_buffer() 435 struct pipe_context *pipe = st_ctx->pipe; drisw_update_tex_buffer() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_sampler.c | 46 llvmpipe_create_sampler_state(struct pipe_context *pipe, in llvmpipe_create_sampler_state() argument 69 llvmpipe_bind_sampler_states(struct pipe_context *pipe, in llvmpipe_bind_sampler_states() argument 75 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_sampler_states() 118 llvmpipe_set_sampler_views(struct pipe_context *pipe, in llvmpipe_set_sampler_views() argument 126 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_sampler_views() 147 if (view && view->context != pipe) { in llvmpipe_set_sampler_views() 153 llvmpipe_flush_resource(pipe, view->texture, 0, true, false, false, "sampler_view"); in llvmpipe_set_sampler_views() 200 llvmpipe_create_sampler_view(struct pipe_context *pipe, in llvmpipe_create_sampler_view() argument 219 view->context = pipe; in llvmpipe_create_sampler_view() 258 llvmpipe_sampler_view_destroy(struct pipe_context *pipe, in llvmpipe_sampler_view_destroy() argument 267 llvmpipe_delete_sampler_state(struct pipe_context *pipe, void *sampler) llvmpipe_delete_sampler_state() argument [all...] |
H A D | lp_state_surface.c | 31 #include "pipe/p_state.h" 49 llvmpipe_set_framebuffer_state(struct pipe_context *pipe, in llvmpipe_set_framebuffer_state() argument 52 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_framebuffer_state() 70 if (fb->zsbuf && fb->zsbuf->context != pipe) { in llvmpipe_set_framebuffer_state() 76 fb->cbufs[i]->context != pipe) { in llvmpipe_set_framebuffer_state()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.c | 31 #include "pipe/p_screen.h" 32 #include "pipe/p_context.h" 33 #include "pipe/p_state.h" 34 #include "pipe/p_defines.h" 35 #include "pipe/p_format.h" 252 struct pipe_context *pipe; in NineBuffer9_Lock() local 256 DBG("This=%p(pipe=%p) OffsetToLock=0x%x, SizeToLock=0x%x, Flags=0x%x\n", in NineBuffer9_Lock() 391 pipe = NineDevice9_GetPipe(device); in NineBuffer9_Lock() 392 pipe->resource_copy_region(pipe, Thi in NineBuffer9_Lock() 506 struct pipe_context *pipe; NineBuffer9_Unlock() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_mst.c | 574 enum pipe *pipe) in intel_dp_mst_enc_get_hw_state() 577 *pipe = intel_mst->pipe; in intel_dp_mst_enc_get_hw_state() 717 return &intel_dp->mst_encoders[crtc->pipe]->base.base; in intel_mst_atomic_best_encoder() 761 enum pipe pipe; in intel_dp_mst_get_hw_state() local 762 if (!intel_attached_encoder(connector)->get_hw_state(intel_attached_encoder(connector), &pipe)) in intel_dp_mst_get_hw_state() 777 enum pipe pipe; in intel_dp_add_mst_connector() local 573 intel_dp_mst_enc_get_hw_state(struct intel_encoder *encoder, enum pipe *pipe) intel_dp_mst_enc_get_hw_state() argument 857 intel_dp_create_fake_mst_encoder(struct intel_digital_port *dig_port, enum pipe pipe) intel_dp_create_fake_mst_encoder() argument 909 enum pipe pipe; intel_dp_create_fake_mst_encoders() local [all...] |
H A D | intel_panel.c | 439 pfit_control |= PFIT_PIPE(crtc->pipe) | PFIT_FILTER_FUZZY; in intel_gmch_panel_fitting() 567 static u32 _vlv_get_backlight(struct drm_i915_private *dev_priv, enum pipe pipe) in _vlv_get_backlight() argument 569 if (drm_WARN_ON(&dev_priv->drm, pipe != PIPE_A && pipe != PIPE_B)) in _vlv_get_backlight() 572 return intel_de_read(dev_priv, VLV_BLC_PWM_CTL(pipe)) & BACKLIGHT_DUTY_CYCLE_MASK; in _vlv_get_backlight() 578 enum pipe pipe = intel_connector_get_pipe(connector); in vlv_get_backlight() local 580 return _vlv_get_backlight(dev_priv, pipe); in vlv_get_backlight() 652 enum pipe pip in vlv_set_backlight() local 792 enum pipe pipe = to_intel_crtc(old_conn_state->crtc)->pipe; vlv_disable_backlight() local 1021 enum pipe pipe = to_intel_crtc(conn_state->crtc)->pipe; i965_enable_backlight() local 1056 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; vlv_enable_backlight() local 1087 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; bxt_enable_backlight() local 1213 enum pipe pipe = to_intel_crtc(crtc_state->uapi.crtc)->pipe; intel_panel_enable_backlight() local 1779 vlv_setup_backlight(struct intel_connector *connector, enum pipe pipe) vlv_setup_backlight() argument 1894 pwm_setup_backlight(struct intel_connector *connector, enum pipe pipe) pwm_setup_backlight() argument 1966 intel_panel_setup_backlight(struct drm_connector *connector, enum pipe pipe) intel_panel_setup_backlight() argument [all...] |
H A D | intel_sprite.h | 23 enum pipe pipe, int plane); 33 enum pipe pipe, enum plane_id plane_id);
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | mixer.c | 250 struct pipe_context *pipe = NULL; in vlVdpVideoMixerRender() local 348 pipe = vmixer->device->context; in vlVdpVideoMixerRender() 366 res = pipe->screen->resource_create(pipe->screen, &res_tmpl); in vlVdpVideoMixerRender() 369 sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ); in vlVdpVideoMixerRender() 373 surface = pipe->create_surface(pipe, res, &surf_templ); in vlVdpVideoMixerRender() 411 res = pipe->screen->resource_create(pipe in vlVdpVideoMixerRender() 466 struct pipe_context *pipe = vmixer->device->context; vlVdpVideoMixerUpdateDeinterlaceFilter() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 1333 pipes[pipe_cnt++].pipe.scale_ratio_depth.lb_depth = in dcn30_populate_dml_pipes_from_context() 1588 struct pipe_ctx *pipe = NULL; in dcn30_find_split_pipe() local 1592 pipe = &context->res_ctx.pipe_ctx[old_index]; in dcn30_find_split_pipe() 1593 pipe->pipe_idx = old_index; in dcn30_find_split_pipe() 1596 if (!pipe) in dcn30_find_split_pipe() 1601 pipe = &context->res_ctx.pipe_ctx[i]; in dcn30_find_split_pipe() 1602 pipe->pipe_idx = i; in dcn30_find_split_pipe() 1611 * ASSERT(pipe); in dcn30_find_split_pipe() 1613 if (!pipe) in dcn30_find_split_pipe() 1616 pipe in dcn30_find_split_pipe() 1700 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn30_internal_validate_bw() local 1721 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn30_internal_validate_bw() local 1766 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn30_internal_validate_bw() local 1852 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn30_internal_validate_bw() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.h | 30 * @pipe: media pipeline 38 struct media_pipeline pipe; member 50 return container_of(e->pipe, struct xvip_pipeline, pipe); in to_xvip_pipeline() 59 * @pipe: pipeline belonging to the DMA channel 79 struct xvip_pipeline pipe; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_viewport.c | 34 #include "pipe/p_context.h" 79 struct pipe_context *pipe = st->pipe; in st_update_viewport() local 81 pipe->set_viewport_states(pipe, 1, st->state.num_viewports - 1, in st_update_viewport()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_draw_quad.c | 29 #include "pipe/p_context.h" 30 #include "pipe/p_defines.h" 42 util_draw_vertex_buffer(struct pipe_context *pipe, in util_draw_vertex_buffer() argument 55 /* tell pipe about the vertex buffer */ in util_draw_vertex_buffer() 67 pipe->set_vertex_buffers(pipe, vbuf_slot, 1, 0, false, &vbuffer); in util_draw_vertex_buffer() 68 util_draw_arrays(pipe, prim_type, 0, num_verts); in util_draw_vertex_buffer()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_cursor.h | 9 enum pipe; 15 enum pipe pipe);
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 812 * When it is true, pipe configuration enable_dz will be set to false. 828 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe() 832 pipe->type = buf_type; in atomisp_init_subdev_pipe() 833 pipe->asd = asd; in atomisp_init_subdev_pipe() 834 pipe->isp = asd->isp; in atomisp_init_subdev_pipe() 835 spin_lock_init(&pipe->irq_lock); in atomisp_init_subdev_pipe() 836 mutex_init(&pipe->vb_queue_mutex); in atomisp_init_subdev_pipe() 839 pipe->vb_queue.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in atomisp_init_subdev_pipe() 840 pipe->vb_queue.io_modes = VB2_MMAP | VB2_USERPTR; in atomisp_init_subdev_pipe() 841 pipe in atomisp_init_subdev_pipe() 827 atomisp_init_subdev_pipe(struct atomisp_sub_device *asd, struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) atomisp_init_subdev_pipe() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | isp116x.h | 509 #define PIPETYPE(pipe) ({ char *__s; \ 510 if (usb_pipecontrol(pipe)) __s = "ctrl"; \ 511 else if (usb_pipeint(pipe)) __s = "int"; \ 512 else if (usb_pipebulk(pipe)) __s = "bulk"; \ 515 #define PIPEDIR(pipe) ({ usb_pipein(pipe) ? "in" : "out"; }) 522 unsigned int pipe; in urb_dbg() local 528 pipe = urb->pipe; in urb_dbg() 530 usb_pipedevice(pipe), usb_pipeendpoin in urb_dbg() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_drv.c | 60 args->value = ldev->pipe[lima_pipe_pp].num_processor; in lima_ioctl_get_param() 107 struct lima_sched_pipe *pipe; in lima_ioctl_gem_submit() local 114 if (args->pipe >= lima_pipe_num || args->nr_bos == 0) in lima_ioctl_gem_submit() 120 pipe = ldev->pipe + args->pipe; in lima_ioctl_gem_submit() 121 if (args->frame_size != pipe->frame_size) in lima_ioctl_gem_submit() 134 task = kmem_cache_zalloc(pipe->task_slab, GFP_KERNEL); in lima_ioctl_gem_submit() 146 err = pipe->task_validate(pipe, tas in lima_ioctl_gem_submit() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | isp116x.h | 508 #define PIPETYPE(pipe) ({ char *__s; \ 509 if (usb_pipecontrol(pipe)) __s = "ctrl"; \ 510 else if (usb_pipeint(pipe)) __s = "int"; \ 511 else if (usb_pipebulk(pipe)) __s = "bulk"; \ 514 #define PIPEDIR(pipe) ({ usb_pipein(pipe) ? "in" : "out"; }) 521 unsigned int pipe; in urb_dbg() local 527 pipe = urb->pipe; in urb_dbg() 529 usb_pipedevice(pipe), usb_pipeendpoin in urb_dbg() [all...] |