HomeSort by relevance Sort by last modified time
    Searched defs:pipe (Results 1 - 25 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
pipe.cpp 31 int pipe(int pipefd[2]) { function
  /external/skia/gn/
ar.py 25 pipe = subprocess.Popen([ar, "rcs", output] + objects, stderr=subprocess.PIPE) variable
26 _, err = pipe.communicate()
30 sys.exit(pipe.returncode)
  /external/skqp/gn/
ar.py 25 pipe = subprocess.Popen([ar, "rcs", output] + objects, stderr=subprocess.PIPE) variable
26 _, err = pipe.communicate()
30 sys.exit(pipe.returncode)
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.h 32 #include "pipe/p_compiler.h"
34 #include "pipe/p_context.h"
49 struct pipe_context *pipe; member in struct:trace_context
54 trace_context_check(const struct pipe_context *pipe);
58 trace_context(struct pipe_context *pipe)
60 assert(pipe);
62 trace_context_check(pipe);
64 return (struct trace_context *)pipe;
70 struct pipe_context *pipe);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_tess.c 36 #include "pipe/p_context.h"
44 struct pipe_context *pipe = st->pipe; local
46 if (!pipe->set_tess_state)
49 pipe->set_tess_state(pipe,
st_cb_texturebarrier.c 39 #include "pipe/p_context.h"
40 #include "pipe/p_defines.h"
51 struct pipe_context *pipe = st_context(ctx)->pipe; local
53 pipe->texture_barrier(pipe, PIPE_TEXTURE_BARRIER_SAMPLER);
63 struct pipe_context *pipe = st_context(ctx)->pipe; local
65 pipe->texture_barrier(pipe, PIPE_TEXTURE_BARRIER_FRAMEBUFFER)
75 struct pipe_context *pipe = st_context(ctx)->pipe; local
    [all...]
  /external/clang/test/CodeGen/
2008-07-31-asm-labels.c 2 // RUN: not grep "@pipe()" %t
7 // RUN: not grep "@pipe()" %t
11 void pipe() asm("_thisIsNotAPipe");
14 pipe();
17 void pipe(int);
20 pipe(1);
24 void pipe(int arg) { function
  /external/mesa3d/src/gallium/state_trackers/nine/
vertexbuffer9.h 37 struct pipe_context *pipe; member in struct:NineVertexBuffer9
  /external/valgrind/coregrind/m_scheduler/
priv_sema.h 36 /* Not really a semaphore, but use a pipe for a token-passing scheme */
38 Int pipe[2]; member in struct:__anon42351
  /external/libdrm/freedreno/
freedreno_pipe.c 39 struct fd_pipe *pipe = NULL; local
43 ERROR_MSG("invalid pipe id: %d", id);
47 pipe = dev->funcs->pipe_new(dev, id);
48 if (!pipe) {
53 pipe->dev = dev;
54 pipe->id = id;
56 fd_pipe_get_param(pipe, FD_GPU_ID, &val);
57 pipe->gpu_id = val;
59 return pipe;
61 if (pipe)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_screen.h 27 #include "pipe/p_screen.h"
28 #include "pipe/p_defines.h"
35 struct pipe_context *pipe; member in struct:swr_screen
45 swr_screen(struct pipe_screen *pipe)
47 return (struct swr_screen *)pipe;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.hpp 31 #include "pipe-loader/pipe_loader.h"
89 pipe_screen *pipe; member in class:clover::device
queue.hpp 32 #include "pipe/p_context.h"
72 pipe_context *pipe; member in class:clover::command_queue
  /external/libdrm/etnaviv/
etnaviv_pipe.c 33 int etna_pipe_wait(struct etna_pipe *pipe, uint32_t timestamp, uint32_t ms)
35 return etna_pipe_wait_ns(pipe, timestamp, ms * 1000000);
38 int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns)
40 struct etna_device *dev = pipe->gpu->dev;
44 .pipe = pipe->gpu->core,
62 void etna_pipe_del(struct etna_pipe *pipe)
64 free(pipe);
69 struct etna_pipe *pipe; local
71 pipe = calloc(1, sizeof(*pipe))
    [all...]
  /external/libmojo/mojo/edk/js/
handle_unittest.cc 65 mojo::MessagePipe pipe; local
66 TestHandleWrapper wrapper(pipe.handle0.release().value());
82 mojo::MessagePipe pipe; local
83 TestHandleWrapper wrapper(pipe.handle0.release().value());
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
lib.h 14 union pipe { union
25 extern int sync_with_child(union pipe read_pipe, union pipe write_pipe);
26 extern int wait_for_parent(union pipe read_pipe);
27 extern int notify_parent(union pipe write_pipe);
28 extern int notify_parent_of_error(union pipe write_pipe);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_bicubic_filter.h 33 #include "pipe/p_state.h"
37 struct pipe_context *pipe; member in struct:vl_bicubic_filter
48 vl_bicubic_filter_init(struct vl_bicubic_filter *filter, struct pipe_context *pipe,
vl_matrix_filter.h 34 #include "pipe/p_state.h"
38 struct pipe_context *pipe; member in struct:vl_matrix_filter
49 vl_matrix_filter_init(struct vl_matrix_filter *filter, struct pipe_context *pipe,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj_tex.h 5 #include "pipe/p_state.h"
20 struct pipe_sampler_view pipe; member in struct:nv50_tic_entry
  /device/generic/goldfish/libqemu/
test_guest_1.c 17 /* This program uses a QEMUD pipe to exchange data with a test
42 Pipe pipe[1]; local
47 if (pipe_openSocket(pipe, port) < 0) {
53 if (pipe_openQemuPipe(pipe, PIPE_NAME) < 0) {
54 fprintf(stderr, "Could not open '%s' pipe: %s\n", PIPE_NAME, strerror(errno));
57 printf("Connected to '%s' pipe\n", PIPE_NAME);
70 int ret = pipe_send(pipe, buff, len);
79 ret = pipe_recv(pipe, buff2, len);
98 printf("Closing pipe\n")
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PBlackBox.h 63 ANTLRTokenBuffer *pipe; member in class:ParserBlackBox
73 , pipe(0)
88 pipe = new ANTLRTokenBuffer(scan);
91 _parser = new Parser(pipe);
99 , pipe(0)
114 pipe = new ANTLRTokenBuffer(scan);
117 _parser = new Parser(pipe);
124 delete in; delete scan; delete pipe; delete _parser; delete tok;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PBlackBox.h 54 ANTLRTokenBuffer *pipe; member in class:ParserBlackBox
66 pipe = new ANTLRTokenBuffer(scan);
69 _parser = new Parser(pipe);
84 pipe = new ANTLRTokenBuffer(scan);
87 _parser = new Parser(pipe);
94 delete in; delete scan; delete pipe; delete _parser; delete tok;
  /external/drm_hwcomposer/
drmcrtc.cpp 29 DrmCrtc::DrmCrtc(DrmResources *drm, drmModeCrtcPtr c, unsigned pipe)
32 pipe_(pipe),
61 unsigned DrmCrtc::pipe() const { function in class:android::DrmCrtc
  /external/libdrm/freedreno/msm/
msm_pipe.c 35 static int query_param(struct fd_pipe *pipe, uint32_t param,
38 struct msm_pipe *msm_pipe = to_msm_pipe(pipe);
40 .pipe = msm_pipe->pipe,
45 ret = drmCommandWriteRead(pipe->dev->fd, DRM_MSM_GET_PARAM,
55 static int msm_pipe_get_param(struct fd_pipe *pipe,
58 struct msm_pipe *msm_pipe = to_msm_pipe(pipe);
71 return query_param(pipe, MSM_PARAM_MAX_FREQ, value);
73 return query_param(pipe, MSM_PARAM_TIMESTAMP, value);
80 static int msm_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp
132 struct fd_pipe *pipe = NULL; local
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
interface_request.h 23 // over a specified message pipe. The implementor of the interface should
24 // remove the message pipe by calling PassMessagePipe() and bind it to the
26 // close the pipe on destruction. Can also represent the absence of a request
27 // if the client did not provide a message pipe.
36 // Creates a new message pipe over which Interface is to be served, binding
37 // the specified InterfacePtr to one end of the message pipe and this
43 MessagePipe pipe; local
44 ptr->Bind(InterfacePtrInfo<Interface>(std::move(pipe.handle0), 0u),
46 Bind(std::move(pipe.handle1));
49 // Takes the message pipe from another InterfaceRequest
    [all...]

Completed in 734 milliseconds

1 2 3 4 5 6 7 8 91011>>