/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 25 #include "pipe/p_defines.h" 205 nvc0_resource_copy_region(struct pipe_context *pipe, in nvc0_resource_copy_region() argument 211 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_resource_copy_region() 286 nvc0_clear_render_target(struct pipe_context *pipe, in nvc0_clear_render_target() argument 293 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_render_target() 370 nvc0_clear_buffer_push_nvc0(struct pipe_context *pipe, in nvc0_clear_buffer_push_nvc0() argument 375 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_buffer_push_nvc0() 419 nvc0_clear_buffer_push_nve4(struct pipe_context *pipe, in nvc0_clear_buffer_push_nve4() argument 424 struct nvc0_context *nvc0 = nvc0_context(pipe); in nvc0_clear_buffer_push_nve4() 466 nvc0_clear_buffer_push(struct pipe_context *pipe, in nvc0_clear_buffer_push() argument 493 nvc0_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nvc0_clear_buffer() argument 620 nvc0_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_depth_stencil() argument 692 nvc0_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nvc0_clear() argument 787 gm200_evaluate_depth_buffer(struct pipe_context *pipe) gm200_evaluate_depth_buffer() argument 842 nvc0_blitter_make_vp(struct pipe_context *pipe) nvc0_blitter_make_vp() argument 932 struct pipe_context *pipe = &nvc0->base.pipe; nvc0_blit_set_dst() local 962 struct pipe_context *pipe = &nvc0->base.pipe; nvc0_blit_set_src() local 1606 nvc0_blit(struct pipe_context *pipe, const struct pipe_blit_info *info) nvc0_blit() argument 1770 struct pipe_context *pipe = &nvc0->base.pipe; nvc0_init_surface_functions() local [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 61 struct pipe_context *pipe = CastPipeDevice(pPresentData->hDevice); in _Present() local 100 map = pipe_texture_map(pipe, in _Present() 175 pipe_texture_unmap(pipe, transfer); in _Present() 295 struct pipe_context *pipe = CastPipeDevice(RotateResourceIdentities->hDevice); in _RotateResourceIdentities() local 296 struct pipe_screen *screen = pipe->screen; in _RotateResourceIdentities() 342 pipe->resource_copy_region(pipe, in _RotateResourceIdentities()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_context.h | 31 #include "pipe/p_context.h" 32 #include "pipe/p_defines.h" 33 #include "pipe/p_state.h" 120 * slot of the user's constant buffer. (set by pipe->set_constant_buffer()) 397 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, 401 void i915_clear_render(struct pipe_context *pipe, unsigned buffers, 405 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers, 428 i915_context(struct pipe_context *pipe) in i915_context() argument 430 return (struct i915_context *)pipe; in i915_context() 434 i915_surface(struct pipe_surface *pipe) in i915_surface() argument [all...] |
H A D | i915_context.c | 38 #include "pipe/p_defines.h" 39 #include "pipe/p_screen.h" 51 i915_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info, in i915_draw_vbo() argument 58 util_draw_multi(pipe, info, drawid_offset, indirect, draws, num_draws); in i915_draw_vbo() 62 struct i915_context *i915 = i915_context(pipe); in i915_draw_vbo() 138 i915_destroy(struct pipe_context *pipe) in i915_destroy() argument 140 struct i915_context *i915 = i915_context(pipe); in i915_destroy() 169 i915_set_debug_callback(struct pipe_context *pipe, in i915_set_debug_callback() argument 172 struct i915_context *i915 = i915_context(pipe); in i915_set_debug_callback()
|
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,
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo.c | 314 * Cleanup fences, dropping pipe references. If 'expired' is true, only 328 if (expired && fd_fence_before(f->pipe->control->fence, f->fence)) in cleanup_fences() 331 struct fd_pipe *pipe = f->pipe; in cleanup_fences() local 341 fd_pipe_del_locked(pipe); in cleanup_fences() 384 fd_pipe_flush(f->pipe, f->fence); in bo_flush() 500 /* a bit odd to take the pipe as an arg, but it's a, umm, quirk of kgsl.. */ 502 fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() argument 532 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH); in fd_bo_cpu_prep() 545 fd_bo_add_fence(struct fd_bo *bo, struct fd_pipe *pipe, uint32_ argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.c | 28 #include "pipe/p_state.h" 29 #include "pipe/p_defines.h" 195 struct svga_screen *ss = svga_screen(svga->pipe.screen); in svga_texture_view_surface() 284 svga_create_surface_view(struct pipe_context *pipe, in svga_create_surface_view() argument 289 struct svga_context *svga = svga_context(pipe); in svga_create_surface_view() 291 struct pipe_screen *screen = pipe->screen; in svga_create_surface_view() 324 s->base.context = pipe; in svga_create_surface_view() 432 svga_create_surface(struct pipe_context *pipe, in svga_create_surface() argument 436 struct svga_context *svga = svga_context(pipe); in svga_create_surface() 437 struct pipe_screen *screen = pipe in svga_create_surface() 661 svga_surface_destroy(struct pipe_context *pipe, struct pipe_surface *surf) svga_surface_destroy() argument [all...] |
H A D | svga_pipe_constants.c | 27 #include "pipe/p_defines.h" 45 svga_set_constant_buffer(struct pipe_context *pipe, in svga_set_constant_buffer() argument 50 struct svga_screen *svgascreen = svga_screen(pipe->screen); in svga_set_constant_buffer() 51 struct svga_context *svga = svga_context(pipe); in svga_set_constant_buffer() 59 buf = svga_user_buffer_create(pipe->screen, in svga_set_constant_buffer() 130 svga->pipe.set_constant_buffer = svga_set_constant_buffer; in svga_init_constbuffer_functions()
|
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...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texturebindless.c | 86 ctx->pipe->delete_texture_handle(ctx->pipe, id); in delete_texture_handle() 99 ctx->pipe->delete_image_handle(ctx->pipe, id); in delete_image_handle() 140 ctx->pipe->make_texture_handle_resident(ctx->pipe, handle, GL_TRUE); in make_texture_handle_resident() 154 ctx->pipe->make_texture_handle_resident(ctx->pipe, handle, GL_FALSE); in make_texture_handle_resident() 189 ctx->pipe->make_image_handle_resident(ctx->pipe, handl in make_image_handle_resident() 228 struct pipe_context *pipe = ctx->pipe; new_texture_handle() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.c | 36 #include "pipe/p_context.h" 37 #include "pipe/p_defines.h" 38 #include "pipe/p_screen.h" 188 struct pipe_context *pipe = st->pipe; in st_pbo_draw() local 225 u_upload_alloc(st->pipe->stream_uploader, 0, 8 * sizeof(float), 4, in st_pbo_draw() 239 u_upload_unmap(st->pipe->stream_uploader); in st_pbo_draw() 265 pipe->set_constant_buffer(pipe, PIPE_SHADER_FRAGMENT, 0, false, &cb); in st_pbo_draw() 374 return ureg_create_shader_and_destroy(ureg, st->pipe); in st_pbo_create_gs() [all...] |
H A D | st_program.c | 49 #include "pipe/p_context.h" 50 #include "pipe/p_defines.h" 51 #include "pipe/p_shader_tokens.h" 235 st->pipe->delete_vs_state(st->pipe, v->driver_shader); in delete_variant() 238 st->pipe->delete_tcs_state(st->pipe, v->driver_shader); in delete_variant() 241 st->pipe->delete_tes_state(st->pipe, v->driver_shader); in delete_variant() 244 st->pipe in delete_variant() 500 struct pipe_context *pipe = st->pipe; st_create_nir_shader() local [all...] |
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()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 25 #include "pipe/p_defines.h" 196 nv50_resource_copy_region(struct pipe_context *pipe, in nv50_resource_copy_region() argument 202 struct nv50_context *nv50 = nv50_context(pipe); in nv50_resource_copy_region() 276 nv50_clear_render_target(struct pipe_context *pipe, in nv50_clear_render_target() argument 283 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear_render_target() 365 nv50_clear_depth_stencil(struct pipe_context *pipe, in nv50_clear_depth_stencil() argument 374 struct nv50_context *nv50 = nv50_context(pipe); in nv50_clear_depth_stencil() 453 nv50_clear_texture(struct pipe_context *pipe, in nv50_clear_texture() argument 465 sf = pipe->create_surface(pipe, re in nv50_clear_texture() 527 nv50_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nv50_clear() argument 628 nv50_clear_buffer_push(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nv50_clear_buffer_push() argument 701 nv50_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *data, int data_size) nv50_clear_buffer() argument 900 nv50_blitter_make_fp(struct pipe_context *pipe, unsigned mode, enum pipe_texture_target ptarg) nv50_blitter_make_fp() argument 1123 struct pipe_context *pipe = &nv50->base.pipe; nv50_blit_set_dst() local 1153 struct pipe_context *pipe = &nv50->base.pipe; nv50_blit_set_src() local 1701 nv50_blit(struct pipe_context *pipe, const struct pipe_blit_info *info) nv50_blit() argument 1855 struct pipe_context *pipe = &nv50->base.pipe; nv50_init_surface_functions() local [all...] |
/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/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...] |
/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...] |
/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/musl/src/unistd/mips/ |
H A D | pipe.s | 3 .global pipe 4 .type pipe,@function 5 pipe: label
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_flush.h | 31 #include "pipe/p_compiler.h" 38 llvmpipe_flush(struct pipe_context *pipe, 43 llvmpipe_finish( struct pipe_context *pipe, 47 llvmpipe_flush_resource(struct pipe_context *pipe,
|
/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) {
|