Home
last modified time | relevance | path

Searched refs:_pipe (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/identity/
Did_context.c38 identity_destroy(struct pipe_context *_pipe) in identity_destroy() argument
40 struct identity_context *id_pipe = identity_context(_pipe); in identity_destroy()
49 identity_draw_vbo(struct pipe_context *_pipe, in identity_draw_vbo() argument
52 struct identity_context *id_pipe = identity_context(_pipe); in identity_draw_vbo()
59 identity_create_query(struct pipe_context *_pipe, in identity_create_query() argument
62 struct identity_context *id_pipe = identity_context(_pipe); in identity_create_query()
70 identity_destroy_query(struct pipe_context *_pipe, in identity_destroy_query() argument
73 struct identity_context *id_pipe = identity_context(_pipe); in identity_destroy_query()
81 identity_begin_query(struct pipe_context *_pipe, in identity_begin_query() argument
84 struct identity_context *id_pipe = identity_context(_pipe); in identity_begin_query()
[all …]
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c40 galahad_context_destroy(struct pipe_context *_pipe) in galahad_context_destroy() argument
42 struct galahad_context *glhd_pipe = galahad_context(_pipe); in galahad_context_destroy()
51 galahad_context_draw_vbo(struct pipe_context *_pipe, in galahad_context_draw_vbo() argument
54 struct galahad_context *glhd_pipe = galahad_context(_pipe); in galahad_context_draw_vbo()
65 galahad_context_create_query(struct pipe_context *_pipe, in galahad_context_create_query() argument
68 struct galahad_context *glhd_pipe = galahad_context(_pipe); in galahad_context_create_query()
86 galahad_context_destroy_query(struct pipe_context *_pipe, in galahad_context_destroy_query() argument
89 struct galahad_context *glhd_pipe = galahad_context(_pipe); in galahad_context_destroy_query()
97 galahad_context_begin_query(struct pipe_context *_pipe, in galahad_context_begin_query() argument
100 struct galahad_context *glhd_pipe = galahad_context(_pipe); in galahad_context_begin_query()
[all …]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c86 trace_context_draw_vbo(struct pipe_context *_pipe, in trace_context_draw_vbo() argument
89 struct trace_context *tr_ctx = trace_context(_pipe); in trace_context_draw_vbo()
104 trace_context_create_query(struct pipe_context *_pipe, in trace_context_create_query() argument
107 struct trace_context *tr_ctx = trace_context(_pipe); in trace_context_create_query()
127 trace_context_destroy_query(struct pipe_context *_pipe, in trace_context_destroy_query() argument
130 struct trace_context *tr_ctx = trace_context(_pipe); in trace_context_destroy_query()
145 trace_context_begin_query(struct pipe_context *_pipe, in trace_context_begin_query() argument
148 struct trace_context *tr_ctx = trace_context(_pipe); in trace_context_begin_query()
163 trace_context_end_query(struct pipe_context *_pipe, in trace_context_end_query() argument
166 struct trace_context *tr_ctx = trace_context(_pipe); in trace_context_end_query()
[all …]
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c41 rbug_destroy(struct pipe_context *_pipe) in rbug_destroy() argument
43 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_destroy()
115 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info) in rbug_draw_vbo() argument
117 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_draw_vbo()
136 rbug_create_query(struct pipe_context *_pipe, in rbug_create_query() argument
139 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_create_query()
149 rbug_destroy_query(struct pipe_context *_pipe, in rbug_destroy_query() argument
152 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_destroy_query()
162 rbug_begin_query(struct pipe_context *_pipe, in rbug_begin_query() argument
165 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_begin_query()
[all …]
/external/bison/lib/
Dpipe2.c79 if (_pipe (fd, 4096, flags & ~O_NONBLOCK) < 0) in pipe2()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc81 #define pipe(fds) _pipe(fds, 4096, O_BINARY)