Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.c68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_list()
106 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_info()
147 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_block()
188 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_step()
229 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_unblock()
282 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_rule()
320 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_flush()
362 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_list_reply()
423 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_info_reply()
464 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_blocked()
Drbug_core.c68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_noop()
103 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_ping()
141 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_error()
179 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_ping_reply()
220 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_error_reply()
Drbug_shader.c71 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_list()
112 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_info()
156 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_disable()
201 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_replace()
243 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_list_reply()
292 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_info_reply()
Drbug_texture.c70 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_list()
108 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_info()
174 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_write()
233 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_read()
275 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_list_reply()
356 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_info_reply()
413 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_read_reply()
Drbug_internal.h41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
Drbug_connection.c158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial) in rbug_connection_send_finish() function