Home
last modified time | relevance | path

Searched refs:rbug_connection (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_connection.c30 struct rbug_connection struct
44 struct rbug_connection * argument
47 struct rbug_connection *c = CALLOC_STRUCT(rbug_connection); in rbug_from_socket()
56 rbug_disconnect(struct rbug_connection *c) in rbug_disconnect()
70 rbug_get_message(struct rbug_connection *c, uint32_t *serial) in rbug_get_message()
134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) in rbug_connection_send_start()
146 rbug_connection_write(struct rbug_connection *c, void *to, uint32_t size) in rbug_connection_write()
158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial) in rbug_connection_send_finish()
Drbug_context.h131 int rbug_send_context_list(struct rbug_connection *__con,
134 int rbug_send_context_info(struct rbug_connection *__con,
138 int rbug_send_context_draw_block(struct rbug_connection *__con,
143 int rbug_send_context_draw_step(struct rbug_connection *__con,
148 int rbug_send_context_draw_unblock(struct rbug_connection *__con,
153 int rbug_send_context_draw_rule(struct rbug_connection *__con,
162 int rbug_send_context_flush(struct rbug_connection *__con,
166 int rbug_send_context_list_reply(struct rbug_connection *__con,
172 int rbug_send_context_info_reply(struct rbug_connection *__con,
185 int rbug_send_context_draw_blocked(struct rbug_connection *__con,
Drbug_shader.h93 int rbug_send_shader_list(struct rbug_connection *__con,
97 int rbug_send_shader_info(struct rbug_connection *__con,
102 int rbug_send_shader_disable(struct rbug_connection *__con,
108 int rbug_send_shader_replace(struct rbug_connection *__con,
115 int rbug_send_shader_list_reply(struct rbug_connection *__con,
121 int rbug_send_shader_info_reply(struct rbug_connection *__con,
Drbug_core.h76 int rbug_send_noop(struct rbug_connection *__con,
79 int rbug_send_ping(struct rbug_connection *__con,
82 int rbug_send_error(struct rbug_connection *__con,
86 int rbug_send_ping_reply(struct rbug_connection *__con,
90 int rbug_send_error_reply(struct rbug_connection *__con,
Drbug_texture.h125 int rbug_send_texture_list(struct rbug_connection *__con,
128 int rbug_send_texture_info(struct rbug_connection *__con,
132 int rbug_send_texture_write(struct rbug_connection *__con,
146 int rbug_send_texture_read(struct rbug_connection *__con,
157 int rbug_send_texture_list_reply(struct rbug_connection *__con,
163 int rbug_send_texture_info_reply(struct rbug_connection *__con,
181 int rbug_send_texture_read_reply(struct rbug_connection *__con,
Drbug_connection.h35 struct rbug_connection * rbug_from_socket(int socket);
37 void rbug_disconnect(struct rbug_connection *c);
39 struct rbug_header * rbug_get_message(struct rbug_connection *c, uint32_t *serial);
Drbug_context.c40 int rbug_send_context_list(struct rbug_connection *__con, in rbug_send_context_list()
75 int rbug_send_context_info(struct rbug_connection *__con, in rbug_send_context_info()
113 int rbug_send_context_draw_block(struct rbug_connection *__con, in rbug_send_context_draw_block()
154 int rbug_send_context_draw_step(struct rbug_connection *__con, in rbug_send_context_draw_step()
195 int rbug_send_context_draw_unblock(struct rbug_connection *__con, in rbug_send_context_draw_unblock()
236 int rbug_send_context_draw_rule(struct rbug_connection *__con, in rbug_send_context_draw_rule()
289 int rbug_send_context_flush(struct rbug_connection *__con, in rbug_send_context_flush()
327 int rbug_send_context_list_reply(struct rbug_connection *__con, in rbug_send_context_list_reply()
369 int rbug_send_context_info_reply(struct rbug_connection *__con, in rbug_send_context_info_reply()
430 int rbug_send_context_draw_blocked(struct rbug_connection *__con, in rbug_send_context_draw_blocked()
Drbug_internal.h39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t lengt…
40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size);
41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
Drbug_core.c40 int rbug_send_noop(struct rbug_connection *__con, in rbug_send_noop()
75 int rbug_send_ping(struct rbug_connection *__con, in rbug_send_ping()
110 int rbug_send_error(struct rbug_connection *__con, in rbug_send_error()
148 int rbug_send_ping_reply(struct rbug_connection *__con, in rbug_send_ping_reply()
186 int rbug_send_error_reply(struct rbug_connection *__con, in rbug_send_error_reply()
Drbug_shader.c40 int rbug_send_shader_list(struct rbug_connection *__con, in rbug_send_shader_list()
78 int rbug_send_shader_info(struct rbug_connection *__con, in rbug_send_shader_info()
119 int rbug_send_shader_disable(struct rbug_connection *__con, in rbug_send_shader_disable()
163 int rbug_send_shader_replace(struct rbug_connection *__con, in rbug_send_shader_replace()
208 int rbug_send_shader_list_reply(struct rbug_connection *__con, in rbug_send_shader_list_reply()
250 int rbug_send_shader_info_reply(struct rbug_connection *__con, in rbug_send_shader_info_reply()
Drbug_texture.c40 int rbug_send_texture_list(struct rbug_connection *__con, in rbug_send_texture_list()
75 int rbug_send_texture_info(struct rbug_connection *__con, in rbug_send_texture_info()
113 int rbug_send_texture_write(struct rbug_connection *__con, in rbug_send_texture_write()
179 int rbug_send_texture_read(struct rbug_connection *__con, in rbug_send_texture_read()
238 int rbug_send_texture_list_reply(struct rbug_connection *__con, in rbug_send_texture_list_reply()
280 int rbug_send_texture_info_reply(struct rbug_connection *__con, in rbug_send_texture_info_reply()
354 int rbug_send_texture_read_reply(struct rbug_connection *__con, in rbug_send_texture_read_reply()
Drbug_proto.h92 struct rbug_connection;
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources118 rbug/rbug_connection.c \
119 rbug/rbug_connection.h \
Dmeson.build138 'rbug/rbug_connection.c',
139 'rbug/rbug_connection.h',
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c56 struct rbug_connection *con;