Home
last modified time | relevance | path

Searched refs:pipe (Results 701 - 725 of 1219) sorted by relevance

1...<<21222324252627282930>>...49

/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c424 lima_blend_func(enum pipe_blend_func pipe) in lima_blend_func() argument
426 switch (pipe) { in lima_blend_func()
442 lima_blend_factor(enum pipe_blendfactor pipe) in lima_blend_factor() argument
447 switch (pipe) { in lima_blend_factor()
536 lima_stencil_op(enum pipe_stencil_op pipe) in lima_stencil_op() argument
538 switch (pipe) { in lima_stencil_op()
828 struct pipe_vertex_element *pve = ve->pipe + i; in lima_update_gp_attribute_info()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c539 int pipe[2]; member
544 close(llp->pipe[0]);
545 close(llp->pipe[1]);
553 int rv = pipe(fds);
585 res = fuse_pipe(llp->pipe);
620 fuse_log(FUSE_LOG_ERR, "fuse: internal error: failed to read back from pipe: %s\n", strerror(errno));
624 fuse_log(FUSE_LOG_ERR, "fuse: internal error: short read back from pipe: %i from %zi\n", res, len);
637 maxfd = open("/proc/sys/fs/pipe-max-size", O_RDONLY);
703 * Heuristic for the required pipe size, does not work if the
710 res = fcntl(llp->pipe[
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.c602 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in define_gb_shader_vgpu9()
822 struct svga_winsys_screen *sws = svga_screen(svga->pipe.screen)->sws; in svga_destroy_shader_variant()
916 svga_create_shader(struct pipe_context *pipe, in svga_create_shader() argument
921 struct svga_context *svga = svga_context(pipe); in svga_create_shader()
931 shader->tokens = pipe_shader_state_to_tgsi_tokens(pipe->screen, templ); in svga_create_shader()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c115 struct pipe_context *pipe = &nv30->base.pipe; in nv30_transfer_rect_fragprog() local
119 pipe_buffer_create(pipe->screen, 0, PIPE_USAGE_STAGING, 12 * 4); in nv30_transfer_rect_fragprog()
122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp, in nv30_transfer_rect_fragprog()
133 pipe_buffer_unmap(pipe, transfer); in nv30_transfer_rect_fragprog()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h31 #include "pipe/p_defines.h"
32 #include "pipe/p_format.h"
33 #include "pipe/p_compiler.h"
34 #include "pipe/p_shader_tokens.h"
113 struct pipe_context *pipe,
147 struct pipe_context *pipe, in ureg_create_shader_with_so_and_destroy()
150 void *result = ureg_create_shader( p, pipe, so ); in ureg_create_shader_with_so_and_destroy()
157 struct pipe_context *pipe ) in ureg_create_shader_and_destroy()
159 return ureg_create_shader_with_so_and_destroy(p, pipe, NULL); in ureg_create_shader_and_destroy()
146 ureg_create_shader_with_so_and_destroy( struct ureg_program *p, struct pipe_context *pipe, const struct pipe_stream_output_info *so ) ureg_create_shader_with_so_and_destroy() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c203 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); in nvc0_m2mf_push_linear()
245 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); in nve4_p2mf_push_linear()
287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; in nvc0_m2mf_copy_linear()
325 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; in nve4_m2mf_copy_linear()
543 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); in nvc0_cb_push()
H A Dnvc0_vbo_translate.c2 #include "pipe/p_context.h"
3 #include "pipe/p_state.h"
108 struct pipe_vertex_element *ve = &nvc0->vertex->element[attr].pipe; in nvc0_push_map_edgeflag()
607 struct pipe_context *pipe = &nvc0->base.pipe; in nvc0_push_vbo() local
610 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nvc0_push_vbo()
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_crtc.h36 DrmCrtc(drmModeCrtcPtr c, uint32_t pipe);
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_crtc.h36 DrmCrtc(drmModeCrtcPtr c, uint32_t pipe);
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_crtc.h36 DrmCrtc(drmModeCrtcPtr c, uint32_t pipe);
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_crtc.h36 DrmCrtc(drmModeCrtcPtr c, uint32_t pipe);
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_crtc.h36 DrmCrtc(drmModeCrtcPtr c, uint32_t pipe);
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_crtc.h36 DrmCrtc(drmModeCrtcPtr c, uint32_t pipe);
/third_party/backends/backend/
H A Dagfafocus.h124 int pipe; /* pipe to reader process */ member
125 int reader_pipe; /* pipe from reader process */
/third_party/libuv/test/
H A Dtest-eintr-handling.c76 ASSERT_OK(pipe(pipe_fds)); in TEST_IMPL()
/third_party/mbedtls/tests/scripts/
H A Drun-metatests.sh69 # Don't pipe the output of metatest so that if it fails, this script exits
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-pipe.c46 n = pipe(pt->dummy_pipe_fds); in lws_plat_pipe_create()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dinvalid.cpp45 clGetPipeInfo(cl_mem pipe, in clGetPipeInfo() argument
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.hpp32 #include "pipe/p_context.h"
81 pipe_context *pipe; member in clover::command_queue
/third_party/node/test/parallel/
H A Dtest-pipe-file-to-http.js71 s.pipe(req);
H A Dtest-stream-readable-pause-and-resume.js69 source3.pipe(target3);
/third_party/node/test/pummel/
H A Dtest-fs-watch-system-limit.js44 ], { stdio: ['inherit', 'inherit', 'pipe'] });
45 proc.stderr.pipe(gatherStderr);
/third_party/musl/libc-test/src/regression/
H A Ddaemon-failure.c23 r = pipe(fd); in main()
25 t_error("pipe failed: %s\n", strerror(errno)); in main()
47 t_error("failed to dup pipe fd for communicating results: %s\n", strerror(errno)); in main()
/third_party/nghttp2/src/
H A Dshrpx_exec.cc49 if (pipe(pfd) == -1) { in exec_read_command()
/third_party/ninja/src/
H A Dbrowse.cc32 if (pipe(pipefd) < 0) { in RunBrowsePython()
33 perror("ninja: pipe"); in RunBrowsePython()

Completed in 28 milliseconds

1...<<21222324252627282930>>...49