/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.c | 39 #include <pipe/p_screen.h>
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 365 if (pipe(lsp->pipe_fds[n]) == -1) in lws_spawn_piped() 371 * At this point, we have 6 pipe fds open on lws side and no wsis in lws_spawn_piped() 393 lwsl_debug("%s: lsp stdwsi %p: pipe idx %d -> fd %d / %d\n", __func__, in lws_spawn_piped() 406 * We have bound 3 x pipe fds to wsis, wr side of stdin and rd in lws_spawn_piped() 474 * "other" side of the pipe fds, ie, rd for stdin and wr for in lws_spawn_piped() 534 * CLOEXEC on the lws-side of the pipe fds should have already in lws_spawn_piped()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tss.c | 28 #include "pipe/p_defines.h" 118 view->v = svga_get_tex_sampler_view(&svga->pipe, in emit_tex_binding_unit()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.h | 34 #include "pipe/p_context.h" 35 #include "pipe/p_state.h" 264 struct pipe_vertex_element pipe[V3D_MAX_VS_INPUTS / 4]; member
|
/third_party/node/lib/internal/fs/cp/ |
H A D | cp.js | 223 message: `cannot copy a FIFO pipe: ${dest}`,
|
H A D | cp-sync.js | 192 message: `cannot copy a FIFO pipe: ${dest}`,
|
/third_party/node/lib/internal/test_runner/ |
H A D | utils.js | 179 compose(rootTest.reporter, reporter).pipe(destination);
|
/third_party/node/lib/internal/ |
H A D | worker.js | 465 source.pipe(dest);
|
/third_party/node/test/parallel/ |
H A D | test-stream-finished.js | 654 fs.createReadStream(__filename).pipe(res);
|
/third_party/musl/porting/linux/user/ |
H A D | Makefile | 46 CFLAGS_AUTO = -Os -pipe
|
/third_party/musl/scripts/linux/ |
H A D | Makefile | 46 CFLAGS_AUTO = -Os -pipe
|
/third_party/musl/porting/liteos_a/user_debug/ |
H A D | Makefile | 46 CFLAGS_AUTO = -Os -pipe
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
H A D | polyfill.js | 270 message: `cannot copy a FIFO pipe: ${dest}`,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_point.c | 336 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in try_setup_point()
|
/third_party/ltp/testcases/kernel/logging/kmsg/ |
H A D | kmsg01.c | 179 if (pipe(pipefd) != 0) in timed_read_kmsg() 180 tst_brk(TBROK|TERRNO, "pipe failed"); in timed_read_kmsg() 188 * pipe to let parent know that it didn't block */ in timed_read_kmsg() 192 tst_brk(TBROK|TERRNO, "write to pipe"); in timed_read_kmsg() 207 /* parent reads pipe until it reaches eof or until read times out */ in timed_read_kmsg()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_new_test.c | 103 if (pipe(pipe_fd) == -1) in test_execute_bin_true() 104 err(1, "pipe"); in test_execute_bin_true()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.c | 28 #include "pipe/p_state.h" 386 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 32 * 4); in fd6_texture_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.c | 65 batch->submit = fd_submit_new(ctx->pipe); in batch_init()
|
H A D | freedreno_perfetto.cc | 262 if (fd_pipe_get_param(ctx->pipe, FD_TIMESTAMP, &gpu_ts)) { in sync_timestamp()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_state.c | 34 #include "pipe/p_state.h" 166 memcpy(so->pipe, elements, sizeof(*elements) * num_elements); in lima_create_vertex_elements_state()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_state.h | 29 #include "pipe/p_state.h" 251 struct pipe_context *pipe; member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_desc.c | 77 etna_create_sampler_state_desc(struct pipe_context *pipe, in etna_create_sampler_state_desc() argument
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri.c | 41 #include "pipe/p_screen.h" 42 #include "pipe/p_context.h" 43 #include "pipe/p_state.h" 44 #include "pipe-loader/pipe_loader.h" 123 struct pipe_context *pipe, in vl_dri2_flush_frontbuffer() 477 /* The pipe loader duplicates the fd */ in vl_dri2_screen_create() 122 vl_dri2_flush_frontbuffer(struct pipe_screen *screen, struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) vl_dri2_flush_frontbuffer() argument
|
/third_party/musl/ |
H A D | Makefile | 46 CFLAGS_AUTO = -Os -pipe
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_test.c | 331 if (pipe(fd) < 0) { in dlopen_ext_randomization_0900()
|