/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_uvd.c | 41 struct pipe_video_buffer *si_video_buffer_create(struct pipe_context *pipe, in si_video_buffer_create() argument 53 if (pipe->screen->resource_create_with_modifiers) { in si_video_buffer_create() 58 return vl_video_buffer_create_as_resource(pipe, &vidbuf, modifiers, in si_video_buffer_create() 62 struct pipe_video_buffer *si_video_buffer_create_with_modifiers(struct pipe_context *pipe, in si_video_buffer_create_with_modifiers() argument 84 vl_video_buffer_create_as_resource(pipe, tmpl, allowed_modifiers, allowed_modifiers_count); in si_video_buffer_create_with_modifiers()
|
/third_party/node/test/parallel/ |
H A D | test-stream-pipe-cleanup.js | 23 // This test asserts that Stream.prototype.pipe does not leave listeners 67 r.pipe(w); 77 r.pipe(w); 89 r.pipe(w); 97 r.pipe(d); // pipeline A 98 d.pipe(w); // pipeline B
|
/third_party/node/benchmark/tls/ |
H A D | secure-pair.js | 78 conn.pipe(client); 89 conn.pipe(serverPair.encrypted); 90 serverPair.encrypted.pipe(conn); 94 serverPair.cleartext.pipe(client); 102 serverSocket.pipe(client);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_atomicbuf.c | 32 #include "pipe/p_context.h" 33 #include "pipe/p_defines.h" 75 if (!prog || !st->pipe->set_shader_buffers || st->has_hw_atomics) in st_bind_atomics() 91 st->pipe->set_shader_buffers(st->pipe, shader_type, in st_bind_atomics() 168 st->pipe->set_hw_atomic_buffers(st->pipe, 0, st->ctx->Const.MaxAtomicBufferBindings, buffers); in st_bind_hw_atomic_buffers()
|
H A D | st_atom_storagebuf.c | 32 #include "pipe/p_context.h" 33 #include "pipe/p_defines.h" 48 if (!prog || !st->pipe->set_shader_buffers) in st_bind_ssbos() 77 st->pipe->set_shader_buffers(st->pipe, shader_type, 0, in st_bind_ssbos() 86 st->pipe->set_shader_buffers( in st_bind_ssbos() 87 st->pipe, shader_type, in st_bind_ssbos()
|
H A D | st_gen_mipmap.c | 34 #include "pipe/p_context.h" 35 #include "pipe/p_defines.h" 105 st_finalize_texture(ctx, st->pipe, texObj, 0); in st_generate_mipmap() 138 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel, in st_generate_mipmap() 141 if (!util_gen_mipmap(st->pipe, pt, format, baseLevel, lastLevel, in st_generate_mipmap()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource.h | 133 void *i915_buffer_transfer_map(struct pipe_context *pipe, 138 void i915_buffer_transfer_unmap(struct pipe_context *pipe, 141 void *i915_texture_transfer_map(struct pipe_context *pipe, 146 void i915_texture_transfer_unmap(struct pipe_context *pipe, 149 void i915_texture_subdata(struct pipe_context *pipe,
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-entity.c | 408 struct media_pipeline *pipe) in __media_pipeline_start() 411 struct media_graph *graph = &pipe->graph; in __media_pipeline_start() 416 if (!pipe->streaming_count++) { in __media_pipeline_start() 417 ret = media_graph_walk_init(&pipe->graph, mdev); in __media_pipeline_start() 422 media_graph_walk_start(&pipe->graph, entity); in __media_pipeline_start() 430 if (entity->pipe && entity->pipe != pipe) { in __media_pipeline_start() 438 entity->pipe = pipe; in __media_pipeline_start() 407 __media_pipeline_start(struct media_entity *entity, struct media_pipeline *pipe) __media_pipeline_start() argument 532 media_pipeline_start(struct media_entity *entity, struct media_pipeline *pipe) media_pipeline_start() argument 548 struct media_pipeline *pipe = entity->pipe; __media_pipeline_stop() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 35 #include "pipe/p_context.h" 36 #include "pipe/p_defines.h" 671 llvmpipe_transfer_map_ms( struct pipe_context *pipe, in llvmpipe_transfer_map_ms() argument 679 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_transfer_map_ms() 680 struct llvmpipe_screen *screen = llvmpipe_screen(pipe->screen); in llvmpipe_transfer_map_ms() 693 * Transfers, like other pipe operations, must happen in order, so flush the in llvmpipe_transfer_map_ms() 699 if (!llvmpipe_flush_resource(pipe, resource, in llvmpipe_transfer_map_ms() 787 llvmpipe_transfer_map( struct pipe_context *pipe, in llvmpipe_transfer_map() argument 794 return llvmpipe_transfer_map_ms(pipe, resource, level, usage, 0, box, transfer); in llvmpipe_transfer_map() 798 llvmpipe_transfer_unmap(struct pipe_context *pipe, in llvmpipe_transfer_unmap() argument 817 llvmpipe_is_resource_referenced( struct pipe_context *pipe, struct pipe_resource *presource, unsigned level) llvmpipe_is_resource_referenced() argument 948 llvmpipe_memory_barrier(struct pipe_context *pipe, unsigned flags) llvmpipe_memory_barrier() argument 1166 llvmpipe_init_context_resource_funcs(struct pipe_context *pipe) llvmpipe_init_context_resource_funcs() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 24 #include "pipe/p_context.h" 25 #include "pipe/p_defines.h" 26 #include "pipe/p_state.h" 180 struct pipe_rasterizer_state *rast = &nv50->rast->pipe; in nv50_fragprog_validate() 185 if (nv50->zsa && nv50->zsa->pipe.alpha_enabled) { in nv50_fragprog_validate() 203 alphatest = nv50->zsa->pipe.alpha_func + 1; in nv50_fragprog_validate() 311 if (!nv50->rast->pipe.point_quad_rasterization) { in nv50_sprite_coords_validate() 333 if (!(nv50->rast->pipe.sprite_coord_enable & (1 << fp->in[i].si))) { in nv50_sprite_coords_validate() 346 if (nv50->rast->pipe.sprite_coord_mode == PIPE_SPRITE_COORD_LOWER_LEFT) in nv50_sprite_coords_validate() 367 if (nv50->state.rasterizer_discard != nv50->rast->pipe in nv50_validate_derived_rs() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_context.c | 34 #include "pipe/p_context.h" 80 draw_create_context(struct pipe_context *pipe, void *context, in draw_create_context() argument 93 draw->pipe = pipe; in draw_create_context() 116 draw_create(struct pipe_context *pipe) in draw_create() argument 118 return draw_create_context(pipe, NULL, TRUE); in draw_create() 124 draw_create_with_llvm_context(struct pipe_context *pipe, in draw_create_with_llvm_context() argument 127 return draw_create_context(pipe, context, TRUE); in draw_create_with_llvm_context() 135 draw_create_no_llvm(struct pipe_context *pipe) in draw_create_no_llvm() argument 137 return draw_create_context(pipe, NUL in draw_create_no_llvm() 198 struct pipe_context *pipe; draw_destroy() local 1059 struct pipe_context *pipe = draw->pipe; draw_get_rasterizer_no_cull() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 661 bool atomisp_buffers_queued_pipe(struct atomisp_video_pipe *pipe) in atomisp_buffers_queued_pipe() argument 663 return pipe->buffers_in_css ? true : false; in atomisp_buffers_queued_pipe() 693 struct atomisp_video_pipe *pipe, struct ia_css_frame *frame) in atomisp_css_frame_to_vbuf() 699 for (i = 0; pipe->capq.bufs[i]; i++) { in atomisp_css_frame_to_vbuf() 700 vm_mem = pipe->capq.bufs[i]->priv; in atomisp_css_frame_to_vbuf() 703 return pipe->capq.bufs[i]; in atomisp_css_frame_to_vbuf() 710 struct atomisp_video_pipe *pipe) in atomisp_flush_video_pipe() 715 if (!pipe->users) in atomisp_flush_video_pipe() 718 for (i = 0; pipe->capq.bufs[i]; i++) { in atomisp_flush_video_pipe() 719 spin_lock_irqsave(&pipe in atomisp_flush_video_pipe() 692 atomisp_css_frame_to_vbuf( struct atomisp_video_pipe *pipe, struct ia_css_frame *frame) atomisp_css_frame_to_vbuf() argument 709 atomisp_flush_video_pipe(struct atomisp_sub_device *asd, struct atomisp_video_pipe *pipe) atomisp_flush_video_pipe() argument 746 atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) atomisp_flush_params_queue() argument 760 atomisp_recover_params_queue(struct atomisp_video_pipe *pipe) atomisp_recover_params_queue() argument 896 struct atomisp_video_pipe *pipe = NULL; atomisp_buf_done() local 1701 struct atomisp_video_pipe *pipe = from_timer(pipe, t, wdt); atomisp_wdt() local 1728 atomisp_wdt_refresh_pipe(struct atomisp_video_pipe *pipe, unsigned int delay) atomisp_wdt_refresh_pipe() argument 1799 atomisp_wdt_stop_pipe(struct atomisp_video_pipe *pipe, bool sync) atomisp_wdt_stop_pipe() argument 1822 atomisp_wdt_start_pipe(struct atomisp_video_pipe *pipe) atomisp_wdt_start_pipe() argument 4130 atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe) atomisp_handle_parameter_and_buffer() argument 4226 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_parameters() local 4838 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_get_fmt() local 5568 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_fmt_to_snr() local 5663 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_fmt() local 6112 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_set_fmt_file() local 6445 atomisp_is_vf_pipe(struct atomisp_video_pipe *pipe) atomisp_is_vf_pipe() argument 6664 atomisp_get_pipe_id(struct atomisp_video_pipe *pipe) atomisp_get_pipe_id() argument 6705 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); atomisp_get_invalid_frame_num() local [all...] |
/kernel/linux/linux-5.10/sound/usb/ |
H A D | helper.c | 70 int snd_usb_ctl_msg(struct usb_device *dev, unsigned int pipe, __u8 request, in snd_usb_ctl_msg() argument 78 if (usb_pipe_type_check(dev, pipe)) in snd_usb_ctl_msg() 92 err = usb_control_msg(dev, pipe, request, requesttype, in snd_usb_ctl_msg() 100 snd_usb_ctl_msg_quirk(dev, pipe, request, requesttype, in snd_usb_ctl_msg()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_ringbuffer.h | 67 struct fd_pipe *pipe; member 93 struct fd_ringbuffer * fd_ringbuffer_new(struct fd_pipe *pipe, 96 struct fd_ringbuffer * fd_ringbuffer_new_object(struct fd_pipe *pipe, 98 struct fd_ringbuffer * fd_ringbuffer_new_flags(struct fd_pipe *pipe,
|
/third_party/node/benchmark/net/ |
H A D | net-pipe.js | 1 // Test the speed of .pipe() with sockets 41 socket.pipe(socket); 49 reader.pipe(socket); 50 socket.pipe(writer); 101 Reader.prototype.pipe = function(dest) {
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.h | 78 nouveau_buffer_transfer_flush_region(struct pipe_context *pipe, 119 nouveau_buffer_invalidate(struct pipe_context *pipe, 131 nouveau_buffer_transfer_map(struct pipe_context *pipe, 138 nouveau_buffer_transfer_unmap(struct pipe_context *pipe,
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_texture.c | 104 tr_ctx->pipe->buffer_unmap(tr_ctx->pipe, transfer); in trace_transfer_create() 106 tr_ctx->pipe->texture_unmap(tr_ctx->pipe, transfer); in trace_transfer_create()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_stubs.c | 31 vl_create_decoder(struct pipe_context *pipe, in vl_create_decoder() argument 95 vl_video_buffer_create(struct pipe_context *pipe, in vl_video_buffer_create() argument 103 vl_video_buffer_create_ex2(struct pipe_context *pipe, in vl_video_buffer_create_ex2() argument 137 vl_create_mpeg12_decoder(struct pipe_context *pipe, in vl_create_mpeg12_decoder() argument
|
H A D | vl_video_buffer.h | 31 #include "pipe/p_context.h" 32 #include "pipe/p_video_codec.h" 126 * creates a video buffer, can be used as a standard implementation for pipe->create_video_buffer 129 vl_video_buffer_create(struct pipe_context *pipe, 136 vl_video_buffer_create_ex(struct pipe_context *pipe, 146 vl_video_buffer_create_ex2(struct pipe_context *pipe, 152 vl_video_buffer_create_as_resource(struct pipe_context *pipe,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.h | 32 #include "pipe/p_compiler.h" 33 #include "pipe/p_state.h" 77 util_resource_copy_region(struct pipe_context *pipe, 86 util_clear_texture(struct pipe_context *pipe, 93 util_clear_render_target(struct pipe_context *pipe, 100 util_clear_depth_stencil(struct pipe_context *pipe,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 1661 /* Shadow pipe has small viewport. */ in dcn32_enable_phantom_plane() 1710 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; in dcn32_retain_phantom_pipes() local 1712 if (resource_is_pipe_type(pipe, OTG_MASTER) && in dcn32_retain_phantom_pipes() 1713 resource_is_pipe_type(pipe, DPP_PIPE) && in dcn32_retain_phantom_pipes() 1714 pipe->stream->mall_stream_config.type == SUBVP_PHANTOM) { in dcn32_retain_phantom_pipes() 1715 phantom_plane = pipe->plane_state; in dcn32_retain_phantom_pipes() 1716 phantom_stream = pipe->stream; in dcn32_retain_phantom_pipes() 1733 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; in dcn32_remove_phantom_pipes() local 1735 if (pipe->plane_state && pipe in dcn32_remove_phantom_pipes() 1792 struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i]; dcn32_add_phantom_pipes() local 1895 struct pipe_ctx *pipe = NULL; dcn32_populate_dml_pipes_from_context() local 2636 struct pipe_ctx *idle_pipe, *pipe; dcn32_acquire_idle_pipe_for_head_pipe_in_layer() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gfx_v10_3.c | 44 static void lock_srbm(struct amdgpu_device *adev, uint32_t mec, uint32_t pipe, in lock_srbm() argument 48 nv_grbm_select(adev, mec, pipe, queue, vmid); 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() 113 uint32_t pipe; in init_interrupts_v10_3() local 116 pipe = (pipe_id % adev->gfx.mec.num_pipe_per_mec); in init_interrupts_v10_3() 118 lock_srbm(adev, mec, pipe, 0, 0); in init_interrupts_v10_3() 190 pr_debug("Load hqd of pipe %d queue %d\n", pipe_id, queue_id); in hqd_load_v10_3() 195 uint32_t value, mec, pipe; in hqd_load_v10_3() local 198 pipe in hqd_load_v10_3() 282 uint32_t mec, pipe; hiq_mqd_load_v10_3() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv10.c | 435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window() local 448 PIPE_SAVE(device, pipe->pipe_0x0200, 0x0200); in nv17_gr_mthd_lma_window() 457 PIPE_SAVE(device, pipe->pipe_0x4400, 0x4400); in nv17_gr_mthd_lma_window() 483 PIPE_RESTORE(device, pipe->pipe_0x0200, 0x0200); in nv17_gr_mthd_lma_window() 495 PIPE_RESTORE(device, pipe->pipe_0x4400, 0x4400); in nv17_gr_mthd_lma_window() 563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe() local 566 PIPE_SAVE(gr, pipe->pipe_0x4400, 0x4400); in nv10_gr_save_pipe() 567 PIPE_SAVE(gr, pipe->pipe_0x0200, 0x0200); in nv10_gr_save_pipe() 568 PIPE_SAVE(gr, pipe->pipe_0x6400, 0x6400); in nv10_gr_save_pipe() 569 PIPE_SAVE(gr, pipe in nv10_gr_save_pipe() 582 struct pipe_state *pipe = &chan->pipe_state; nv10_gr_load_pipe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv10.c | 435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window() local 448 PIPE_SAVE(device, pipe->pipe_0x0200, 0x0200); in nv17_gr_mthd_lma_window() 457 PIPE_SAVE(device, pipe->pipe_0x4400, 0x4400); in nv17_gr_mthd_lma_window() 483 PIPE_RESTORE(device, pipe->pipe_0x0200, 0x0200); in nv17_gr_mthd_lma_window() 495 PIPE_RESTORE(device, pipe->pipe_0x4400, 0x4400); in nv17_gr_mthd_lma_window() 563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe() local 566 PIPE_SAVE(gr, pipe->pipe_0x4400, 0x4400); in nv10_gr_save_pipe() 567 PIPE_SAVE(gr, pipe->pipe_0x0200, 0x0200); in nv10_gr_save_pipe() 568 PIPE_SAVE(gr, pipe->pipe_0x6400, 0x6400); in nv10_gr_save_pipe() 569 PIPE_SAVE(gr, pipe in nv10_gr_save_pipe() 582 struct pipe_state *pipe = &chan->pipe_state; nv10_gr_load_pipe() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 36 #include "pipe/p_context.h" 37 #include "pipe/p_screen.h" 69 struct pipe_screen *screen = ctx->pipe->screen; in import_memoryobj_fd() 94 struct pipe_screen *screen = ctx->pipe->screen; in import_memoryobj_win32() 121 struct pipe_screen *screen = ctx->pipe->screen; in _mesa_delete_memory_object() 635 struct pipe_context *pipe = ctx->pipe; in import_semaphoreobj_fd() local 637 pipe->create_fence_fd(pipe, &semObj->fence, fd, PIPE_FD_TYPE_SYNCOBJ); in import_semaphoreobj_fd() 652 struct pipe_context *pipe in import_semaphoreobj_win32() local 668 struct pipe_context *pipe = ctx->pipe; server_wait_semaphore() local 716 struct pipe_context *pipe = ctx->pipe; server_signal_semaphore() local [all...] |