/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 89 r->pipe->set_scissor_states(r->pipe, 0, 1, &r->scissor); in renderer_draw() 381 *cbuf = pipe_buffer_create_const0(r->pipe->screen, in renderer_set_constants() 387 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants() 389 pipe_set_constant_buffer(r->pipe, shader_type, 0, *cbuf); in renderer_set_constants() 399 struct pipe_context *pipe = r->pipe; in renderer_copy_prepare() local 400 struct pipe_screen *screen = pipe->screen; in renderer_copy_prepare() 448 src_view = pipe->create_sampler_view(pipe, src_textur in renderer_copy_prepare() [all...] |
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_audio_component.h | 47 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate); 60 int (*get_eld)(struct device *, int port, int pipe, bool *enabled, 80 void (*pin_eld_notify)(void *audio_ptr, int port, int pipe);
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css-params.h | 7 int imgu_css_cfg_acc(struct imgu_css *css, unsigned int pipe, 13 int imgu_css_cfg_vmem0(struct imgu_css *css, unsigned int pipe, 18 int imgu_css_cfg_dmem0(struct imgu_css *css, unsigned int pipe,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_audio_component.h | 50 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate); 63 int (*get_eld)(struct device *, int port, int pipe, bool *enabled, 83 void (*pin_eld_notify)(void *audio_ptr, int port, int pipe);
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css-params.h | 7 int imgu_css_cfg_acc(struct imgu_css *css, unsigned int pipe, 13 int imgu_css_cfg_vmem0(struct imgu_css *css, unsigned int pipe, 18 int imgu_css_cfg_dmem0(struct imgu_css *css, unsigned int pipe,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.h | 16 enum pipe; 21 enum pipe pipe, enum plane_id plane_id);
|
H A D | intel_sprite.h | 17 enum pipe; 20 enum pipe pipe, int plane);
|
H A D | intel_pch_display.h | 11 enum pipe; 19 enum pipe pch_transcoder); 20 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc);
|
/third_party/musl/src/unistd/sh/ |
H A D | pipe.s | 1 .global pipe 2 .type pipe, @function 3 pipe: label
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_upload_mgr.h | 35 #include "pipe/p_compiler.h" 36 #include "pipe/p_defines.h" 48 * \param pipe Pipe driver. 55 u_upload_create(struct pipe_context *pipe, unsigned default_size, 63 u_upload_create_default(struct pipe_context *pipe); 70 u_upload_clone(struct pipe_context *pipe, struct u_upload_mgr *upload);
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 29 #include "pipe/p_context.h" 30 #include "pipe-loader/pipe_loader.h" 204 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() 390 struct pipe_context *pipe = ctx->st->pipe; in handle_in_fence() local 401 pipe->create_fence_fd(pipe, &fence, fd, PIPE_FD_TYPE_NATIVE_SYNC); in handle_in_fence() 402 pipe->fence_server_sync(pipe, fenc in handle_in_fence() 691 kopper_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv, struct pipe_resource *ptex, struct pipe_box *sub_box) kopper_present_texture() argument 701 kopper_copy_to_front(struct pipe_context *pipe, __DRIdrawable * dPriv, struct pipe_resource *ptex) kopper_copy_to_front() argument 805 struct pipe_context *pipe = st_ctx->pipe; kopper_update_tex_buffer() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_reg.h | 156 * - pipe enabled 431 * This register controls the LVDS output enable, pipe selection, and data 439 * the DPLL semantics change when the LVDS is assigned to that pipe. 442 /* Selects pipe B for LVDS data. Must be set on pre-965. */ 1283 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) 1324 #define SB_M(pipe) _PIPE(pipe, _SB_M_A, _SB_M_B) 1330 #define SB_N_VCO(pipe) _PIPE(pipe, _SB_N_VCO_ [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 765 unsigned int pipe = crtc->index; in radeon_get_vblank_counter_kms() local 770 if (pipe >= rdev->num_crtc) { in radeon_get_vblank_counter_kms() 771 DRM_ERROR("Invalid crtc %u\n", pipe); in radeon_get_vblank_counter_kms() 783 if (rdev->mode_info.crtcs[pipe]) { in radeon_get_vblank_counter_kms() 788 count = radeon_get_vblank_counter(rdev, pipe); in radeon_get_vblank_counter_kms() 794 dev, pipe, GET_DISTANCE_TO_VBLANKSTART, in radeon_get_vblank_counter_kms() 796 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms() 797 } while (count != radeon_get_vblank_counter(rdev, pipe)); in radeon_get_vblank_counter_kms() 805 pipe, vpos); in radeon_get_vblank_counter_kms() 817 count = radeon_get_vblank_counter(rdev, pipe); in radeon_get_vblank_counter_kms() 835 unsigned int pipe = crtc->index; radeon_enable_vblank_kms() local 862 unsigned int pipe = crtc->index; radeon_disable_vblank_kms() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_reg.h | 156 * - pipe enabled 431 * This register controls the LVDS output enable, pipe selection, and data 439 * the DPLL semantics change when the LVDS is assigned to that pipe. 442 /* Selects pipe B for LVDS data. Must be set on pre-965. */ 1241 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) 1282 #define SB_M(pipe) _PIPE(pipe, _SB_M_A, _SB_M_B) 1288 #define SB_N_VCO(pipe) _PIPE(pipe, _SB_N_VCO_ [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 764 unsigned int pipe = crtc->index; in radeon_get_vblank_counter_kms() local 769 if (pipe >= rdev->num_crtc) { in radeon_get_vblank_counter_kms() 770 DRM_ERROR("Invalid crtc %u\n", pipe); in radeon_get_vblank_counter_kms() 782 if (rdev->mode_info.crtcs[pipe]) { in radeon_get_vblank_counter_kms() 787 count = radeon_get_vblank_counter(rdev, pipe); in radeon_get_vblank_counter_kms() 793 dev, pipe, GET_DISTANCE_TO_VBLANKSTART, in radeon_get_vblank_counter_kms() 795 &rdev->mode_info.crtcs[pipe]->base.hwmode); in radeon_get_vblank_counter_kms() 796 } while (count != radeon_get_vblank_counter(rdev, pipe)); in radeon_get_vblank_counter_kms() 804 pipe, vpos); in radeon_get_vblank_counter_kms() 816 count = radeon_get_vblank_counter(rdev, pipe); in radeon_get_vblank_counter_kms() 834 unsigned int pipe = crtc->index; radeon_enable_vblank_kms() local 861 unsigned int pipe = crtc->index; radeon_disable_vblank_kms() local [all...] |
/third_party/libuv/test/ |
H A D | test-ipc.c | 147 uv_pipe_t* pipe; in on_read() local 151 pipe = (uv_pipe_t*) handle; in on_read() 171 pending = uv_pipe_pending_type(pipe); in on_read() 173 ASSERT_EQ(1, uv_pipe_pending_count(pipe)); in on_read() 184 r = uv_accept((uv_stream_t*)pipe, (uv_stream_t*)&tcp_server); in on_read() 196 r = uv_write(&write_req, (uv_stream_t*)pipe, &outbuf, 1, NULL); in on_read() 203 ASSERT_OK(uv_pipe_pending_count(pipe)); in on_read() 217 uv_pipe_t* pipe; in on_read_listen_after_bound_twice() local 220 pipe = (uv_pipe_t*) handle; in on_read_listen_after_bound_twice() 240 ASSERT_GT(uv_pipe_pending_count(pipe), in on_read_listen_after_bound_twice() 355 uv_pipe_t* pipe; on_read_connection() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 43 * pipe::resource_copy_region() function. 157 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in copy_region_fallback() 160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback() 345 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in can_blit_via_intra_surface_copy() 402 return formats_compatible(svga_screen(svga->pipe.screen), in can_blit_via_copy_region_vgpu10() 558 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in try_blit() 661 newSrc = svga_texture_create(svga->pipe.screen, &template); in try_blit() 698 newDst = svga_texture_create(svga->pipe.screen, &template); in try_blit() 789 if (!formats_compatible(svga_screen(svga->pipe.screen), in try_resolve_copy() 838 * The pipe 841 svga_blit(struct pipe_context *pipe, const struct pipe_blit_info *blit) svga_blit() argument 891 svga_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) svga_resource_copy_region() argument 970 svga_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource) svga_flush_resource() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_irq.c | 93 u32 via_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in via_get_vblank_counter() argument 97 if (pipe != 0) in via_get_vblank_counter() 169 int via_enable_vblank(struct drm_device *dev, unsigned int pipe) in via_enable_vblank() argument 174 if (pipe != 0) { in via_enable_vblank() 175 DRM_ERROR("%s: bad crtc %u\n", __func__, pipe); in via_enable_vblank() 188 void via_disable_vblank(struct drm_device *dev, unsigned int pipe) in via_disable_vblank() argument 199 if (pipe != 0) in via_disable_vblank() 200 DRM_ERROR("%s: bad crtc %u\n", __func__, pipe); in via_disable_vblank()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 29 #include "pipe/p_screen.h" 143 map_func = drv->pipe->buffer_map; in vlVaMapBuffer() 145 map_func = drv->pipe->texture_map; in vlVaMapBuffer() 147 *pbuff = map_func(drv->pipe, resource, 0, PIPE_MAP_WRITE, in vlVaMapBuffer() 191 void (*unmap_func)(struct pipe_context *pipe, in vlVaUnmapBuffer() 204 unmap_func(drv->pipe, buf->derived_surface.transfer); in vlVaUnmapBuffer() 331 drv->pipe->flush(drv->pipe, NULL, 0); in vlVaAcquireBufferHandle() 336 if (!screen->resource_get_handle(screen, drv->pipe, in vlVaAcquireBufferHandle()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | trace.h | 60 DEV_ENTRY __field(unsigned, pipe) __field(u32, len) 64 __entry->pipe = u->pipe; 68 DEV_PR_ARG, __entry->pipe, __entry->len) 73 u.pipe = __pipe; \ 99 TP_PROTO(struct mt7601u_dev *dev, unsigned pipe, u8 req, u8 req_type, 101 TP_ARGS(dev, pipe, req, req_type, val, offset, buf, buflen, ret), 104 __field(unsigned, pipe) __field(u8, req) __field(u8, req_type) 110 __entry->pipe = pipe; [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gfx_v8.c | 42 static void lock_srbm(struct amdgpu_device *adev, uint32_t mec, uint32_t pipe, in lock_srbm() argument 45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm() 61 uint32_t pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in acquire_queue() local 63 lock_srbm(adev, mec, pipe, queue_id, 0); in acquire_queue() 116 uint32_t pipe; in kgd_init_interrupts() local 119 pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in kgd_init_interrupts() 121 lock_srbm(adev, mec, pipe, 0, 0); in kgd_init_interrupts() 170 uint32_t value, mec, pipe; in kgd_hqd_load() local 173 pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in kgd_hqd_load() 175 pr_debug("kfd: set HIQ, mec:%d, pipe in kgd_hqd_load() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | trace.h | 60 DEV_ENTRY __field(unsigned, pipe) __field(u32, len) 64 __entry->pipe = u->pipe; 68 DEV_PR_ARG, __entry->pipe, __entry->len) 73 u.pipe = __pipe; \ 99 TP_PROTO(struct mt7601u_dev *dev, unsigned pipe, u8 req, u8 req_type, 101 TP_ARGS(dev, pipe, req, req_type, val, offset, buf, buflen, ret), 104 __field(unsigned, pipe) __field(u8, req) __field(u8, req_type) 110 __entry->pipe = pipe; [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.c | 38 #include "pipe/p_context.h" 39 #include "pipe/p_screen.h" 40 #include "pipe/p_state.h" 219 struct pipe_context *pipe = nine_context_get_pipe_multithread(This->base.base.device); in NineSurface9_dtor() local 220 pipe->texture_unmap(pipe, This->transfer); in NineSurface9_dtor() 258 struct pipe_context *pipe; in NineSurface9_CreatePipeSurfaces() local 279 pipe = nine_context_get_pipe_acquire(This->base.base.device); in NineSurface9_CreatePipeSurfaces() 281 This->surface[0] = pipe->create_surface(pipe, resourc in NineSurface9_CreatePipeSurfaces() 433 struct pipe_context *pipe; NineSurface9_LockRect() local 559 struct pipe_context *pipe; NineSurface9_UnlockRect() local 732 struct pipe_context *pipe; NineSurface9_CopyDefaultToMem() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 647 struct pipe_context *pipe; in nouveau_video_buffer_sampler_view_planes() local 652 pipe = buf->base.context; in nouveau_video_buffer_sampler_view_planes() 662 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); in nouveau_video_buffer_sampler_view_planes() 682 struct pipe_context *pipe; in nouveau_video_buffer_sampler_view_components() local 687 pipe = buf->base.context; in nouveau_video_buffer_sampler_view_components() 700 buf->sampler_view_components[component] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ); in nouveau_video_buffer_sampler_view_components() 721 struct pipe_context *pipe; in nouveau_video_buffer_surfaces() local 726 pipe in nouveau_video_buffer_surfaces() 768 nouveau_video_buffer_create(struct pipe_context *pipe, struct nouveau_screen *screen, const struct pipe_video_buffer *templat) nouveau_video_buffer_create() argument 877 nouveau_context_video_buffer_create(struct pipe_context *pipe, const struct pipe_video_buffer *templat) nouveau_context_video_buffer_create() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_zscan.h | 31 #include "pipe/p_compiler.h" 32 #include "pipe/p_state.h" 40 struct pipe_context *pipe; member 75 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line); 78 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe,
|