HomeSort by relevance Sort by last modified time
    Searched refs:_pipe (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 49 dd_context_create_query(struct pipe_context *_pipe, unsigned query_type,
52 struct pipe_context *pipe = dd_context(_pipe)->pipe;
74 dd_context_create_batch_query(struct pipe_context *_pipe, unsigned num_queries,
77 struct pipe_context *pipe = dd_context(_pipe)->pipe;
100 dd_context_destroy_query(struct pipe_context *_pipe,
103 struct pipe_context *pipe = dd_context(_pipe)->pipe;
110 dd_context_begin_query(struct pipe_context *_pipe, struct pipe_query *query)
112 struct dd_context *dctx = dd_context(_pipe);
119 dd_context_end_query(struct pipe_context *_pipe, struct pipe_query *query)
121 struct dd_context *dctx = dd_context(_pipe);
    [all...]
dd_draw.c     [all...]
dd_screen.c 301 struct pipe_context *_pipe,
307 struct pipe_context *pipe = _pipe ? dd_context(_pipe)->pipe : NULL;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 41 rbug_destroy(struct pipe_context *_pipe)
43 struct rbug_screen *rb_screen = rbug_screen(_pipe->screen);
44 struct rbug_context *rb_pipe = rbug_context(_pipe);
117 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info)
119 struct rbug_context *rb_pipe = rbug_context(_pipe);
138 rbug_create_query(struct pipe_context *_pipe,
142 struct rbug_context *rb_pipe = rbug_context(_pipe);
155 rbug_destroy_query(struct pipe_context *_pipe,
158 struct rbug_context *rb_pipe = rbug_context(_pipe);
168 rbug_begin_query(struct pipe_context *_pipe,
    [all...]
rbug_screen.c 201 struct pipe_context *_pipe,
207 struct rbug_context *rb_pipe = rbug_context(_pipe);
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 91 trace_context_draw_vbo(struct pipe_context *_pipe,
94 struct trace_context *tr_ctx = trace_context(_pipe);
111 trace_context_create_query(struct pipe_context *_pipe,
115 struct trace_context *tr_ctx = trace_context(_pipe);
149 trace_context_destroy_query(struct pipe_context *_pipe,
152 struct trace_context *tr_ctx = trace_context(_pipe);
171 trace_context_begin_query(struct pipe_context *_pipe,
174 struct trace_context *tr_ctx = trace_context(_pipe);
193 trace_context_end_query(struct pipe_context *_pipe,
196 struct trace_context *tr_ctx = trace_context(_pipe);
    [all...]
tr_screen.c 394 struct pipe_context *_pipe,
400 struct trace_context *tr_pipe = _pipe ? trace_context(_pipe) : NULL;
  /external/autotest/client/cros/audio/
cmd_utils.py 32 return self._logger._pipe[1]
41 self._pipe = list(os.pipe())
47 if self._pipe[1] != _PIPE_CLOSED:
48 os.close(self._pipe[1])
49 self._pipe[1] = _PIPE_CLOSED
60 self._pipe = list(os.pipe())
69 rlist = [l._pipe[0] for l in self._loggers]
70 rlist.append(self._pipe[0])
73 if r != self._pipe[0]:
78 os.close(self._pipe[0]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_threaded_context.c 233 threaded_context_flush(struct pipe_context *_pipe,
237 struct threaded_context *tc = threaded_context(_pipe);
305 tc_##func(struct pipe_context *_pipe, qualifier type deref param) \
307 struct threaded_context *tc = threaded_context(_pipe); \
330 tc_create_query(struct pipe_context *_pipe, unsigned query_type,
333 struct threaded_context *tc = threaded_context(_pipe);
340 tc_create_batch_query(struct pipe_context *_pipe, unsigned num_queries,
343 struct threaded_context *tc = threaded_context(_pipe);
361 tc_destroy_query(struct pipe_context *_pipe, struct pipe_query *query)
363 struct threaded_context *tc = threaded_context(_pipe);
    [all...]
u_threaded_context.h 383 threaded_context_flush(struct pipe_context *_pipe,
  /external/python/cpython2/Lib/test/
test_pty.py 234 def _pipe(self): member in class:SmallPtyTests
246 read_from_stdout_fd, mock_stdout_fd = self._pipe()
248 mock_stdin_fd, write_to_stdin_fd = self._pipe()
275 read_from_stdout_fd, mock_stdout_fd = self._pipe()
277 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /external/python/cpython3/Lib/test/
test_pty.py 241 def _pipe(self): member in class:SmallPtyTests
258 read_from_stdout_fd, mock_stdout_fd = self._pipe()
260 mock_stdin_fd, write_to_stdin_fd = self._pipe()
286 read_from_stdout_fd, mock_stdout_fd = self._pipe()
288 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /external/python/cpython3/Lib/asyncio/
unix_events.py 430 self._pipe = pipe
439 self._pipe = None
457 if self._pipe is None:
463 if self._pipe is not None and selector is not None:
470 elif self._pipe is not None:
514 if self._pipe is not None:
517 self._pipe.close()
542 self._pipe.close()
543 self._pipe = None
554 self._pipe = pip
    [all...]
windows_events.py 251 self._pipe = None
253 self._pipe = self._server_pipe_handle(True)
260 tmp, self._pipe = self._pipe, self._server_pipe_handle(False)
292 self._pipe = None
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 37 if transport._pipe is None:
39 transport._pipe.close()
40 transport._pipe = None
    [all...]
test_events.py     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 68 #define pipe _pipe
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 86 #define pipe(fds) _pipe(fds, 4096, O_BINARY)

Completed in 2931 milliseconds